Searched refs:do_split (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 88 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth() 973 else if (!qh->do_split) in dwc2_uframe_schedule() 1047 if (qh->do_split) in dwc2_pick_first_frame() 1053 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_pick_first_frame() 1452 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init() local 1472 qh->do_split = do_split; in dwc2_qh_init() 1477 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() 1490 if (do_split && dwc_tt) in dwc2_qh_init() 1495 qh->host_interval = urb->interval * (do_split ? 8 : 1); in dwc2_qh_init() 1505 if (do_split) { in dwc2_qh_init() [all …]
|
| H A D | hcd.h | 118 u8 do_split; member 320 u8 do_split; member
|
| H A D | hcd.c | 517 if (chan->do_split) { in dwc2_hc_enable_slave_ints() 543 if (chan->do_split) { in dwc2_hc_enable_slave_ints() 593 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints() 703 if (chan->do_split) { in dwc2_hc_init() 782 if (!chan->do_split && in dwc2_hc_halt() 996 !chan->do_split) ? chan->speed : USB_SPEED_HIGH; in dwc2_hc_set_even_odd_frame() 1220 if (chan->do_split) { in dwc2_hc_start_transfer() 1353 if (chan->do_split) { in dwc2_hc_start_transfer() 1503 if (chan->do_split) in dwc2_hc_continue_transfer() 2311 chan->do_split = 1; in dwc2_hc_init_split() [all …]
|
| H A D | hcd_ddma.c | 317 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()
|
| /linux/fs/ext4/ |
| H A D | namei.c | 1905 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function 2328 de = do_split(handle,dir, &bh2, frame, &fname->hinfo); in make_indexed_dir() 2634 de = do_split(handle, dir, &bh, frame, &fname->hinfo); in ext4_dx_add_entry()
|