Searched refs:i2c_nb (Results 1 – 2 of 2) sorted by relevance
193 static struct notifier_block i2c_nb = { .notifier_call = i2c_bus_notify }; variable232 err = bus_register_notifier(&i2c_bus_type, &i2c_nb); in dell_lis3lv02d_init()248 bus_unregister_notifier(&i2c_bus_type, &i2c_nb); in dell_lis3lv02d_module_exit()
95 struct notifier_block i2c_nb; member387 struct i2c_atr *atr = container_of(nb, struct i2c_atr, i2c_nb); in i2c_atr_bus_notifier_call()534 atr->i2c_nb.notifier_call = i2c_atr_bus_notifier_call; in i2c_atr_new()535 ret = bus_register_notifier(&i2c_bus_type, &atr->i2c_nb); in i2c_atr_new()559 bus_unregister_notifier(&i2c_bus_type, &atr->i2c_nb); in i2c_atr_delete()