Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Dmax3420_udc.c157 struct max3420_udc *udc;
167 struct max3420_udc { struct
187 #define to_udc(g) container_of((g), struct max3420_udc, gadget) argument
199 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()
218 static u8 spi_rd8_ack(struct max3420_udc *udc, u8 reg, int actstat) in spi_rd8_ack()
240 static u8 spi_rd8(struct max3420_udc *udc, u8 reg) in spi_rd8()
245 static void spi_wr8_ack(struct max3420_udc *udc, u8 reg, u8 val, int actstat) in spi_wr8_ack()
266 static void spi_wr8(struct max3420_udc *udc, u8 reg, u8 val) in spi_wr8()
271 static void spi_rd_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_rd_buf()
293 static void spi_wr_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_wr_buf()
[all …]
DMakefile44 obj-$(CONFIG_USB_MAX3420_UDC) += max3420_udc.o
DKconfig438 be called max3420_udc