Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_sdp.c94 struct f_sdp { struct
118 static struct f_sdp *sdp_func; argument
120 static inline struct f_sdp *func_to_sdp(struct usb_function *f) in func_to_sdp()
122 return container_of(f, struct f_sdp, usb_function); in func_to_sdp()
239 struct f_sdp *sdp = req->context; in sdp_rx_command_complete()
323 struct f_sdp *sdp = req->context; in sdp_rx_data_complete()
374 struct f_sdp *sdp = req->context; in sdp_tx_complete()
413 struct f_sdp *sdp = f->config->cdev->req->context; in sdp_setup()
468 struct f_sdp *sdp = func_to_sdp(f); in sdp_bind()
535 struct f_sdp *sdp = func_to_sdp(f); in sdp_set_alt()
[all …]
DMakefile12 obj-$(CONFIG_SPL_USB_SDP_SUPPORT) += f_sdp.o
30 obj-$(CONFIG_USB_FUNCTION_SDP) += f_sdp.o