Home
last modified time | relevance | path

Searched refs:need_sync (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/dev/usb/controller/
H A Davr32dci.c758 uint8_t need_sync; in avr32dci_setup_standard_chain() local
808 need_sync = 1; in avr32dci_setup_standard_chain()
811 need_sync = 0; in avr32dci_setup_standard_chain()
817 need_sync = 0; in avr32dci_setup_standard_chain()
868 if (need_sync) { in avr32dci_setup_standard_chain()
882 need_sync = 0; in avr32dci_setup_standard_chain()
885 need_sync = 1; in avr32dci_setup_standard_chain()
889 if (need_sync) { in avr32dci_setup_standard_chain()
H A Datmegadci.c791 uint8_t need_sync; in atmegadci_setup_standard_chain() local
842 need_sync = 1; in atmegadci_setup_standard_chain()
845 need_sync = 0; in atmegadci_setup_standard_chain()
851 need_sync = 0; in atmegadci_setup_standard_chain()
902 if (need_sync) { in atmegadci_setup_standard_chain()
917 need_sync = 0; in atmegadci_setup_standard_chain()
920 need_sync = 1; in atmegadci_setup_standard_chain()
924 if (need_sync) { in atmegadci_setup_standard_chain()
H A Dsaf1761_otg.c1765 uint8_t need_sync; in saf1761_otg_setup_standard_chain() local
1841 need_sync = 0; in saf1761_otg_setup_standard_chain()
1844 need_sync = 1; in saf1761_otg_setup_standard_chain()
1861 need_sync = 0; in saf1761_otg_setup_standard_chain()
1864 need_sync = 0; in saf1761_otg_setup_standard_chain()
1871 need_sync = 0; in saf1761_otg_setup_standard_chain()
1938 need_sync = 0; in saf1761_otg_setup_standard_chain()
1941 need_sync = 0; in saf1761_otg_setup_standard_chain()
1946 need_sync = 0; in saf1761_otg_setup_standard_chain()
1949 need_sync = 1; in saf1761_otg_setup_standard_chain()
[all …]
H A Ddwc_otg.c3149 uint8_t need_sync; in dwc_otg_setup_standard_chain() local
3206 need_sync = 0; in dwc_otg_setup_standard_chain()
3209 need_sync = 1; in dwc_otg_setup_standard_chain()
3214 need_sync = 0; in dwc_otg_setup_standard_chain()
3217 need_sync = 0; in dwc_otg_setup_standard_chain()
3224 need_sync = 0; in dwc_otg_setup_standard_chain()
3275 if (need_sync) { in dwc_otg_setup_standard_chain()
3291 need_sync = 0; in dwc_otg_setup_standard_chain()
3294 need_sync = 0; in dwc_otg_setup_standard_chain()
3299 need_sync = 0; in dwc_otg_setup_standard_chain()
[all …]
H A Duss820dci.c990 uint8_t need_sync; in uss820dci_setup_standard_chain() local
1007 need_sync = 0; in uss820dci_setup_standard_chain()
1010 need_sync = 1; in uss820dci_setup_standard_chain()
1016 if (need_sync) { in uss820dci_setup_standard_chain()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_ring.c139 bool need_sync = false; in radeon_ib_schedule() local
157 need_sync = true; in radeon_ib_schedule()
164 if (!need_sync) { in radeon_ib_schedule()
/freebsd-12.1/sys/dev/hptrr/
H A Dldm.h254 HPT_UINT need_sync : 1; member
/freebsd-12.1/sys/dev/hptnr/
H A Dldm.h256 HPT_UINT need_sync : 1; member
/freebsd-12.1/sys/dev/hpt27xx/
H A Dldm.h255 HPT_UINT need_sync : 1; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c729 spa_configfile_set(spa_t *spa, nvlist_t *nvp, boolean_t need_sync) in spa_configfile_set() argument
749 if (need_sync) in spa_configfile_set()
758 boolean_t need_sync = B_FALSE; in spa_prop_set() local
779 need_sync = B_TRUE; in spa_prop_set()
800 need_sync = B_TRUE; in spa_prop_set()
804 if (need_sync) { in spa_prop_set()
/freebsd-12.1/sys/arm/arm/
H A Dpmap-v4.c678 pmap_free_l2_ptp(boolean_t need_sync, pt_entry_t *l2) in pmap_free_l2_ptp()
693 if (need_sync) in pmap_free_l2_ptp()