Searched refs:no_gain (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/input/keyboard/ |
D | cap11xx.c | 94 bool no_gain; member 105 [CAP1106] = { .product_id = 0x55, .num_channels = 6, .num_leds = 0, .no_gain = false }, 106 [CAP1126] = { .product_id = 0x53, .num_channels = 6, .num_leds = 2, .no_gain = false }, 107 [CAP1188] = { .product_id = 0x50, .num_channels = 8, .num_leds = 8, .no_gain = false }, 108 [CAP1206] = { .product_id = 0x67, .num_channels = 6, .num_leds = 0, .no_gain = true }, 384 if (cap->no_gain) in cap11xx_i2c_probe() 411 if (!cap->no_gain) { in cap11xx_i2c_probe()
|