Home
last modified time | relevance | path

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

/drivers/isdn/hardware/mISDN/
Dhfcsusb.h287 struct ctrl_buf ctrl_buff[HFC_CTRL_BUFSIZE]; member
Dhfcsusb.c78 cpu_to_le16(hw->ctrl_buff[hw->ctrl_out_idx].hfcs_reg); in ctrl_start_transfer()
80 cpu_to_le16(hw->ctrl_buff[hw->ctrl_out_idx].reg_val); in ctrl_start_transfer()
103 buf = &hw->ctrl_buff[hw->ctrl_in_idx]; in write_reg()
/drivers/isdn/hisax/
Dhfc_usb.c189 ctrl_buft ctrl_buff[HFC_CTRL_BUFSIZE]; /* buffer holding queued data */ member
231 cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].hfc_reg); in ctrl_start_transfer()
233 cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].reg_val); in ctrl_start_transfer()
246 buf = &hfc->ctrl_buff[hfc->ctrl_in_idx]; /* pointer to new index */ in queue_control_request()
/drivers/usb/dwc2/
Dcore.h858 void *ctrl_buff; member
Dgadget.c1305 req->buf = hsotg->ctrl_buff; in dwc2_hsotg_enqueue_setup()
3602 hsotg->ctrl_buff = devm_kzalloc(hsotg->dev, in dwc2_gadget_init()
3604 if (!hsotg->ctrl_buff) { in dwc2_gadget_init()