Searched refs:do_split (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 117 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth() 1045 else if (!qh->do_split) in dwc2_uframe_schedule() 1119 if (qh->do_split) in dwc2_pick_first_frame() 1125 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_pick_first_frame() 1524 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init() local 1545 qh->do_split = do_split; in dwc2_qh_init() 1550 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init() 1563 if (do_split && dwc_tt) in dwc2_qh_init() 1568 qh->host_interval = urb->interval * (do_split ? 8 : 1); in dwc2_qh_init() 1578 if (do_split) { in dwc2_qh_init() [all …]
|
| H A 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() 1248 if (chan->do_split) { in dwc2_hc_nak_intr() 1326 if (chan->do_split) { in dwc2_hc_ack_intr() 1407 if (chan->do_split && chan->complete_split) { in dwc2_hc_nyet_intr() 1692 if (chan->do_split && chan->complete_split) in dwc2_hc_xacterr_intr()
|
| H A D | hcd.h | 147 u8 do_split; member 349 u8 do_split; member
|
| H A D | hcd.c | 552 if (chan->do_split) { in dwc2_hc_enable_slave_ints() 578 if (chan->do_split) { in dwc2_hc_enable_slave_ints() 628 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints() 738 if (chan->do_split) { in dwc2_hc_init() 817 if (!chan->do_split && in dwc2_hc_halt() 1033 !chan->do_split) ? chan->speed : USB_SPEED_HIGH; in dwc2_hc_set_even_odd_frame() 1257 if (chan->do_split) { in dwc2_hc_start_transfer() 1390 if (chan->do_split) { in dwc2_hc_start_transfer() 1540 if (chan->do_split) in dwc2_hc_continue_transfer() 2350 chan->do_split = 1; in dwc2_hc_init_split() [all …]
|
| H A D | hcd_ddma.c | 347 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | set_memory.c | 911 int do_split; in should_split_large_page() local 917 do_split = __should_split_large_page(kpte, address, cpa); in should_split_large_page() 920 return do_split; in should_split_large_page() 1512 int do_split, err; in __change_page_attr() local 1563 do_split = should_split_large_page(kpte, address, cpa); in __change_page_attr() 1569 if (do_split <= 0) in __change_page_attr() 1570 return do_split; in __change_page_attr()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | dwc2.c | 920 int do_split = 0; in chunk_msg() local 956 do_split = 1; in chunk_msg() 977 else if (do_split) in chunk_msg() 1002 } else if (do_split) { in chunk_msg()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc.c | 2042 goto do_split; in tnc_insert() 2075 do_split: in tnc_insert()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | tnc.c | 2148 goto do_split; in tnc_insert() 2181 do_split: in tnc_insert()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | namei.c | 1938 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function 2295 de = do_split(handle, dir, &bh2, frame, &fname->hinfo, &block); in make_indexed_dir() 2591 de = do_split(handle, dir, &bh, frame, &fname->hinfo, &lblk); in ext4_dx_add_entry()
|