Searched refs:ctrl_buff (Results 1 – 5 of 5) sorted by relevance
287 struct ctrl_buf ctrl_buff[HFC_CTRL_BUFSIZE]; member
78 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()
189 ctrl_buft ctrl_buff[HFC_CTRL_BUFSIZE]; /* buffer holding queued data */ member231 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()
858 void *ctrl_buff; member
1305 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()