Searched refs:chip_label (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/gpio/ |
D | machine.h | 29 const char *chip_label; member 52 const char *chip_label; member 72 .chip_label = _chip_label, \ 84 .chip_label = _chip_label, \
|
/Linux-v4.19/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-v4.19/arch/arm/mach-integrator/ |
D | impd1.c | 412 lookup->table[0].chip_label = chipname; in impd1_probe() 415 lookup->table[1].chip_label = chipname; in impd1_probe()
|
/Linux-v4.19/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-v4.19/drivers/gpio/ |
D | gpiolib.c | 1216 if (!strcmp(chip->label, hog->chip_label)) in machine_gpiochip_add() 3597 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs() 3604 chip = find_chip_by_name(hog->chip_label); in gpiod_add_hogs() 3656 for (p = &table->table[0]; p->chip_label; p++) { in gpiod_find() 3667 chip = find_chip_by_name(p->chip_label); in gpiod_find() 3678 p->chip_label); in gpiod_find() 3729 for (p = &table->table[0]; p->chip_label; p++) { in platform_gpio_count()
|