Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c710 static struct reg_addr_map xr21b140x_reg_map;
711 static struct reg_addr_map xr21b1411_reg_map;
712 static struct reg_addr_map xr21v141x_reg_map;
713 static struct reg_addr_map xr21b142x_reg_map;
791 memcpy(&(xr_usb_serial->reg_map),&xr21b140x_reg_map,sizeof(struct reg_addr_map)); in xr_usb_serial_pre_setup()
795 memcpy(&(xr_usb_serial->reg_map),&xr21b1411_reg_map,sizeof(struct reg_addr_map)); in xr_usb_serial_pre_setup()
801 memcpy(&(xr_usb_serial->reg_map),&xr21v141x_reg_map,sizeof(struct reg_addr_map)); in xr_usb_serial_pre_setup()
807 memcpy(&(xr_usb_serial->reg_map),&xr21b142x_reg_map,sizeof(struct reg_addr_map)); in xr_usb_serial_pre_setup()
H A Dxr_usb_serial_common.h95 struct reg_addr_map { struct
159 struct reg_addr_map reg_map;