Searched refs:init_device (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/isl/ |
H A D | isl.c | 104 init_device(device_t dev, int probe) in init_device() function 159 if (init_device(dev, 0x88, 1) == 0) 171 if (init_device(dev, 1) != 0) in isl_probe() 190 if (init_device(dev, 0) != 0) in isl_attach()
|
/freebsd/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 | 15 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_init.c | 291 if (hw_data->init_device && hw_data->init_device(accel_dev)) { in adf_dev_init()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_api.h | 55 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
|
H A D | e1000_api.c | 450 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) in e1000_setup_init_funcs() argument 553 if (!(ret_val) && init_device) { in e1000_setup_init_funcs()
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 353 init_device(device_t dev, struct cyapa_cap *cap, int probe) in init_device() function 505 error = init_device(dev, &cap, 1); in cyapa_probe() 528 if (init_device(dev, &cap, 0)) in cyapa_attach() 1286 init_device(sc->dev, NULL, 2); in cyapa_poll_thread()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_accel_devices.h | 379 int (*init_device)(struct adf_accel_dev *accel_dev); member
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
H A D | adf_4xxx_hw_data.c | 970 hw_data->init_device = adf_init_device; in adf_init_hw_data_4xxx()
|