Home
last modified time | relevance | path

Searched defs:dev (Results 326 – 350 of 16108) sorted by relevance

1...<<11121314151617181920>>...645

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c36 static int broadwell_pch_early_init(struct udevice *dev) in broadwell_pch_early_init()
84 static void pch_misc_init(struct udevice *dev) in pch_misc_init()
164 static int pch_power_options(struct udevice *dev) in pch_power_options()
208 static void pch_pm_init_magic(struct udevice *dev) in pch_pm_init_magic()
265 static int pch_type(struct udevice *dev) in pch_type()
275 static int pch_is_wpt(struct udevice *dev) in pch_is_wpt()
281 static int pch_is_wpt_ulx(struct udevice *dev) in pch_is_wpt_ulx()
303 static void pch_enable_mphy(struct udevice *dev) in pch_enable_mphy()
353 static void pch_pm_init(struct udevice *dev) in pch_pm_init()
375 static void pch_cg_init(struct udevice *dev) in pch_cg_init()
[all …]
/openbmc/u-boot/drivers/video/bridge/
H A Danx6345.c22 static int anx6345_write(struct udevice *dev, unsigned int addr_off, in anx6345_write()
45 static int anx6345_read(struct udevice *dev, unsigned int addr_off, in anx6345_read()
72 static int anx6345_write_r0(struct udevice *dev, unsigned char reg_addr, in anx6345_write_r0()
80 static int anx6345_read_r0(struct udevice *dev, unsigned char reg_addr, in anx6345_read_r0()
88 static int anx6345_write_r1(struct udevice *dev, unsigned char reg_addr, in anx6345_write_r1()
96 static int anx6345_read_r1(struct udevice *dev, unsigned char reg_addr, in anx6345_read_r1()
104 static int anx6345_set_backlight(struct udevice *dev, int percent) in anx6345_set_backlight()
109 static int anx6345_aux_wait(struct udevice *dev) in anx6345_aux_wait()
157 static void anx6345_aux_addr(struct udevice *dev, u32 addr) in anx6345_aux_addr()
169 static int anx6345_aux_transfer(struct udevice *dev, u8 req, in anx6345_aux_transfer()
[all …]
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-cap.c18 static void vivid_sliced_vbi_cap_fill(struct vivid_dev *dev, unsigned seqnr) in vivid_sliced_vbi_cap_fill()
66 static void vivid_g_fmt_vbi_cap(struct vivid_dev *dev, struct v4l2_vbi_format *vbi) in vivid_g_fmt_vbi_cap()
82 void vivid_raw_vbi_cap_process(struct vivid_dev *dev, struct vivid_buffer *buf) in vivid_raw_vbi_cap_process()
101 void vivid_sliced_vbi_cap_process(struct vivid_dev *dev, in vivid_sliced_vbi_cap_process()
126 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vbi_cap_queue_setup() local
146 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_cap_buf_prepare() local
175 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_cap_buf_queue() local
187 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vbi_cap_start_streaming() local
213 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vbi_cap_stop_streaming() local
221 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_cap_buf_request_complete() local
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c39 NVWriteVgaSeq(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaSeq()
46 NVReadVgaSeq(struct drm_device *dev, int head, uint8_t index) in NVReadVgaSeq()
53 NVWriteVgaGr(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaGr()
60 NVReadVgaGr(struct drm_device *dev, int head, uint8_t index) in NVReadVgaGr()
85 NVSetOwner(struct drm_device *dev, int owner) in NVSetOwner()
110 NVBlankScreen(struct drm_device *dev, int head, bool blank) in NVBlankScreen()
132 nouveau_hw_decode_pll(struct drm_device *dev, uint32_t reg1, uint32_t pll1, in nouveau_hw_decode_pll()
164 nouveau_hw_get_pllvals(struct drm_device *dev, enum nvbios_pll_type plltype, in nouveau_hw_get_pllvals()
215 nouveau_hw_get_clock(struct drm_device *dev, enum nvbios_pll_type plltype) in nouveau_hw_get_clock()
252 nouveau_hw_fix_bad_vpll(struct drm_device *dev, int head) in nouveau_hw_fix_bad_vpll()
[all …]
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c76 struct vduse_dev *dev; member
88 struct device *dev; member
156 static inline struct vduse_dev *dev_to_vduse(struct device *dev) in dev_to_vduse()
196 static void vduse_dev_broken(struct vduse_dev *dev) in vduse_dev_broken()
214 static int vduse_dev_msg_sync(struct vduse_dev *dev, in vduse_dev_msg_sync()
252 static int vduse_dev_get_vq_state_packed(struct vduse_dev *dev, in vduse_dev_get_vq_state_packed()
278 static int vduse_dev_get_vq_state_split(struct vduse_dev *dev, in vduse_dev_get_vq_state_split()
297 static int vduse_dev_set_status(struct vduse_dev *dev, u8 status) in vduse_dev_set_status()
307 static int vduse_dev_update_iotlb(struct vduse_dev *dev, in vduse_dev_update_iotlb()
325 struct vduse_dev *dev = file->private_data; in vduse_dev_read_iter() local
[all …]
/openbmc/qemu/hw/usb/
H A Dbus.c57 USBDevice *dev = opaque; in usb_device_post_load() local
103 static void usb_device_realize(USBDevice *dev, Error **errp) in usb_device_realize()
112 USBDevice *usb_device_find_device(USBDevice *dev, uint8_t addr) in usb_device_find_device()
121 static void usb_device_unrealize(USBDevice *dev) in usb_device_unrealize()
130 void usb_device_cancel_packet(USBDevice *dev, USBPacket *p) in usb_device_cancel_packet()
138 void usb_device_handle_attach(USBDevice *dev) in usb_device_handle_attach()
146 void usb_device_handle_reset(USBDevice *dev) in usb_device_handle_reset()
154 void usb_device_handle_control(USBDevice *dev, USBPacket *p, int request, in usb_device_handle_control()
163 void usb_device_handle_data(USBDevice *dev, USBPacket *p) in usb_device_handle_data()
171 const char *usb_device_get_product_desc(USBDevice *dev) in usb_device_get_product_desc()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Du_ether.c111 struct eth_dev *dev = netdev_priv(net); in eth_get_drvinfo() local
130 static void defer_kevent(struct eth_dev *dev, int flag) in defer_kevent()
143 rx_submit(struct eth_dev *dev, struct usb_request *req, gfp_t gfp_flags) in rx_submit()
224 struct eth_dev *dev = ep->driver_data; in rx_complete() local
352 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests()
371 static void rx_fill(struct eth_dev *dev, gfp_t gfp_flags) in rx_fill()
395 struct eth_dev *dev = container_of(work, struct eth_dev, work); in eth_work() local
409 struct eth_dev *dev = ep->driver_data; in tx_complete() local
457 struct eth_dev *dev = netdev_priv(net); in eth_start_xmit() local
602 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
[all …]
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c113 struct ddb_irq *ddb_irq_set(struct ddb *dev, u32 link, u32 nr, in ddb_irq_set()
125 struct ddb *dev = io->port->dev; in ddb_set_dma_table() local
142 static void ddb_set_dma_tables(struct ddb *dev) in ddb_set_dma_tables()
160 static void ddb_redirect_dma(struct ddb *dev, in ddb_redirect_dma()
327 int ddb_buffers_alloc(struct ddb *dev) in ddb_buffers_alloc()
364 void ddb_buffers_free(struct ddb *dev) in ddb_buffers_free()
383 struct ddb *dev = output->port->dev; in calc_con() local
450 struct ddb *dev = output->port->dev; in ddb_output_start() local
484 struct ddb *dev = output->port->dev; in ddb_output_stop() local
497 struct ddb *dev = input->port->dev; in ddb_input_stop() local
[all …]
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx.c124 struct rtsx_dev *dev = host_to_rtsx(srb->device->host); in queuecommand_lck() local
159 struct rtsx_dev *dev = host_to_rtsx(host); in DEF_SCSI_QCMD() local
232 static int rtsx_acquire_irq(struct rtsx_dev *dev) in rtsx_acquire_irq()
260 struct rtsx_dev *dev = pci_get_drvdata(pci); in rtsx_suspend() local
292 struct rtsx_dev *dev = pci_get_drvdata(pci); in rtsx_resume() local
327 struct rtsx_dev *dev = pci_get_drvdata(pci); in rtsx_shutdown() local
350 struct rtsx_dev *dev = __dev; in rtsx_control_thread() local
452 struct rtsx_dev *dev = __dev; in rtsx_polling_thread() local
500 struct rtsx_dev *dev = dev_id; in rtsx_interrupt() local
559 static void rtsx_release_resources(struct rtsx_dev *dev) in rtsx_release_resources()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c50 static int read_vendor_id(struct mlx4_dev *dev) in read_vendor_id()
69 static int mlx4_reset_master(struct mlx4_dev *dev) in mlx4_reset_master()
92 static int mlx4_reset_slave(struct mlx4_dev *dev) in mlx4_reset_slave()
166 struct mlx4_dev *dev; in mlx4_enter_error_state() local
207 struct mlx4_dev *dev = persist->dev; in mlx4_handle_error_state() local
225 static void dump_err_buf(struct mlx4_dev *dev) in dump_err_buf()
240 struct mlx4_dev *dev = &priv->dev; in poll_catas() local
277 void mlx4_start_catas_poll(struct mlx4_dev *dev) in mlx4_start_catas_poll()
304 void mlx4_stop_catas_poll(struct mlx4_dev *dev) in mlx4_stop_catas_poll()
319 int mlx4_catas_init(struct mlx4_dev *dev) in mlx4_catas_init()
[all …]
/openbmc/linux/drivers/mfd/
H A Dmax77686.c36 static bool max77802_pmic_is_accessible_reg(struct device *dev, in max77802_pmic_is_accessible_reg()
42 static bool max77802_rtc_is_accessible_reg(struct device *dev, in max77802_rtc_is_accessible_reg()
48 static bool max77802_is_accessible_reg(struct device *dev, unsigned int reg) in max77802_is_accessible_reg()
54 static bool max77802_pmic_is_precious_reg(struct device *dev, unsigned int reg) in max77802_pmic_is_precious_reg()
60 static bool max77802_rtc_is_precious_reg(struct device *dev, unsigned int reg) in max77802_rtc_is_precious_reg()
67 static bool max77802_is_precious_reg(struct device *dev, unsigned int reg) in max77802_is_precious_reg()
73 static bool max77802_pmic_is_volatile_reg(struct device *dev, unsigned int reg) in max77802_pmic_is_volatile_reg()
80 static bool max77802_rtc_is_volatile_reg(struct device *dev, unsigned int reg) in max77802_rtc_is_volatile_reg()
92 static bool max77802_is_volatile_reg(struct device *dev, unsigned int reg) in max77802_is_volatile_reg()
228 static int max77686_suspend(struct device *dev) in max77686_suspend()
[all …]
/openbmc/linux/drivers/base/
H A Dtransport_class.c72 struct device *dev, in anon_transport_dummy_function()
121 struct device *dev, in transport_setup_classdev()
148 void transport_setup_device(struct device *dev) in transport_setup_device()
155 struct device *dev, in transport_add_class_device()
194 int transport_add_device(struct device *dev) in transport_add_device()
203 struct device *dev, in transport_configure()
227 void transport_configure_device(struct device *dev) in transport_configure_device()
234 struct device *dev, in transport_remove_classdev()
266 void transport_remove_device(struct device *dev) in transport_remove_device()
273 struct device *dev, in transport_destroy_classdev()
[all …]
/openbmc/qemu/hw/pci/
H A Dpci-stub.c47 MSIMessage pci_get_msi_message(PCIDevice *dev, int vector) in pci_get_msi_message()
52 uint16_t pci_requester_id(PCIDevice *dev) in pci_requester_id()
58 bool msi_enabled(const PCIDevice *dev) in msi_enabled()
63 void msi_notify(PCIDevice *dev, unsigned int vector) in msi_notify()
69 bool msi_is_masked(const PCIDevice *dev, unsigned vector) in msi_is_masked()
74 MSIMessage msi_get_message(PCIDevice *dev, unsigned int vector) in msi_get_message()
79 int msix_enabled(PCIDevice *dev) in msix_enabled()
84 bool msix_is_masked(PCIDevice *dev, unsigned vector) in msix_is_masked()
89 MSIMessage msix_get_message(PCIDevice *dev, unsigned int vector) in msix_get_message()
/openbmc/u-boot/drivers/core/
H A Dfdtaddr.c19 fdt_addr_t devfdt_get_addr_index(struct udevice *dev, int index) in devfdt_get_addr_index()
91 fdt_addr_t devfdt_get_addr_size_index(struct udevice *dev, int index, in devfdt_get_addr_size_index()
113 fdt_addr_t devfdt_get_addr_name(struct udevice *dev, const char *name) in devfdt_get_addr_name()
129 fdt_addr_t devfdt_get_addr(struct udevice *dev) in devfdt_get_addr()
134 void *devfdt_get_addr_ptr(struct udevice *dev) in devfdt_get_addr_ptr()
139 void *devfdt_remap_addr_index(struct udevice *dev, int index) in devfdt_remap_addr_index()
149 void *devfdt_remap_addr_name(struct udevice *dev, const char *name) in devfdt_remap_addr_name()
159 void *devfdt_remap_addr(struct udevice *dev) in devfdt_remap_addr()
164 void *devfdt_map_physmem(struct udevice *dev, unsigned long size) in devfdt_map_physmem()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c69 static void fs_set_multicast_list(struct net_device *dev) in fs_set_multicast_list()
88 struct net_device *dev = fep->ndev; in fs_enet_napi() local
319 struct net_device *dev = dev_id; in fs_enet_interrupt() local
358 void fs_init_bds(struct net_device *dev) in fs_init_bds()
408 void fs_cleanup_bds(struct net_device *dev) in fs_cleanup_bds()
454 static struct sk_buff *tx_skb_align_workaround(struct net_device *dev, in tx_skb_align_workaround()
482 fs_enet_start_xmit(struct sk_buff *skb, struct net_device *dev) in fs_enet_start_xmit()
621 struct net_device *dev = fep->ndev; in fs_timeout_work() local
644 static void fs_timeout(struct net_device *dev, unsigned int txqueue) in fs_timeout()
654 static void generic_adjust_link(struct net_device *dev) in generic_adjust_link()
[all …]
/openbmc/linux/arch/x86/pci/
H A Dfixup.c157 static void pci_fixup_transparent_bridge(struct pci_dev *dev) in pci_fixup_transparent_bridge()
177 static void pci_fixup_nforce2(struct pci_dev *dev) in pci_fixup_nforce2()
248 struct pci_dev *dev; in pcie_rootport_aspm_quirk() local
384 static void pci_fixup_msi_k8t_onboard_sound(struct pci_dev *dev) in pci_fixup_msi_k8t_onboard_sound()
445 static void pci_pre_fixup_toshiba_ohci1394(struct pci_dev *dev) in pci_pre_fixup_toshiba_ohci1394()
456 static void pci_post_fixup_toshiba_ohci1394(struct pci_dev *dev) in pci_post_fixup_toshiba_ohci1394()
477 static void pci_early_fixup_cyrix_5530(struct pci_dev *dev) in pci_early_fixup_cyrix_5530()
494 static void pci_siemens_interrupt_controller(struct pci_dev *dev) in pci_siemens_interrupt_controller()
505 static void sb600_disable_hpet_bar(struct pci_dev *dev) in sb600_disable_hpet_bar()
530 static void sb600_hpet_quirk(struct pci_dev *dev) in sb600_hpet_quirk()
[all …]
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_wx.c37 static int r8192_wx_get_freq(struct net_device *dev, in r8192_wx_get_freq()
46 static int r8192_wx_get_mode(struct net_device *dev, struct iw_request_info *a, in r8192_wx_get_mode()
54 static int r8192_wx_get_rate(struct net_device *dev, in r8192_wx_get_rate()
63 static int r8192_wx_set_rate(struct net_device *dev, in r8192_wx_set_rate()
79 static int r8192_wx_set_rts(struct net_device *dev, in r8192_wx_set_rts()
95 static int r8192_wx_get_rts(struct net_device *dev, in r8192_wx_get_rts()
104 static int r8192_wx_set_power(struct net_device *dev, in r8192_wx_set_power()
120 static int r8192_wx_get_power(struct net_device *dev, in r8192_wx_get_power()
129 static int r8192_wx_force_reset(struct net_device *dev, in r8192_wx_force_reset()
143 static int r8192_wx_set_rawtx(struct net_device *dev, in r8192_wx_set_rawtx()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dbcma-hcd.c50 static int bcma_wait_bits(struct bcma_device *dev, u16 reg, u32 bitmask, in bcma_wait_bits()
66 static void bcma_hcd_4716wa(struct bcma_device *dev) in bcma_hcd_4716wa()
100 static void bcma_hcd_init_chip_mips(struct bcma_device *dev) in bcma_hcd_init_chip_mips()
182 struct device *dev = &core->dev; in bcma_hcd_usb20_old_arm_init() local
241 static void bcma_hcd_usb20_ns_init_hc(struct bcma_device *dev) in bcma_hcd_usb20_ns_init_hc()
271 struct device *dev = &core->dev; in bcma_hcd_usb20_ns_init() local
284 static void bcma_hci_platform_power_gpio(struct bcma_device *dev, bool val) in bcma_hci_platform_power_gpio()
300 static struct platform_device *bcma_hcd_create_pdev(struct bcma_device *dev, in bcma_hcd_create_pdev()
346 struct bcma_device *dev = usb_dev->core; in bcma_hcd_usb20_init() local
387 struct device *dev = &core->dev; in bcma_hcd_usb30_init() local
[all …]
/openbmc/u-boot/drivers/power/regulator/
H A Dlp873x_regulator.c23 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable()
86 static int lp873x_buck_val(struct udevice *dev, int op, int *uV) in lp873x_buck_val()
125 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable()
180 static int lp873x_ldo_val(struct udevice *dev, int op, int *uV) in lp873x_ldo_val()
220 static int lp873x_ldo_probe(struct udevice *dev) in lp873x_ldo_probe()
239 static int ldo_get_value(struct udevice *dev) in ldo_get_value()
251 static int ldo_set_value(struct udevice *dev, int uV) in ldo_set_value()
256 static int ldo_get_enable(struct udevice *dev) in ldo_get_enable()
268 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
273 static int lp873x_buck_probe(struct udevice *dev) in lp873x_buck_probe()
[all …]
H A Dmax77686.c288 struct udevice *dev) in max77686_ldo_modes()
317 static int max77686_ldo_val(struct udevice *dev, int op, int *uV) in max77686_ldo_val()
358 static int max77686_buck_val(struct udevice *dev, int op, int *uV) in max77686_buck_val()
412 static int max77686_ldo_mode(struct udevice *dev, int op, int *opmode) in max77686_ldo_mode()
504 static int max77686_ldo_enable(struct udevice *dev, int op, bool *enable) in max77686_ldo_enable()
537 static int max77686_buck_mode(struct udevice *dev, int op, int *opmode) in max77686_buck_mode()
625 static int max77686_buck_enable(struct udevice *dev, int op, bool *enable) in max77686_buck_enable()
658 static int max77686_ldo_probe(struct udevice *dev) in max77686_ldo_probe()
671 static int ldo_get_value(struct udevice *dev) in ldo_get_value()
683 static int ldo_set_value(struct udevice *dev, int uV) in ldo_set_value()
[all …]
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c23 static void ishtp_hbm_fw_cl_allocate(struct ishtp_device *dev) in ishtp_hbm_fw_cl_allocate()
92 int ishtp_hbm_start_wait(struct ishtp_device *dev) in ishtp_hbm_start_wait()
127 int ishtp_hbm_start_req(struct ishtp_device *dev) in ishtp_hbm_start_req()
164 void ishtp_hbm_enum_clients_req(struct ishtp_device *dev) in ishtp_hbm_enum_clients_req()
189 static int ishtp_hbm_prop_req(struct ishtp_device *dev) in ishtp_hbm_prop_req()
239 static void ishtp_hbm_stop_req(struct ishtp_device *dev) in ishtp_hbm_stop_req()
261 int ishtp_hbm_cl_flow_control_req(struct ishtp_device *dev, in ishtp_hbm_cl_flow_control_req()
313 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_disconnect_req()
332 static void ishtp_hbm_cl_disconnect_res(struct ishtp_device *dev, in ishtp_hbm_cl_disconnect_res()
358 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_connect_req()
[all …]
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c49 static int em28xx_deinit_isoc_audio(struct em28xx *dev) in em28xx_deinit_isoc_audio()
68 struct em28xx *dev = urb->context; in em28xx_audio_isocirq() local
159 static int em28xx_init_audio_isoc(struct em28xx *dev) in em28xx_init_audio_isoc()
218 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_capture_open() local
298 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_pcm_close() local
319 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_prepare() local
334 struct em28xx *dev = container_of(adev, struct em28xx, adev); in audio_trigger() local
348 struct em28xx *dev = snd_pcm_substream_chip(substream); in snd_em28xx_capture_trigger() local
376 struct em28xx *dev; in snd_em28xx_capture_pointer() local
396 struct em28xx *dev = snd_kcontrol_chip(kcontrol); in em28xx_vol_info() local
[all …]
/openbmc/linux/include/net/
H A Dnet_debug.h28 #define netdev_level_once(level, dev, fmt, ...) \ argument
38 #define netdev_emerg_once(dev, fmt, ...) \ argument
40 #define netdev_alert_once(dev, fmt, ...) \ argument
42 #define netdev_crit_once(dev, fmt, ...) \ argument
44 #define netdev_err_once(dev, fmt, ...) \ argument
46 #define netdev_warn_once(dev, fmt, ...) \ argument
48 #define netdev_notice_once(dev, fmt, ...) \ argument
50 #define netdev_info_once(dev, fmt, ...) \ argument
74 #define netdev_vdbg(dev, format, args...) \ argument
84 #define netif_printk(priv, type, level, dev, fmt, args...) \ argument
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dusb.c46 static void mt76x0_init_usb_dma(struct mt76x02_dev *dev) in mt76x0_init_usb_dma()
73 static void mt76x0u_cleanup(struct mt76x02_dev *dev) in mt76x0u_cleanup()
82 struct mt76x02_dev *dev = hw->priv; in mt76x0u_stop() local
104 struct mt76x02_dev *dev = hw->priv; in mt76x0u_start() local
147 static int mt76x0u_init_hardware(struct mt76x02_dev *dev, bool reset) in mt76x0u_init_hardware()
175 static int mt76x0u_register_device(struct mt76x02_dev *dev) in mt76x0u_register_device()
225 struct mt76x02_dev *dev; in mt76x0u_probe() local
290 struct mt76x02_dev *dev = usb_get_intfdata(usb_intf); in mt76x0_disconnect() local
308 struct mt76x02_dev *dev = usb_get_intfdata(usb_intf); in mt76x0_suspend() local
319 struct mt76x02_dev *dev = usb_get_intfdata(usb_intf); in mt76x0_resume() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c18 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_flash_update() local
44 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_info_get() local
89 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_reload_fw_activate() local
121 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trigger_fw_live_patch() local
142 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_reload_down() local
206 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_reload_up() local
237 static struct mlx5_devlink_trap *mlx5_find_trap_by_id(struct mlx5_core_dev *dev, int trap_id) in mlx5_find_trap_by_id()
251 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trap_init() local
275 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trap_fini() local
292 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trap_action_set() local
[all …]

1...<<11121314151617181920>>...645