Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/sys/dev/cyapa/
H A Dcyapa.c344 init_device(device_t dev, struct cyapa_cap *cap, int probe) in init_device() function
477 error = init_device(dev, &cap, 1); in cyapa_probe()
500 if (init_device(dev, &cap, 0)) in cyapa_attach()
1213 init_device(sc->dev, NULL, 2); in cyapa_poll_thread()
/freebsd-12.1/sys/dev/e1000/
H A De1000_api.h57 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
H A De1000_api.c406 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) in e1000_setup_init_funcs() argument
505 if (!(ret_val) && init_device) { in e1000_setup_init_funcs()