Searched refs:init_device (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/isl/ |
| H A D | isl.c | 106 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 D | igc_api.c | 144 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 D | igc_api.h | 17 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
|
| /freebsd-13.1/sys/dev/e1000/ |
| H A D | e1000_api.h | 56 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
|
| H A D | e1000_api.c | 433 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 D | cyapa.c | 355 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()
|