Searched refs:inen (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/actions/ |
H A D | pinctrl-owl.h | 139 .inen = _inen, \ 257 * @inen: offset of the input enable register. 268 unsigned int inen; member
|
H A D | pinctrl-owl.c | 576 owl_gpio_update_reg(gpio_base + port->inen, offset, false); in owl_gpio_free() 634 owl_gpio_update_reg(gpio_base + port->inen, offset, true); in owl_gpio_direction_input() 655 owl_gpio_update_reg(gpio_base + port->inen, offset, false); in owl_gpio_direction_output()
|
/kernel/linux/linux-6.6/drivers/pinctrl/actions/ |
H A D | pinctrl-owl.h | 139 .inen = _inen, \ 257 * @inen: offset of the input enable register. 268 unsigned int inen; member
|
H A D | pinctrl-owl.c | 576 owl_gpio_update_reg(gpio_base + port->inen, offset, false); in owl_gpio_free() 634 owl_gpio_update_reg(gpio_base + port->inen, offset, true); in owl_gpio_direction_input() 655 owl_gpio_update_reg(gpio_base + port->inen, offset, false); in owl_gpio_direction_output()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-cti-sysfs.c | 353 static DEVICE_ATTR_RW(inen);
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cti-sysfs.c | 396 static DEVICE_ATTR_RW(inen);
|
Completed in 12 milliseconds