Home
last modified time | relevance | path

Searched refs:dev_class (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c340 int vendor_id, int product_id, int dev_class,
359 dev_class < -1 || dev_class > 0xff)
377 handle->devclass = dev_class;
186 libusb_hotplug_register_callback(libusb_context * ctx,libusb_hotplug_event events,libusb_hotplug_flag flags,int vendor_id,int product_id,int dev_class,libusb_hotplug_callback_fn cb_fn,void * user_data,libusb_hotplug_callback_handle * phandle) libusb_hotplug_register_callback() argument
H A Dlibusb.h597 …t events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_…
/freebsd/stand/kshim/
H A Dbsd_kernel.c720 dev->dev_class = dc; in devclass_add_device()
741 dev->dev_class = NULL; in devclass_delete_device()
830 if (child->dev_class != NULL) in device_delete_child()
831 devclass_delete_device(child->dev_class, child); in device_delete_child()
947 if (dev->dev_class != dc) { in device_probe_and_attach()
950 if (dev->dev_class != NULL) in device_probe_and_attach()
951 devclass_delete_device(dev->dev_class, dev); in device_probe_and_attach()
995 devclass_delete_device(dev->dev_class, dev); in device_detach()
H A Dbsd_kernel.h410 devclass_t dev_class; member
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dlac_adf_interface_freebsd.c44 adf->pAccelName = (char *)hw_data->dev_class->name; in create_adf_dev_structure()
45 adf->deviceType = (device_type_t)hw_data->dev_class->type; in create_adf_dev_structure()
47 hw_data->dev_class->name, in create_adf_dev_structure()
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_4xxxvf_hw_data.c339 hw_data->dev_class = &adf_4xxxiov_class; in adf_init_hw_data_4xxxiov()
378 hw_data->dev_class->instances++; in adf_init_hw_data_4xxxiov()
387 hw_data->dev_class->instances--; in adf_clean_hw_data_4xxxiov()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c97 struct adf_hw_device_class *class = hw_data->dev_class; in adf_devmgr_update_class_index()
106 if (ptr->hw_device->dev_class == class) in adf_devmgr_update_class_index()
H A Dadf_ctl_drv.c152 strlcpy(dev_info->name, hw_data->dev_class->name, in adf_ctl_ioctl_get_status()
155 dev_info->type = hw_data->dev_class->type; in adf_ctl_ioctl_get_status()
H A Dadf_freebsd_uio.c32 #define ADF_UIO_GET_NAME(accel_dev) (GET_HW_DATA(accel_dev)->dev_class->name)
33 #define ADF_UIO_GET_TYPE(accel_dev) (GET_HW_DATA(accel_dev)->dev_class->type)
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c326 hw_data->dev_class = &dh895xcc_class; in adf_init_hw_data_dh895xcc()
392 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c333 hw_data->dev_class = &c3xxx_class; in adf_init_hw_data_c3xxx()
402 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c338 hw_data->dev_class = &c62x_class; in adf_init_hw_data_c62x()
407 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c458 hw_data->dev_class = &qat_200xx_class; in adf_init_hw_data_200xx()
528 hw_data->dev_class->instances--; in adf_clean_hw_data_200xx()
/freebsd/lib/libbluetooth/
H A Dbluetooth.h161 uint8_t dev_class[3]; member
H A Dhci.c521 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class)); in bt_devinquiry()
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c936 hw_data->dev_class = &adf_4xxx_class; in adf_init_hw_data_4xxx()
1014 hw_data->dev_class->instances--; in adf_clean_hw_data_4xxx()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h337 struct adf_hw_device_class *dev_class; member
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c2122 hw_data->dev_class = &c4xxx_class; in adf_init_hw_data_c4xxx()
2203 hw_data->dev_class->instances--; in adf_clean_hw_data_c4xxx()