Searched refs:userspace_clients (Results 1 – 2 of 2) sorted by relevance
1091 list_add_tail(&client->detected, &adap->userspace_clients); in i2c_sysfs_new_device()1134 list_for_each_entry_safe(client, next, &adap->userspace_clients, in i2c_sysfs_delete_device()1326 INIT_LIST_HEAD(&adap->userspace_clients); in i2c_register_adapter()1557 list_for_each_entry_safe(client, next, &adap->userspace_clients, in i2c_del_adapter()
708 struct list_head userspace_clients; member