Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.c931 rv = xr_usb_serial_get_reg(xr_usb_serial,reg, data); in xr_usb_serial_tty_ioctl()
1016 rv = xr_usb_serial_get_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_gpio_mode_addr, data); in xr_usb_serial_tty_ioctl()
1237 rv = xr_usb_serial_get_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_status_addr, in xr_usb_gpio_get()
1263 rv = xr_usb_serial_get_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_dir_addr, &dir_value); in xr_usb_gpio_dir_input()
1276 rv = xr_usb_serial_get_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_dir_addr, &tmp); in xr_usb_gpio_dir_output()
1281 rv = xr_usb_serial_get_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_dir_addr, &tmp); in xr_usb_gpio_dir_output()
1285 rv = xr_usb_serial_get_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_gpio_mode_addr, &tmp); in xr_usb_gpio_dir_output()
H A Dxr_usb_serial_hal.c166 int xr_usb_serial_get_reg(struct xr_usb_serial *xr_usb_serial,int regnum, short *value) in xr_usb_serial_get_reg() function
672 result = xr_usb_serial_get_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_gpio_status_addr, &data); in xr_usb_serial_tiocmget()