Home
last modified time | relevance | path

Searched refs:init_device (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/isl/
H A Disl.c106 init_device(device_t dev, int probe) in init_device() function
163 if (init_device(dev, 0x88, 1) == 0)
175 if (init_device(dev, 1) != 0) in isl_probe()
194 if (init_device(dev, 0) != 0) in isl_attach()
/freebsd-13.1/sys/dev/igc/
H A Digc_api.c144 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device) in igc_setup_init_funcs() argument
188 if (!(ret_val) && init_device) { in igc_setup_init_funcs()
H A Digc_api.h17 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
/freebsd-13.1/sys/dev/e1000/
H A De1000_api.h56 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
H A De1000_api.c433 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) in e1000_setup_init_funcs() argument
535 if (!(ret_val) && init_device) { in e1000_setup_init_funcs()
/freebsd-13.1/sys/dev/cyapa/
H A Dcyapa.c355 init_device(device_t dev, struct cyapa_cap *cap, int probe) in init_device() function
509 error = init_device(dev, &cap, 1); in cyapa_probe()
532 if (init_device(dev, &cap, 0)) in cyapa_attach()
1290 init_device(sc->dev, NULL, 2); in cyapa_poll_thread()