Searched refs:do_split (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd_queue.c | 117 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth() 1039 else if (!qh->do_split) in dwc2_uframe_schedule() 1113 if (qh->do_split) in dwc2_pick_first_frame() 1119 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_pick_first_frame() 1515 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init() local 1533 qh->do_split = do_split; in dwc2_qh_init() 1538 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() 1551 if (do_split && dwc_tt) in dwc2_qh_init() 1556 qh->host_interval = urb->interval * (do_split ? 8 : 1); in dwc2_qh_init() 1566 if (do_split) { in dwc2_qh_init() [all …]
|
D | hcd_intr.c | 453 } else if (chan->qh->do_split) { in dwc2_get_actual_xfer_length() 623 if (chan->qh->do_split && in dwc2_update_isoc_urb_state() 1016 if (chan->qh->do_split) { in dwc2_hc_xfercomp_intr() 1245 if (chan->do_split) { in dwc2_hc_nak_intr() 1323 if (chan->do_split) { in dwc2_hc_ack_intr() 1404 if (chan->do_split && chan->complete_split) { in dwc2_hc_nyet_intr() 1688 if (chan->do_split && chan->complete_split) in dwc2_hc_xacterr_intr()
|
D | hcd.h | 147 u8 do_split; member 346 u8 do_split; member
|
D | hcd.c | 748 if (chan->do_split) { in dwc2_hc_enable_slave_ints() 774 if (chan->do_split) { in dwc2_hc_enable_slave_ints() 824 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints() 934 if (chan->do_split) { in dwc2_hc_init() 1013 if (!chan->do_split && in dwc2_hc_halt() 1227 !chan->do_split) ? chan->speed : USB_SPEED_HIGH; in dwc2_hc_set_even_odd_frame() 1454 if (chan->do_split) { in dwc2_hc_start_transfer() 1586 if (chan->do_split) { in dwc2_hc_start_transfer() 1736 if (chan->do_split) in dwc2_hc_continue_transfer() 2538 chan->do_split = 1; in dwc2_hc_init_split() [all …]
|
D | hcd_ddma.c | 347 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()
|
/Linux-v4.19/arch/x86/mm/ |
D | pageattr.c | 559 int i, do_split = 1; in try_preserve_large_page() local 584 do_split = -EINVAL; in try_preserve_large_page() 650 do_split = 0; in try_preserve_large_page() 670 do_split = 0; in try_preserve_large_page() 676 return do_split; in try_preserve_large_page() 1220 int do_split, err; in __change_page_attr() local 1276 do_split = try_preserve_large_page(kpte, address, cpa); in __change_page_attr() 1282 if (do_split <= 0) in __change_page_attr() 1283 return do_split; in __change_page_attr()
|
/Linux-v4.19/block/ |
D | blk-merge.c | 109 bool do_split = true; in blk_bio_segment_split() local 164 do_split = false; in blk_bio_segment_split() 168 if (do_split) { in blk_bio_segment_split() 180 return do_split ? new : NULL; in blk_bio_segment_split()
|
/Linux-v4.19/fs/ext4/ |
D | namei.c | 1672 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function 2000 de = do_split(handle,dir, &bh2, frame, &fname->hinfo); in make_indexed_dir() 2274 de = do_split(handle, dir, &bh, frame, &fname->hinfo); in ext4_dx_add_entry()
|
/Linux-v4.19/fs/ubifs/ |
D | tnc.c | 2144 goto do_split; in tnc_insert() 2177 do_split: in tnc_insert()
|