Searched refs:do_split (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/usb/dwc2/ |
D | hcd_queue.c | 87 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth() 1009 else if (!qh->do_split) in dwc2_uframe_schedule() 1083 if (qh->do_split) in dwc2_pick_first_frame() 1089 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_pick_first_frame() 1488 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init() local 1509 qh->do_split = do_split; in dwc2_qh_init() 1514 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() 1527 if (do_split && dwc_tt) in dwc2_qh_init() 1532 qh->host_interval = urb->interval * (do_split ? 8 : 1); in dwc2_qh_init() 1542 if (do_split) { in dwc2_qh_init() [all …]
|
D | hcd_intr.c | 423 } else if (chan->qh->do_split) { in dwc2_get_actual_xfer_length() 593 if (chan->qh->do_split && in dwc2_update_isoc_urb_state() 986 if (chan->qh->do_split) { in dwc2_hc_xfercomp_intr() 1215 if (chan->do_split) { in dwc2_hc_nak_intr() 1293 if (chan->do_split) { in dwc2_hc_ack_intr() 1374 if (chan->do_split && chan->complete_split) { in dwc2_hc_nyet_intr() 1659 if (chan->do_split && chan->complete_split) in dwc2_hc_xacterr_intr()
|
D | hcd.h | 118 u8 do_split; member 320 u8 do_split; member
|
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 …]
|
D | hcd_ddma.c | 317 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()
|
/Linux-v6.6/arch/x86/mm/pat/ |
D | set_memory.c | 989 int do_split; in should_split_large_page() local 995 do_split = __should_split_large_page(kpte, address, cpa); in should_split_large_page() 998 return do_split; in should_split_large_page() 1590 int do_split, err; in __change_page_attr() local 1644 do_split = should_split_large_page(kpte, address, cpa); in __change_page_attr() 1650 if (do_split <= 0) in __change_page_attr() 1651 return do_split; in __change_page_attr()
|
/Linux-v6.6/fs/ubifs/ |
D | tnc.c | 2185 goto do_split; in tnc_insert() 2218 do_split: in tnc_insert()
|
/Linux-v6.6/fs/ext4/ |
D | namei.c | 1974 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function 2343 de = do_split(handle,dir, &bh2, frame, &fname->hinfo); in make_indexed_dir() 2639 de = do_split(handle, dir, &bh, frame, &fname->hinfo); in ext4_dx_add_entry()
|