Home
last modified time | relevance | path

Searched refs:max3420_udc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmax3420_udc.c159 struct max3420_udc *udc;
169 struct max3420_udc { struct
189 #define to_udc(g) container_of((g), struct max3420_udc, gadget) argument
201 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()
220 static u8 spi_rd8_ack(struct max3420_udc *udc, u8 reg, int actstat) in spi_rd8_ack()
242 static u8 spi_rd8(struct max3420_udc *udc, u8 reg) in spi_rd8()
247 static void spi_wr8_ack(struct max3420_udc *udc, u8 reg, u8 val, int actstat) in spi_wr8_ack()
268 static void spi_wr8(struct max3420_udc *udc, u8 reg, u8 val) in spi_wr8()
273 static void spi_rd_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_rd_buf()
295 static void spi_wr_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_wr_buf()
[all …]
H A DMakefile45 obj-$(CONFIG_USB_MAX3420_UDC) += max3420_udc.o
H A DKconfig453 be called max3420_udc