Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dmax3421-hcd.c123 struct max3421_hcd { struct
334 static inline struct max3421_hcd *
337 return (struct max3421_hcd *) hcd->hcd_priv; in hcd_to_max3421()
341 max3421_to_hcd(struct max3421_hcd *max3421_hcd) in max3421_to_hcd() argument
343 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
349 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd8() local
358 max3421_hcd->tx->data[0] = in spi_rd8()
362 transfer.tx_buf = max3421_hcd->tx->data; in spi_rd8()
363 transfer.rx_buf = max3421_hcd->rx->data; in spi_rd8()
369 return max3421_hcd->rx->data[1]; in spi_rd8()
[all …]