Searched refs:idev (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluez/input/ |
D | device.c | 78 struct input_device *idev; member 98 struct input_device *idev = list->data; in find_device_by_path() local 100 if (!strcmp(idev->path, path)) in find_device_by_path() 101 return idev; in find_device_by_path() 145 static void input_device_free(struct input_device *idev) in input_device_free() argument 147 if (idev->dc_id) in input_device_free() 148 device_remove_disconnect_watch(idev->device, idev->dc_id); in input_device_free() 150 dbus_connection_unref(idev->conn); in input_device_free() 151 btd_device_unref(idev->device); in input_device_free() 152 g_free(idev->name); in input_device_free() [all …]
|
D | device.h | 42 const struct input_device *idev; member
|
D | fakehid.c | 385 if (old->idev == fake->idev) { in fake_hid_connadd()
|
/external/iproute2/tc/ |
D | f_fw.c | 147 struct rtattr *idev = tb[TCA_FW_INDEV]; in fw_print_opt() local 148 fprintf(f, "input dev %s ",(char *)RTA_DATA(idev)); in fw_print_opt()
|
D | f_u32.c | 1279 struct rtattr *idev = tb[TCA_U32_INDEV]; in u32_print_opt() local 1280 fprintf(f, "\n input dev %s\n", (char *) RTA_DATA(idev)); in u32_print_opt()
|
/external/iproute2/ip/ |
D | iproute.c | 1282 char *idev = NULL; in iproute_get() local 1325 idev = *argv; in iproute_get() 1358 if (idev || odev) { in iproute_get() 1361 if (idev) { in iproute_get() 1362 if ((idx = ll_name_to_index(idev)) == 0) { in iproute_get() 1363 fprintf(stderr, "Cannot find device \"%s\"\n", idev); in iproute_get() 1416 if (!idev && tb[RTA_IIF]) in iproute_get()
|
/external/kernel-headers/original/linux/ |
D | hid.h | 665 int (*hidinput_input_event) (struct input_dev *idev, unsigned int type,
|