Home
last modified time | relevance | path

Searched refs:cb_info (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_gesture_layer_extra_gestures.c40 Func_Data *cb_info; in _cb_call() local
42 flags |= cb_info->cb(cb_info->user_data, event_info); in _cb_call()
168 Func_Data *cb_info; in _object_delete() local
176 free(cb_info); in _object_delete()
211 Func_Data *cb_info = calloc(1, sizeof(*cb_info)); in elm_gesture_layer_tap_longpress_cb_add() local
212 if (!cb_info) return; in elm_gesture_layer_tap_longpress_cb_add()
213 cb_info->cb = cb; in elm_gesture_layer_tap_longpress_cb_add()
214 cb_info->user_data = data; in elm_gesture_layer_tap_longpress_cb_add()
225 Func_Data *cb_info; in elm_gesture_layer_tap_longpress_cb_del() local
228 if (cb_info->cb == cb && cb_info->user_data == data) in elm_gesture_layer_tap_longpress_cb_del()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dcallback.c269 if (cb_info->serv) { in nfs_callback_create_svc()
275 return cb_info->serv; in nfs_callback_create_svc()
293 if (cb_info->users) in nfs_callback_create_svc()
295 cb_info->users); in nfs_callback_create_svc()
302 cb_info->serv = serv; in nfs_callback_create_svc()
337 cb_info->users++; in nfs_callback_up()
345 if (!cb_info->users) in nfs_callback_up()
346 cb_info->serv = NULL; in nfs_callback_up()
367 serv = cb_info->serv; in nfs_callback_down()
369 cb_info->users--; in nfs_callback_down()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dcallback.c269 if (cb_info->serv) { in nfs_callback_create_svc()
275 return cb_info->serv; in nfs_callback_create_svc()
293 if (cb_info->users) in nfs_callback_create_svc()
295 cb_info->users); in nfs_callback_create_svc()
302 cb_info->serv = serv; in nfs_callback_create_svc()
337 cb_info->users++; in nfs_callback_up()
345 if (!cb_info->users) in nfs_callback_up()
346 cb_info->serv = NULL; in nfs_callback_up()
367 serv = cb_info->serv; in nfs_callback_down()
369 cb_info->users--; in nfs_callback_down()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dcallback.c269 if (cb_info->serv) { in nfs_callback_create_svc()
275 return cb_info->serv; in nfs_callback_create_svc()
293 if (cb_info->users) in nfs_callback_create_svc()
295 cb_info->users); in nfs_callback_create_svc()
302 cb_info->serv = serv; in nfs_callback_create_svc()
337 cb_info->users++; in nfs_callback_up()
345 if (!cb_info->users) in nfs_callback_up()
346 cb_info->serv = NULL; in nfs_callback_up()
367 serv = cb_info->serv; in nfs_callback_down()
369 cb_info->users--; in nfs_callback_down()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/serial/
H A Dserial_coreboot.c17 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat() local
19 plat->base = cb_info->baseaddr; in coreboot_of_to_plat()
20 plat->reg_shift = cb_info->regwidth == 4 ? 2 : 0; in coreboot_of_to_plat()
21 plat->reg_width = cb_info->regwidth; in coreboot_of_to_plat()
22 plat->clock = cb_info->input_hertz; in coreboot_of_to_plat()
25 if (cb_info->type == CB_SERIAL_TYPE_IO_MAPPED) in coreboot_of_to_plat()

1234567891011