Lines Matching refs:gpio_chip_hwgpio
218 offset = gpio_chip_hwgpio(desc); in gpiod_get_direction()
2290 offset = gpio_chip_hwgpio(desc); in gpiod_request_commit()
2391 chip->free(chip, gpio_chip_hwgpio(desc)); in gpiod_free_commit()
2528 status = chip->direction_input(chip, gpio_chip_hwgpio(desc)); in gpiod_direction_input()
2559 ret = gc->direction_output(gc, gpio_chip_hwgpio(desc), val); in gpiod_direction_output_raw_commit()
2619 ret = gpio_set_drive_single_ended(gc, gpio_chip_hwgpio(desc), in gpiod_direction_output()
2628 ret = gpio_set_drive_single_ended(gc, gpio_chip_hwgpio(desc), in gpiod_direction_output()
2636 gpio_set_drive_single_ended(gc, gpio_chip_hwgpio(desc), in gpiod_direction_output()
2669 return chip->set_config(chip, gpio_chip_hwgpio(desc), config); in gpiod_set_debounce()
2705 gpio = gpio_chip_hwgpio(desc); in gpiod_set_transitory()
2759 offset = gpio_chip_hwgpio(desc); in gpiod_get_raw_value_commit()
2818 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex()
2834 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_get_array_value_complex()
2951 int offset = gpio_chip_hwgpio(desc); in gpio_set_open_drain_value_commit()
2978 int offset = gpio_chip_hwgpio(desc); in gpio_set_open_source_value_commit()
3002 chip->set(chip, gpio_chip_hwgpio(desc), value); in gpiod_set_raw_value_commit()
3059 int hwgpio = gpio_chip_hwgpio(desc); in gpiod_set_array_value_complex()
3244 offset = gpio_chip_hwgpio(desc); in gpiod_to_irq()
4110 hwnum = gpio_chip_hwgpio(desc); in gpiod_hog()