Home
last modified time | relevance | path

Searched refs:xr_gpio (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.c669 gpiochip_remove(&xr_usb_serial->xr_gpio); in xr_usb_serial_port_destruct()
1233 struct xr_usb_serial *xr_usb_serial = container_of(chip, struct xr_usb_serial, xr_gpio); in xr_usb_gpio_get()
1247 struct xr_usb_serial *xr_usb_serial = container_of(chip, struct xr_usb_serial, xr_gpio); in xr_usb_gpio_set()
1261 struct xr_usb_serial *xr_usb_serial = container_of(chip, struct xr_usb_serial, xr_gpio); in xr_usb_gpio_dir_input()
1274 struct xr_usb_serial *xr_usb_serial = container_of(chip, struct xr_usb_serial, xr_gpio); in xr_usb_gpio_dir_output()
1732 xr_usb_serial->xr_gpio.owner = THIS_MODULE; in xr_usb_serial_probe()
1733 xr_usb_serial->xr_gpio.label = dev_name(&control_interface->dev); in xr_usb_serial_probe()
1734 xr_usb_serial->xr_gpio.direction_input = xr_usb_gpio_dir_input; in xr_usb_serial_probe()
1735 xr_usb_serial->xr_gpio.get = xr_usb_gpio_get; in xr_usb_serial_probe()
1736 xr_usb_serial->xr_gpio.direction_output = xr_usb_gpio_dir_output; in xr_usb_serial_probe()
[all …]
H A Dxr_usb_serial_common.h161 struct gpio_chip xr_gpio; member