Searched refs:chip_label (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/gpio/ |
| D | machine.h | 33 const char *chip_label; member 56 const char *chip_label; member 76 .chip_label = _chip_label, \ 88 .chip_label = _chip_label, \
|
| /Linux-v5.4/arch/arm/mach-integrator/ |
| D | impd1.c | 413 lookup->table[0].chip_label = chipname; in impd1_probe() 416 lookup->table[1].chip_label = chipname; in impd1_probe()
|
| /Linux-v5.4/Documentation/driver-api/gpio/ |
| D | board.rst | 116 GPIO_LOOKUP(chip_label, chip_hwnum, con_id, flags) 117 GPIO_LOOKUP_IDX(chip_label, chip_hwnum, con_id, idx, flags) 121 - chip_label is the label of the gpiod_chip instance providing the GPIO
|
| /Linux-v5.4/drivers/mfd/ |
| D | sm501.c | 1150 lookup->table[0].chip_label = "SM501-LOW"; in sm501_register_gpio_i2c_instance() 1152 lookup->table[0].chip_label = "SM501-HIGH"; in sm501_register_gpio_i2c_instance() 1158 lookup->table[1].chip_label = "SM501-LOW"; in sm501_register_gpio_i2c_instance() 1160 lookup->table[1].chip_label = "SM501-HIGH"; in sm501_register_gpio_i2c_instance()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib.c | 1239 if (!strcmp(chip->label, hog->chip_label)) in machine_gpiochip_add() 4237 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs() 4244 chip = find_chip_by_name(hog->chip_label); in gpiod_add_hogs() 4295 for (p = &table->table[0]; p->chip_label; p++) { in gpiod_find() 4306 chip = find_chip_by_name(p->chip_label); in gpiod_find() 4317 p->chip_label); in gpiod_find() 4347 for (p = &table->table[0]; p->chip_label; p++) { in platform_gpio_count()
|
| /Linux-v5.4/arch/arm/mach-davinci/ |
| D | board-da850-evm.c | 1089 .chip_label = "davinci_gpio",
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-i801.c | 1438 lookup->table[i].chip_label = mux_config->gpio_chip; in i801_add_mux()
|