Searched refs:dev_list_entry (Results 1 – 3 of 3) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_gpio_jack.c | 65 struct udev_list_entry *dev_list_entry; in gpio_switch_list_for_each() local 77 udev_list_entry_foreach(dev_list_entry, dl) in gpio_switch_list_for_each() 79 const char *path = udev_list_entry_get_name(dev_list_entry); in gpio_switch_list_for_each()
|
D | cras_udev.c | 352 struct udev_list_entry *dev_list_entry; in enumerate_devices() local 358 udev_list_entry_foreach(dev_list_entry, dl) in enumerate_devices() 360 const char *path = udev_list_entry_get_name(dev_list_entry); in enumerate_devices()
|
/external/libiio/src/iiod/ |
D | ops.c | 43 SLIST_ENTRY(ThdEntry) dev_list_entry; 548 SLIST_FOREACH(thd, &entry->thdlist_head, dev_list_entry) { in rw_thd() 582 SLIST_FOREACH(thd, &entry->thdlist_head, dev_list_entry) { in rw_thd() 601 SLIST_FOREACH(thd, &entry->thdlist_head, dev_list_entry) { in rw_thd() 656 next_thd = SLIST_NEXT(thd, dev_list_entry); in rw_thd() 684 next_thd = SLIST_NEXT(thd, dev_list_entry); in rw_thd() 715 next_thd = SLIST_NEXT(thd, dev_list_entry); in rw_thd() 727 next_thd = SLIST_NEXT(thd, dev_list_entry); in rw_thd() 728 SLIST_REMOVE(&entry->thdlist_head, thd, ThdEntry, dev_list_entry); in rw_thd() 858 SLIST_REMOVE(&entry->thdlist_head, t, ThdEntry, dev_list_entry); in remove_thd_entry() [all …]
|