Home
last modified time | relevance | path

Searched refs:do_split (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dhcd_intr.c423 } 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()
H A Dhcd.h118 u8 do_split; member
320 u8 do_split; member
H A Dhcd.c517 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 Dhcd_ddma.c317 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()
/linux/arch/x86/mm/pat/
H A Dset_memory.c1078 int do_split; in should_split_large_page() local
1084 do_split = __should_split_large_page(kpte, address, cpa); in should_split_large_page()
1087 return do_split; in should_split_large_page()
1838 int do_split, err; in __change_page_attr() local
1894 do_split = should_split_large_page(kpte, address, cpa); in __change_page_attr()
1900 if (do_split <= 0) in __change_page_attr()
1901 return do_split; in __change_page_attr()
/linux/fs/ubifs/
H A Dtnc.c2186 goto do_split; in tnc_insert()
2219 do_split: in tnc_insert()
/linux/fs/ext4/
H A Dnamei.c1905 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()
2627 de = do_split(handle, dir, &bh, frame, &fname->hinfo); in ext4_dx_add_entry()