| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/ |
| H A D | vtl_ts.c | 100 ts->config_info.touch_point_number = TOUCH_POINT_NUM; in vtl_ts_config() 112 ts->config_info.screen_max_x = val; in vtl_ts_config() 118 ts->config_info.screen_max_y = val; in vtl_ts_config() 123 ts->config_info.xy_swap = val; in vtl_ts_config() 128 ts->config_info.x_reverse = val; in vtl_ts_config() 133 ts->config_info.y_reverse = val; in vtl_ts_config() 138 ts->config_info.x_mul = val; in vtl_ts_config() 143 ts->config_info.y_mul = val; in vtl_ts_config() 149 ts->config_info.bin_ver = val; in vtl_ts_config() 151 ts->config_info.xy_swap, in vtl_ts_config() [all …]
|
| H A D | apk.c | 107 enable_irq(ts_object->config_info.irq_number); in apk_write() 109 disable_irq(ts_object->config_info.irq_number); in apk_write()
|
| H A D | vtl_ts.h | 181 struct ts_config_info config_info; member
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | config.c | 96 remove_devices(const char *backend, const char *config_info) in remove_devices() argument 102 if (dev->config_info && strcmp(dev->config_info, config_info) == 0) in remove_devices() 107 if (dev->config_info && strcmp(dev->config_info, config_info) == 0) in remove_devices() 111 RemoveInputDeviceTraces(config_info); in remove_devices() 115 device_is_duplicate(const char *config_info) in device_is_duplicate() argument 120 if (dev->config_info && (strcmp(dev->config_info, config_info) == 0)) in device_is_duplicate() 125 if (dev->config_info && (strcmp(dev->config_info, config_info) == 0)) in device_is_duplicate()
|
| H A D | wscons.c | 89 char *config_info = NULL; in wscons_add_keyboard() local 124 config_info = Xprintf("wscons:%s", WSCONS_KBD_DEVICE); in wscons_add_keyboard() 125 if (!config_info) in wscons_add_keyboard() 172 free(dev->config_info); in wscons_add_keyboard() 173 dev->config_info = strdup(config_info); in wscons_add_keyboard() 185 char *config_info = NULL; in wscons_add_pointer() local 188 config_info = Xprintf("wscons:%s", path); in wscons_add_pointer() 189 if (!config_info) in wscons_add_pointer() 206 free(dev->config_info); in wscons_add_pointer() 207 dev->config_info = strdup(config_info); in wscons_add_pointer()
|
| H A D | udev.c | 94 char *config_info = NULL; in device_added() local 202 if (asprintf(&config_info, "udev:%s", syspath) == -1) { in device_added() 203 config_info = NULL; in device_added() 207 if (device_is_duplicate(config_info)) { in device_added() 274 input_options = input_option_new(input_options, "config_info", config_info); in device_added() 287 free(config_info); in device_added()
|
| H A D | config-backends.h | 32 void remove_devices(const char *backend, const char *config_info); 33 BOOL device_is_duplicate(const char *config_info);
|
| H A D | hal.c | 130 char *path = NULL, *driver = NULL, *name = NULL, *config_info = NULL; in device_added() local 237 if (asprintf(&config_info, "hal:%s", udi) == -1) { in device_added() 238 config_info = NULL; in device_added() 244 if (device_is_duplicate(config_info)) { in device_added() 396 input_options = input_option_new(input_options, "config_info", config_info); in device_added() 413 free(config_info); in device_added()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-pcb-cfg.c | 648 u32 config_info = 0; in initialize_cx231xx() local 667 config_info = le32_to_cpu(*((__le32 *)data)); in initialize_cx231xx() 668 usb_speed = (u8) (config_info & 0x1); in initialize_cx231xx() 671 if (config_info & BUS_POWER) { /* bus-power */ in initialize_cx231xx() 672 switch (config_info & BUSPOWER_MASK) { in initialize_cx231xx() 696 config_info & BUSPOWER_MASK); in initialize_cx231xx() 701 switch (config_info & SELFPOWER_MASK) { in initialize_cx231xx() 761 config_info & SELFPOWER_MASK); in initialize_cx231xx() 773 "SC(0x00) register = 0x%x\n", config_info); in initialize_cx231xx()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | 0001-config_info.c-not-expose-build-info.patch | 4 Subject: [PATCH] config_info.c: not expose build info 13 src/common/config_info.c | 68 ---------------------------------------- 29 diff --git a/src/common/config_info.c b/src/common/config_info.c 31 --- a/src/common/config_info.c 32 +++ b/src/common/config_info.c
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwinXinput.c | 161 RemoveInputDeviceTraces(const char *config_info) in RemoveInputDeviceTraces() argument 163 DEBUG_LOG("RemoveInputDeviceTraces(%s)\n", config_info); in RemoveInputDeviceTraces()
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 211 + char *config_info = NULL; 287 + if (asprintf(&config_info, "devd:%s", devname) == -1) { 288 + config_info = NULL; 292 + if (device_is_duplicate(config_info)) { 298 + options = input_option_new(options, "config_info", config_info); 308 + free(config_info);
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | stubs.c | 157 RemoveInputDeviceTraces(const char *config_info) in RemoveInputDeviceTraces() argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/ |
| H A D | postgresql_14.5.bb | 11 file://0001-config_info.c-not-expose-build-info.patch \
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinput.c | 128 RemoveInputDeviceTraces(const char *config_info) in RemoveInputDeviceTraces() argument
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-rbd | 154 What: /sys/bus/rbd/devices/<dev-id>/config_info 164 config_info (RO) The string written into
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 382 dev->config_info = xf86SetStrOption(pInfo->options, "config_info", NULL); in xf86ActivateDevice() 1126 RemoveInputDeviceTraces(const char *config_info) in RemoveInputDeviceTraces() argument 1132 if (!ci || strcmp(ci, config_info) != 0) in RemoveInputDeviceTraces()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inputstr.h | 563 char *config_info; /* used by the hotplug layer */ member
|
| H A D | input.h | 638 extern _X_EXPORT void RemoveInputDeviceTraces(const char *config_info);
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 399 char *config_info; /* add{,_single_major} string */ member 5118 return sprintf(buf, "%s\n", rbd_dev->config_info); in rbd_config_info_show() 5246 static DEVICE_ATTR(config_info, 0400, rbd_config_info_show, NULL); 5343 kfree(rbd_dev->config_info); in rbd_dev_free() 7100 rbd_dev->config_info = kstrdup(buf, GFP_KERNEL); in do_rbd_add() 7101 if (!rbd_dev->config_info) { in do_rbd_add()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 1010 free(dev->config_info); /* Allocated in xf86ActivateDevice. */ in CloseDevice() 1015 dev->config_info = NULL; in CloseDevice()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 2086 RemoveInputDeviceTraces(const char *config_info) in RemoveInputDeviceTraces() argument
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 19424 it is removed again. The removed devices' config_info (i.e. the syspath) 19430 with the given config_info, that's the only identifiable bit we have at this 106526 config: expose config_info as an input option. 106528 config_info is the only reliable indicator we have in the server for 106533 This makes the option "config_info" available to the drivers as well. 140713 dev->config_info contains the UDI for the device. If the UDI of a new devices 162722 config_info changes the size (and ordering) of DeviceIntRec, so bump the
|