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

/freebsd-current/sys/dev/isl/
H A Disl.c104 init_device(device_t dev, int probe) function
159 if (init_device(dev, 0x88, 1) == 0)
171 if (init_device(dev, 1) != 0)
190 if (init_device(dev, 0) != 0)
/freebsd-current/sys/dev/igc/
H A Digc_api.h15 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
H A Digc_api.c133 * @init_device: true will initialize the rest of the function pointers
142 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device) argument
186 if (!(ret_val) && init_device) {
/freebsd-current/usr.sbin/nvmfd/
H A Ddevices.c100 init_device(const char *config, struct backing_device *dev) function
135 init_device(av[i], &devices[i]);
/freebsd-current/sys/dev/e1000/
H A De1000_api.h55 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
H A De1000_api.c441 * @init_device: true will initialize the rest of the function pointers
450 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) argument
553 if (!(ret_val) && init_device) {
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_init.c291 if (hw_data->init_device && hw_data->init_device(accel_dev)) {
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.c353 init_device(device_t dev, struct cyapa_cap *cap, int probe) function
505 error = init_device(dev, &cap, 1);
528 if (init_device(dev, &cap, 0))
1286 init_device(sc->dev, NULL, 2);
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_accel_devices.h379 int (*init_device)(struct adf_accel_dev *accel_dev); member in struct:adf_hw_device_data
/freebsd-current/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c970 hw_data->init_device = adf_init_device;

Completed in 102 milliseconds