Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Di2c.h516 struct list_head userspace_clients; member
/linux-4.1.27/drivers/i2c/
Di2c-core.c1138 list_add_tail(&client->detected, &adap->userspace_clients); in i2c_sysfs_new_device()
1181 list_for_each_entry_safe(client, next, &adap->userspace_clients, in i2c_sysfs_delete_device()
1401 INIT_LIST_HEAD(&adap->userspace_clients); in i2c_register_adapter()
1646 list_for_each_entry_safe(client, next, &adap->userspace_clients, in i2c_del_adapter()