Home
last modified time | relevance | path

Searched refs:userspace_clients (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Di2c.h519 struct list_head userspace_clients; member
/linux-4.4.14/drivers/i2c/
Di2c-core.c1246 list_add_tail(&client->detected, &adap->userspace_clients); in i2c_sysfs_new_device()
1289 list_for_each_entry_safe(client, next, &adap->userspace_clients, in i2c_sysfs_delete_device()
1550 INIT_LIST_HEAD(&adap->userspace_clients); in i2c_register_adapter()
1795 list_for_each_entry_safe(client, next, &adap->userspace_clients, in i2c_del_adapter()