Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Davr32dci.c751 uint8_t need_sync; in avr32dci_setup_standard_chain() local
800 need_sync = 1; in avr32dci_setup_standard_chain()
803 need_sync = 0; in avr32dci_setup_standard_chain()
809 need_sync = 0; in avr32dci_setup_standard_chain()
856 if (need_sync) { in avr32dci_setup_standard_chain()
869 need_sync = 0; in avr32dci_setup_standard_chain()
872 need_sync = 1; in avr32dci_setup_standard_chain()
876 if (need_sync) { in avr32dci_setup_standard_chain()
H A Datmegadci.c782 uint8_t need_sync; in atmegadci_setup_standard_chain() local
832 need_sync = 1; in atmegadci_setup_standard_chain()
835 need_sync = 0; in atmegadci_setup_standard_chain()
841 need_sync = 0; in atmegadci_setup_standard_chain()
888 if (need_sync) { in atmegadci_setup_standard_chain()
902 need_sync = 0; in atmegadci_setup_standard_chain()
905 need_sync = 1; in atmegadci_setup_standard_chain()
909 if (need_sync) { in atmegadci_setup_standard_chain()
H A Dsaf1761_otg.c1762 uint8_t need_sync; in saf1761_otg_setup_standard_chain() local
1837 need_sync = 0; in saf1761_otg_setup_standard_chain()
1840 need_sync = 1; in saf1761_otg_setup_standard_chain()
1857 need_sync = 0; in saf1761_otg_setup_standard_chain()
1860 need_sync = 0; in saf1761_otg_setup_standard_chain()
1867 need_sync = 0; in saf1761_otg_setup_standard_chain()
1930 need_sync = 0; in saf1761_otg_setup_standard_chain()
1933 need_sync = 0; in saf1761_otg_setup_standard_chain()
1938 need_sync = 0; in saf1761_otg_setup_standard_chain()
1941 need_sync = 1; in saf1761_otg_setup_standard_chain()
[all …]
H A Ddwc_otg.c3128 uint8_t need_sync; in dwc_otg_setup_standard_chain() local
3184 need_sync = 0; in dwc_otg_setup_standard_chain()
3187 need_sync = 1; in dwc_otg_setup_standard_chain()
3192 need_sync = 0; in dwc_otg_setup_standard_chain()
3195 need_sync = 0; in dwc_otg_setup_standard_chain()
3202 need_sync = 0; in dwc_otg_setup_standard_chain()
3249 if (need_sync) { in dwc_otg_setup_standard_chain()
3264 need_sync = 0; in dwc_otg_setup_standard_chain()
3267 need_sync = 0; in dwc_otg_setup_standard_chain()
3272 need_sync = 0; in dwc_otg_setup_standard_chain()
[all …]
H A Duss820dci.c980 uint8_t need_sync; in uss820dci_setup_standard_chain() local
996 need_sync = 0; in uss820dci_setup_standard_chain()
999 need_sync = 1; in uss820dci_setup_standard_chain()
1005 if (need_sync) { in uss820dci_setup_standard_chain()
/freebsd-13.1/sys/dev/hptrr/
H A Dldm.h254 HPT_UINT need_sync : 1; member
/freebsd-13.1/sys/dev/hpt27xx/
H A Dldm.h255 HPT_UINT need_sync : 1; member
/freebsd-13.1/sys/dev/hptnr/
H A Dldm.h256 HPT_UINT need_sync : 1; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c1672 boolean_t need_sync = B_FALSE; in receive_object() local
1689 need_sync = B_TRUE; in receive_object()
1692 if (need_sync) in receive_object()
H A Dspa.c740 spa_configfile_set(spa_t *spa, nvlist_t *nvp, boolean_t need_sync) in spa_configfile_set() argument
760 if (need_sync) in spa_configfile_set()
769 boolean_t need_sync = B_FALSE; in spa_prop_set() local
790 need_sync = B_TRUE; in spa_prop_set()
811 need_sync = B_TRUE; in spa_prop_set()
815 if (need_sync) { in spa_prop_set()