Home
last modified time | relevance | path

Searched defs:hwdev (Results 76 - 88 of 88) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c186 static bool check_func_id(struct hinic_hwdev *hwdev, u16 src_func_idx, in check_func_id() argument
210 bool hinic_mbox_check_func_id_8B(struct hinic_hwdev *hwdev, u16 func_idx, in hinic_mbox_check_func_id_8B() argument
224 int hinic_register_pf_mbox_cb(struct hinic_hwdev *hwdev, in hinic_register_pf_mbox_cb() argument
247 int hinic_register_vf_mbox_cb(struct hinic_hwdev *hwdev, in hinic_register_vf_mbox_cb() argument
268 hinic_unregister_pf_mbox_cb(struct hinic_hwdev *hwdev, enum hinic_mod_type mod) hinic_unregister_pf_mbox_cb() argument
287 hinic_unregister_vf_mbox_cb(struct hinic_hwdev *hwdev, enum hinic_mod_type mod) hinic_unregister_vf_mbox_cb() argument
514 set_vf_mbox_random_id(struct hinic_hwdev *hwdev, u16 func_id) set_vf_mbox_random_id() argument
570 struct hinic_hwdev *hwdev = func_to_func->hwdev; check_vf_mbox_random_id() local
666 mbox_copy_header(struct hinic_hwdev *hwdev, struct hinic_send_mbox *mbox, u64 *header) mbox_copy_header() argument
676 mbox_copy_send_data(struct hinic_hwdev *hwdev, struct hinic_send_mbox *mbox, void *seg, u16 seg_len) mbox_copy_send_data() argument
731 dump_mox_reg(struct hinic_hwdev *hwdev) dump_mox_reg() argument
760 struct hinic_hwdev *hwdev = func_to_func->hwdev; wait_for_mbox_seg_completion() local
802 struct hinic_hwdev *hwdev = func_to_func->hwdev; send_mbox_seg() local
846 struct hinic_hwdev *hwdev = func_to_func->hwdev; send_mbox_to_func() local
1063 hinic_mbox_to_pf(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size, u32 timeout) hinic_mbox_to_pf() argument
1084 hinic_mbox_to_vf(struct hinic_hwdev *hwdev, enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size, u32 timeout) hinic_mbox_to_vf() argument
1153 alloc_mbox_info(struct hinic_hwdev *hwdev, struct hinic_recv_mbox *mbox_info) alloc_mbox_info() argument
1195 struct hinic_hwdev *hwdev = func_to_func->hwdev; alloc_mbox_wb_status() local
1221 struct hinic_hwdev *hwdev = func_to_func->hwdev; free_mbox_wb_status() local
1233 hinic_mbox_check_cmd_valid(struct hinic_hwdev *hwdev, struct vf_cmd_check_handle *cmd_handle, u16 vf_id, u8 cmd, void *buf_in, u16 in_size, u8 size) hinic_mbox_check_cmd_valid() argument
1258 hinic_cmdq_check_vf_ctxt(struct hinic_hwdev *hwdev, struct hinic_cmdq_ctxt *cmdq_ctxt) hinic_cmdq_check_vf_ctxt() argument
1279 check_cmdq_ctxt(struct hinic_hwdev *hwdev, u16 func_idx, void *buf_in, u16 in_size) check_cmdq_ctxt() argument
1307 check_hwctxt(struct hinic_hwdev *hwdev, u16 func_idx, void *buf_in, u16 in_size) check_hwctxt() argument
1329 check_set_wq_page_size(struct hinic_hwdev *hwdev, u16 func_idx, void *buf_in, u16 in_size) check_set_wq_page_size() argument
1368 struct hinic_hwdev *hwdev = handle; comm_pf_mbox_handler() local
1398 hinic_func_to_func_init(struct hinic_hwdev *hwdev) hinic_func_to_func_init() argument
1468 hinic_func_to_func_free(struct hinic_hwdev *hwdev) hinic_func_to_func_free() argument
1488 hinic_vf_mbox_random_id_init(struct hinic_hwdev *hwdev) hinic_vf_mbox_random_id_init() argument
[all...]
H A Dhinic_hw_dev.h464 struct hinic_hwdev hwdev; member
[all...]
/kernel/linux/linux-6.6/drivers/parisc/
H A Dsba_iommu.c881 static void *sba_alloc(struct device *hwdev, size_t size, dma_addr_t *dma_handle, in sba_alloc() argument
914 sba_free(struct device *hwdev, size_t size, void *vaddr, in sba_free() argument
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dasus-ec-sensors.c953 struct device *hwdev; in asus_ec_probe() local
H A Dhp-wmi-sensors.c2014 struct device *hwdev; in hp_wmi_sensors_init() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c161 static void opencl_device_free(AVHWDeviceContext *hwdev) in opencl_device_free() argument
276 static av_unused int opencl_check_extension(AVHWDeviceContext *hwdev, in opencl_check_extension() argument
297 static int opencl_enumerate_platforms(AVHWDeviceContext *hwdev, in opencl_enumerate_platforms() argument
328 opencl_filter_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_platform() argument
363 opencl_enumerate_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_devices() argument
403 opencl_filter_device(AVHWDeviceContext *hwdev, cl_device_id device_id, const char *device_name, void *context) opencl_filter_device() argument
493 opencl_device_create_internal(AVHWDeviceContext *hwdev, const OpenCLDeviceSelector *selector, cl_context_properties *props) opencl_device_create_internal() argument
626 opencl_device_create(AVHWDeviceContext *hwdev, const char *device, AVDictionary *opts, int flags) opencl_device_create() argument
659 opencl_device_init(AVHWDeviceContext *hwdev) opencl_device_init() argument
895 opencl_device_uninit(AVHWDeviceContext *hwdev) opencl_device_uninit() argument
911 opencl_filter_intel_media_vaapi_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_intel_media_vaapi_platform() argument
929 opencl_enumerate_intel_media_vaapi_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_intel_media_vaapi_devices() argument
981 opencl_filter_intel_media_vaapi_device(AVHWDeviceContext *hwdev, cl_device_id device_id, const char *device_name, void *context) opencl_filter_intel_media_vaapi_device() argument
999 opencl_filter_dxva2_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_dxva2_platform() argument
1015 opencl_enumerate_dxva2_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_dxva2_devices() argument
1072 opencl_filter_d3d11_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_d3d11_platform() argument
1088 opencl_enumerate_d3d11_devices(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, cl_uint *nb_devices, cl_device_id **devices, void *context) opencl_enumerate_d3d11_devices() argument
1143 opencl_filter_gpu_device(AVHWDeviceContext *hwdev, cl_device_id device_id, const char *device_name, void *context) opencl_filter_gpu_device() argument
1169 opencl_filter_drm_arm_platform(AVHWDeviceContext *hwdev, cl_platform_id platform_id, const char *platform_name, void *context) opencl_filter_drm_arm_platform() argument
1185 opencl_filter_drm_arm_device(AVHWDeviceContext *hwdev, cl_device_id device_id, const char *device_name, void *context) opencl_filter_drm_arm_device() argument
1202 opencl_device_derive(AVHWDeviceContext *hwdev, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) opencl_device_derive() argument
1484 opencl_frames_get_constraints(AVHWDeviceContext *hwdev, const void *hwconfig, AVHWFramesConstraints *constraints) opencl_frames_get_constraints() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h398 struct hinic_hwdev hwdev; member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Diommu.h946 iommu_device_register(struct iommu_device *iommu, const struct iommu_ops *ops, struct device *hwdev) iommu_device_register() argument
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c251 iommu_device_register(struct iommu_device *iommu, const struct iommu_ops *ops, struct device *hwdev) iommu_device_register() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/via/
H A Dvia-rhine.c671 static inline int verify_mmio(struct device *hwdev, in verify_mmio() argument
896 static int rhine_init_one_common(struct device *hwdev, u32 quirks, in rhine_init_one_common() argument
1031 struct device *hwdev = &pdev->dev; in rhine_init_one_pci() local
1144 struct device *hwdev = dev->dev.parent; alloc_ring() local
1182 struct device *hwdev = dev->dev.parent; free_ring() local
1207 struct device *hwdev = dev->dev.parent; rhine_skb_dma_init() local
1287 struct device *hwdev = dev->dev.parent; free_rbufs() local
1329 struct device *hwdev = dev->dev.parent; free_tbufs() local
1776 struct device *hwdev = dev->dev.parent; rhine_start_tx() local
1918 struct device *hwdev = dev->dev.parent; rhine_tx() local
2035 struct device *hwdev = dev->dev.parent; rhine_rx() local
2285 struct device *hwdev = dev->dev.parent; netdev_get_drvinfo() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dtc35815.c467 static void free_rxbuf_skb(struct pci_dev *hwdev, struct sk_buff *skb, dma_addr_t dma_handle) in free_rxbuf_skb() argument
449 alloc_rxbuf_skb(struct net_device *dev, struct pci_dev *hwdev, dma_addr_t *dma_handle) alloc_rxbuf_skb() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/via/
H A Dvia-rhine.c671 static inline int verify_mmio(struct device *hwdev, in verify_mmio() argument
896 static int rhine_init_one_common(struct device *hwdev, u32 quirks, in rhine_init_one_common() argument
1033 struct device *hwdev = &pdev->dev; in rhine_init_one_pci() local
1141 struct device *hwdev = dev->dev.parent; alloc_ring() local
1179 struct device *hwdev = dev->dev.parent; free_ring() local
1204 struct device *hwdev = dev->dev.parent; rhine_skb_dma_init() local
1284 struct device *hwdev = dev->dev.parent; free_rbufs() local
1326 struct device *hwdev = dev->dev.parent; free_tbufs() local
1773 struct device *hwdev = dev->dev.parent; rhine_start_tx() local
1915 struct device *hwdev = dev->dev.parent; rhine_tx() local
2032 struct device *hwdev = dev->dev.parent; rhine_rx() local
2282 struct device *hwdev = dev->dev.parent; netdev_get_drvinfo() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dtc35815.c467 static void free_rxbuf_skb(struct pci_dev *hwdev, struct sk_buff *skb, dma_addr_t dma_handle) in free_rxbuf_skb() argument
449 alloc_rxbuf_skb(struct net_device *dev, struct pci_dev *hwdev, dma_addr_t *dma_handle) alloc_rxbuf_skb() argument

Completed in 32 milliseconds

1234