Home
last modified time | relevance | path

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

/drivers/usb/class/
Dusblp.c250 static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value… in usblp_ctrl_msg() function
271usblp_ctrl_msg(usblp, USBLP_REQ_GET_STATUS, USB_TYPE_CLASS, USB_DIR_IN, USB_RECIP_INTERFACE, 0, st…
273usblp_ctrl_msg(usblp, USBLP_REQ_GET_ID, USB_TYPE_CLASS, USB_DIR_IN, USB_RECIP_INTERFACE, config, i…
275 usblp_ctrl_msg(usblp, USBLP_REQ_RESET, USB_TYPE_CLASS, USB_DIR_OUT, USB_RECIP_OTHER, 0, NULL, 0)
286 ret = usblp_ctrl_msg(usblp, USBLP_REQ_HP_CHANNEL_CHANGE_REQUEST, in usblp_hp_channel_change_request()