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

/freebsd-13-stable/sys/dev/isl/
H A Disl.c106 init_device(device_t dev, int probe) function
163 if (init_device(dev, 0x88, 1) == 0)
175 if (init_device(dev, 1) != 0)
194 if (init_device(dev, 0) != 0)
/freebsd-13-stable/sys/dev/e1000/
H A De1000_api.h57 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
H A De1000_api.c423 * @init_device: TRUE will initialize the rest of the function pointers
432 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) argument
534 if (!(ret_val) && init_device) {
/freebsd-13-stable/sys/dev/cyapa/
H A Dcyapa.c355 init_device(device_t dev, struct cyapa_cap *cap, int probe) function
509 error = init_device(dev, &cap, 1);
532 if (init_device(dev, &cap, 0))
1290 init_device(sc->dev, NULL, 2);

Completed in 112 milliseconds