Home
last modified time | relevance | path

Searched defs:dev (Results 501 – 525 of 14775) sorted by relevance

1...<<21222324252627282930>>...591

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_expander.c54 static int smp_execute_task_sg(struct domain_device *dev, in smp_execute_task_sg()
140 static int smp_execute_task(struct domain_device *dev, void *req, int req_size, in smp_execute_task()
166 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy) in sas_route_char()
195 static void sas_set_ex_phy(struct domain_device *dev, int phy_id, void *rsp) in sas_set_ex_phy()
348 struct domain_device *dev; in sas_ex_to_ata() local
369 static int sas_ex_phy_discover_helper(struct domain_device *dev, u8 *disc_req, in sas_ex_phy_discover_helper()
390 int sas_ex_phy_discover(struct domain_device *dev, int single) in sas_ex_phy_discover()
427 static int sas_expander_discover(struct domain_device *dev) in sas_expander_discover()
449 static void ex_assign_report_general(struct domain_device *dev, in ex_assign_report_general()
466 static int sas_ex_general(struct domain_device *dev) in sas_ex_general()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A D8390p.c14 int eip_open(struct net_device *dev) in eip_open()
20 int eip_close(struct net_device *dev) in eip_close()
26 netdev_tx_t eip_start_xmit(struct sk_buff *skb, struct net_device *dev) in eip_start_xmit()
32 struct net_device_stats *eip_get_stats(struct net_device *dev) in eip_get_stats()
38 void eip_set_multicast_list(struct net_device *dev) in eip_set_multicast_list()
44 void eip_tx_timeout(struct net_device *dev, unsigned int txqueue) in eip_tx_timeout()
57 void eip_poll(struct net_device *dev) in eip_poll()
81 struct net_device *dev = ____alloc_ei_netdev(size); in __alloc_eip_netdev() local
88 void NS8390p_init(struct net_device *dev, int startp) in NS8390p_init()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c75 struct device *dev; in no_pci_devices() local
88 static void release_pcibus_dev(struct device *dev) in release_pcibus_dev()
132 static inline unsigned long decode_bar(struct pci_dev *dev, u32 bar) in decode_bar()
176 int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type, in __pci_read_base()
321 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases()
400 struct pci_dev *dev = child->self; in pci_read_bridge_io() local
440 struct pci_dev *dev = child->self; in pci_read_bridge_mmio() local
462 struct pci_dev *dev = child->self; in pci_read_bridge_mmio_pref() local
515 struct pci_dev *dev = child->self; in pci_read_bridge_bases() local
568 static void pci_release_host_bridge_dev(struct device *dev) in pci_release_host_bridge_dev()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-out.c22 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vbi_out_queue_setup() local
42 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_out_buf_prepare() local
71 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_out_buf_queue() local
83 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vbi_out_start_streaming() local
109 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vbi_out_stop_streaming() local
120 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_out_buf_request_complete() local
139 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_vbi_out() local
162 struct vivid_dev *dev = video_drvdata(file); in vidioc_s_fmt_vbi_out() local
176 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_sliced_vbi_out() local
188 struct vivid_dev *dev = video_drvdata(file); in vidioc_try_fmt_sliced_vbi_out() local
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput-poller.c68 int input_setup_polling(struct input_dev *dev, in input_setup_polling()
69 void (*poll_fn)(struct input_dev *dev)) in input_setup_polling()
94 static bool input_dev_ensure_poller(struct input_dev *dev) in input_dev_ensure_poller()
105 void input_set_poll_interval(struct input_dev *dev, unsigned int interval) in input_set_poll_interval()
112 void input_set_min_poll_interval(struct input_dev *dev, unsigned int interval) in input_set_min_poll_interval()
119 void input_set_max_poll_interval(struct input_dev *dev, unsigned int interval) in input_set_max_poll_interval()
126 int input_get_poll_interval(struct input_dev *dev) in input_get_poll_interval()
137 static ssize_t input_dev_get_poll_interval(struct device *dev, in input_dev_get_poll_interval()
146 static ssize_t input_dev_set_poll_interval(struct device *dev, in input_dev_set_poll_interval()
183 static ssize_t input_dev_get_poll_max(struct device *dev, in input_dev_get_poll_max()
[all …]
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-fdt.c22 static int testfdt_drv_ping(struct udevice *dev, int pingval, int *pingret) in testfdt_drv_ping()
37 static int testfdt_ofdata_to_platdata(struct udevice *dev) in testfdt_ofdata_to_platdata()
49 static int testfdt_drv_probe(struct udevice *dev) in testfdt_drv_probe()
87 int testfdt_ping(struct udevice *dev, int pingval, int *pingret) in testfdt_ping()
107 static int testprobe_drv_probe(struct udevice *dev) in testprobe_drv_probe()
135 struct udevice *dev; in dm_check_devices() local
171 struct udevice *dev; in dm_test_fdt() local
220 struct udevice *dev; in dm_test_fdt_uclass_seq() local
276 struct udevice *dev; in dm_test_fdt_offset() local
309 struct udevice *dev, *parent = NULL; in dm_test_first_next_device() local
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c192 static inline int go_bit(struct mthca_dev *dev) in go_bit()
198 static void mthca_cmd_post_dbell(struct mthca_dev *dev, in mthca_cmd_post_dbell()
230 static int mthca_cmd_post_hcr(struct mthca_dev *dev, in mthca_cmd_post_hcr()
275 static int mthca_cmd_post(struct mthca_dev *dev, in mthca_cmd_post()
331 static int mthca_cmd_poll(struct mthca_dev *dev, in mthca_cmd_poll()
387 void mthca_cmd_event(struct mthca_dev *dev, in mthca_cmd_event()
406 static int mthca_cmd_wait(struct mthca_dev *dev, in mthca_cmd_wait()
469 static int mthca_cmd_box(struct mthca_dev *dev, in mthca_cmd_box()
488 static int mthca_cmd(struct mthca_dev *dev, in mthca_cmd()
504 static int mthca_cmd_imm(struct mthca_dev *dev, in mthca_cmd_imm()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Darche-apb-ctrl.c68 struct device *dev = &pdev->dev; in coldboot_seq() local
117 struct device *dev = &pdev->dev; in fw_flashing_seq() local
163 struct device *dev = &pdev->dev; in standby_boot_seq() local
195 struct device *dev = &pdev->dev; in poweroff_seq() local
221 static void apb_bootret_deassert(struct device *dev) in apb_bootret_deassert()
228 int apb_ctrl_coldboot(struct device *dev) in apb_ctrl_coldboot()
233 int apb_ctrl_fw_flashing(struct device *dev) in apb_ctrl_fw_flashing()
238 int apb_ctrl_standby_boot(struct device *dev) in apb_ctrl_standby_boot()
243 void apb_ctrl_poweroff(struct device *dev) in apb_ctrl_poweroff()
248 static ssize_t state_store(struct device *dev, in state_store()
[all …]
/OK3568_Linux_fs/kernel/net/phonet/
H A Dpn_dev.c48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
62 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
75 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
87 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy()
113 struct net_device *dev = NULL; in phonet_device_get() local
131 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add()
150 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del()
174 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get()
231 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf()
253 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c55 static void mlx4_free_icm_pages(struct mlx4_dev *dev, struct mlx4_icm_chunk *chunk) in mlx4_free_icm_pages()
68 static void mlx4_free_icm_coherent(struct mlx4_dev *dev, struct mlx4_icm_chunk *chunk) in mlx4_free_icm_coherent()
79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm()
114 static int mlx4_alloc_icm_coherent(struct device *dev, struct mlx4_icm_buf *buf, in mlx4_alloc_icm_coherent()
132 struct mlx4_icm *mlx4_alloc_icm(struct mlx4_dev *dev, int npages, in mlx4_alloc_icm()
236 static int mlx4_MAP_ICM(struct mlx4_dev *dev, struct mlx4_icm *icm, u64 virt) in mlx4_MAP_ICM()
241 static int mlx4_UNMAP_ICM(struct mlx4_dev *dev, u64 virt, u32 page_count) in mlx4_UNMAP_ICM()
247 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_ICM_AUX()
252 int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev) in mlx4_UNMAP_ICM_AUX()
258 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/
H A Dnatsemi.c549 struct net_device *dev; member
668 static ssize_t natsemi_show_dspcfg_workaround(struct device *dev, in natsemi_show_dspcfg_workaround()
677 static ssize_t natsemi_set_dspcfg_workaround(struct device *dev, in natsemi_set_dspcfg_workaround()
703 static inline void __iomem *ns_ioaddr(struct net_device *dev) in ns_ioaddr()
710 static inline void natsemi_irq_enable(struct net_device *dev) in natsemi_irq_enable()
716 static inline void natsemi_irq_disable(struct net_device *dev) in natsemi_irq_disable()
722 static void move_int_phy(struct net_device *dev, int addr) in move_int_phy()
747 static void natsemi_init_media(struct net_device *dev) in natsemi_init_media()
804 struct net_device *dev; in natsemi_probe1() local
1048 static int mii_getbit (struct net_device *dev) in mii_getbit()
[all …]
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dsandbox-reset-test.c18 int sandbox_reset_test_get(struct udevice *dev) in sandbox_reset_test_get()
25 int sandbox_reset_test_get_bulk(struct udevice *dev) in sandbox_reset_test_get_bulk()
32 int sandbox_reset_test_assert(struct udevice *dev) in sandbox_reset_test_assert()
39 int sandbox_reset_test_assert_bulk(struct udevice *dev) in sandbox_reset_test_assert_bulk()
46 int sandbox_reset_test_deassert(struct udevice *dev) in sandbox_reset_test_deassert()
53 int sandbox_reset_test_deassert_bulk(struct udevice *dev) in sandbox_reset_test_deassert_bulk()
60 int sandbox_reset_test_free(struct udevice *dev) in sandbox_reset_test_free()
67 int sandbox_reset_test_release_bulk(struct udevice *dev) in sandbox_reset_test_release_bulk()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_virtchnl.c49 static enum i40iw_status_code vchnl_vf_send_get_ver_req(struct i40iw_sc_dev *dev, in vchnl_vf_send_get_ver_req()
75 static enum i40iw_status_code vchnl_vf_send_get_hmc_fcn_req(struct i40iw_sc_dev *dev, in vchnl_vf_send_get_hmc_fcn_req()
101 static enum i40iw_status_code vchnl_vf_send_get_pe_stats_req(struct i40iw_sc_dev *dev, in vchnl_vf_send_get_pe_stats_req()
127 static enum i40iw_status_code vchnl_vf_send_add_hmc_objs_req(struct i40iw_sc_dev *dev, in vchnl_vf_send_add_hmc_objs_req()
165 static enum i40iw_status_code vchnl_vf_send_del_hmc_objs_req(struct i40iw_sc_dev *dev, in vchnl_vf_send_del_hmc_objs_req()
201 static void vchnl_pf_send_get_ver_resp(struct i40iw_sc_dev *dev, in vchnl_pf_send_get_ver_resp()
226 static void vchnl_pf_send_get_hmc_fcn_resp(struct i40iw_sc_dev *dev, in vchnl_pf_send_get_hmc_fcn_resp()
254 static void vchnl_pf_send_get_pe_stats_resp(struct i40iw_sc_dev *dev, in vchnl_pf_send_get_pe_stats_resp()
280 static void vchnl_pf_send_error_resp(struct i40iw_sc_dev *dev, u32 vf_id, in vchnl_pf_send_error_resp()
303 static void pf_cqp_get_hmc_fcn_callback(struct i40iw_sc_dev *dev, void *callback_param, in pf_cqp_get_hmc_fcn_callback()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c102 void mlx5_qp_debugfs_init(struct mlx5_core_dev *dev) in mlx5_qp_debugfs_init()
108 void mlx5_qp_debugfs_cleanup(struct mlx5_core_dev *dev) in mlx5_qp_debugfs_cleanup()
114 void mlx5_eq_debugfs_init(struct mlx5_core_dev *dev) in mlx5_eq_debugfs_init()
119 void mlx5_eq_debugfs_cleanup(struct mlx5_core_dev *dev) in mlx5_eq_debugfs_cleanup()
164 void mlx5_cmdif_debugfs_init(struct mlx5_core_dev *dev) in mlx5_cmdif_debugfs_init()
187 void mlx5_cmdif_debugfs_cleanup(struct mlx5_core_dev *dev) in mlx5_cmdif_debugfs_cleanup()
192 void mlx5_cq_debugfs_init(struct mlx5_core_dev *dev) in mlx5_cq_debugfs_init()
197 void mlx5_cq_debugfs_cleanup(struct mlx5_core_dev *dev) in mlx5_cq_debugfs_cleanup()
202 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field()
282 static u64 eq_read_field(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in eq_read_field()
[all …]
H A Dfs_counters.c107 static struct list_head *mlx5_fc_counters_lookup_next(struct mlx5_core_dev *dev, in mlx5_fc_counters_lookup_next()
127 static void mlx5_fc_stats_insert(struct mlx5_core_dev *dev, in mlx5_fc_stats_insert()
135 static void mlx5_fc_stats_remove(struct mlx5_core_dev *dev, in mlx5_fc_stats_remove()
147 static int get_max_bulk_query_len(struct mlx5_core_dev *dev) in get_max_bulk_query_len()
169 static void mlx5_fc_stats_query_counter_range(struct mlx5_core_dev *dev, in mlx5_fc_stats_query_counter_range()
212 static void mlx5_fc_free(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_free()
218 static void mlx5_fc_release(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_release()
230 struct mlx5_core_dev *dev = container_of(work, struct mlx5_core_dev, in mlx5_fc_stats_work() local
267 static struct mlx5_fc *mlx5_fc_single_alloc(struct mlx5_core_dev *dev) in mlx5_fc_single_alloc()
285 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c11 void mt7601u_set_macaddr(struct mt7601u_dev *dev, const u8 *addr) in mt7601u_set_macaddr()
66 mt76_mac_fill_tx_status(struct mt7601u_dev *dev, struct ieee80211_tx_info *info, in mt76_mac_fill_tx_status()
104 u16 mt76_mac_tx_rate_val(struct mt7601u_dev *dev, in mt76_mac_tx_rate_val()
146 void mt76_mac_wcid_set_rate(struct mt7601u_dev *dev, struct mt76_wcid *wcid, in mt76_mac_wcid_set_rate()
157 struct mt76_tx_status mt7601u_mac_fetch_tx_status(struct mt7601u_dev *dev) in mt7601u_mac_fetch_tx_status()
174 void mt76_send_tx_status(struct mt7601u_dev *dev, struct mt76_tx_status *stat) in mt76_send_tx_status()
200 void mt7601u_mac_set_protection(struct mt7601u_dev *dev, bool legacy_prot, in mt7601u_mac_set_protection()
259 void mt7601u_mac_set_short_preamble(struct mt7601u_dev *dev, bool short_preamb) in mt7601u_mac_set_short_preamble()
267 void mt7601u_mac_config_tsf(struct mt7601u_dev *dev, bool enable, int interval) in mt7601u_mac_config_tsf()
287 static void mt7601u_check_mac_err(struct mt7601u_dev *dev) in mt7601u_check_mac_err()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c73 struct device *dev; member
92 static void emac_update_speed(struct net_device *dev) in emac_update_speed()
105 static void emac_update_duplex(struct net_device *dev) in emac_update_duplex()
118 static void emac_handle_link_change(struct net_device *dev) in emac_handle_link_change()
157 static int emac_mdio_probe(struct net_device *dev) in emac_mdio_probe()
183 static void emac_mdio_remove(struct net_device *dev) in emac_mdio_remove()
210 static void emac_get_drvinfo(struct net_device *dev, in emac_get_drvinfo()
217 static u32 emac_get_msglevel(struct net_device *dev) in emac_get_msglevel()
224 static void emac_set_msglevel(struct net_device *dev, u32 value) in emac_set_msglevel()
351 static int emac_set_mac_address(struct net_device *dev, void *p) in emac_set_mac_address()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dether1.c83 #define ether1_readw(dev, addr, type, offset, svflgs) ether1_inw_p (dev, addr + (int)(&((type *)0)-… argument
84 #define ether1_writew(dev, val, addr, type, offset, svflgs) ether1_outw_p (dev, val, addr + (int)(&… argument
87 ether1_inw_p (struct net_device *dev, int addr, int svflgs) in ether1_inw_p()
103 ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs) in ether1_outw_p()
126 ether1_writebuffer (struct net_device *dev, void *data, unsigned int start, unsigned int length) in ether1_writebuffer()
189 ether1_readbuffer (struct net_device *dev, void *data, unsigned int start, unsigned int length) in ether1_readbuffer()
252 ether1_ramtest(struct net_device *dev, unsigned char byte) in ether1_ramtest()
299 ether1_reset (struct net_device *dev) in ether1_reset()
306 ether1_init_2(struct net_device *dev) in ether1_init_2()
444 ether1_init_for_open (struct net_device *dev) in ether1_init_for_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c14 struct mt7603_dev *dev = hw->priv; in mt7603_start() local
28 struct mt7603_dev *dev = hw->priv; in mt7603_stop() local
39 struct mt7603_dev *dev = hw->priv; in mt7603_add_interface() local
91 struct mt7603_dev *dev = hw->priv; in mt7603_remove_interface() local
112 void mt7603_init_edcca(struct mt7603_dev *dev) in mt7603_init_edcca()
133 mt7603_set_channel(struct mt7603_dev *dev, struct cfg80211_chan_def *def) in mt7603_set_channel()
211 struct mt7603_dev *dev = hw->priv; in mt7603_config() local
241 struct mt7603_dev *dev = hw->priv; in mt7603_configure_filter() local
281 struct mt7603_dev *dev = hw->priv; in mt7603_bss_info_changed() local
323 struct mt7603_dev *dev = container_of(mdev, struct mt7603_dev, mt76); in mt7603_sta_add() local
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqpc.c153 static int create_resource_common(struct mlx5_ib_dev *dev, in create_resource_common()
175 static void destroy_resource_common(struct mlx5_ib_dev *dev, in destroy_resource_common()
189 static int _mlx5_core_destroy_dct(struct mlx5_ib_dev *dev, in _mlx5_core_destroy_dct()
214 int mlx5_core_create_dct(struct mlx5_ib_dev *dev, struct mlx5_core_dct *dct, in mlx5_core_create_dct()
239 int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp, in mlx5_qpc_create_qp()
271 static int mlx5_core_drain_dct(struct mlx5_ib_dev *dev, in mlx5_core_drain_dct()
283 int mlx5_core_destroy_dct(struct mlx5_ib_dev *dev, in mlx5_core_destroy_dct()
289 int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
304 int mlx5_core_set_delay_drop(struct mlx5_ib_dev *dev, in mlx5_core_set_delay_drop()
371 static int modify_qp_mbox_alloc(struct mlx5_core_dev *dev, u16 opcode, int qpn, in modify_qp_mbox_alloc()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dmain.c47 struct mei_device *dev; in mei_open() local
115 struct mei_device *dev; in mei_release() local
173 struct mei_device *dev; in mei_read() local
316 struct mei_device *dev; in mei_write() local
409 struct mei_device *dev; in mei_ioctl_connect_client() local
473 static int mei_vt_support_check(struct mei_device *dev, const uuid_le *uuid) in mei_vt_support_check()
510 struct mei_device *dev; in mei_ioctl_connect_vtag() local
643 struct mei_device *dev; in mei_ioctl() local
787 struct mei_device *dev; in mei_poll() local
841 struct mei_device *dev = cl->dev; in mei_cl_is_write_queued() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c39 struct b43_dfs_file *fops_to_dfs_file(struct b43_wldev *dev, in fops_to_dfs_file()
66 static ssize_t shm16read__read_file(struct b43_wldev *dev, in shm16read__read_file()
85 static int shm16read__write_file(struct b43_wldev *dev, in shm16read__write_file()
109 static int shm16write__write_file(struct b43_wldev *dev, in shm16write__write_file()
142 static ssize_t shm32read__read_file(struct b43_wldev *dev, in shm32read__read_file()
161 static int shm32read__write_file(struct b43_wldev *dev, in shm32read__write_file()
185 static int shm32write__write_file(struct b43_wldev *dev, in shm32write__write_file()
221 static ssize_t mmio16read__read_file(struct b43_wldev *dev, in mmio16read__read_file()
238 static int mmio16read__write_file(struct b43_wldev *dev, in mmio16read__write_file()
257 static int mmio16write__write_file(struct b43_wldev *dev, in mmio16write__write_file()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dencx24j600.c74 struct net_device *dev = priv->ndev; in encx24j600_dump_rsv() local
100 struct net_device *dev = priv->ndev; in encx24j600_read_reg() local
112 struct net_device *dev = priv->ndev; in encx24j600_write_reg() local
123 struct net_device *dev = priv->ndev; in encx24j600_update_reg() local
133 struct net_device *dev = priv->ndev; in encx24j600_read_phy() local
145 struct net_device *dev = priv->ndev; in encx24j600_write_phy() local
165 struct net_device *dev = priv->ndev; in encx24j600_cmd() local
221 struct net_device *dev = priv->ndev; in encx24j600_wait_for_autoneg() local
267 struct net_device *dev = priv->ndev; in encx24j600_check_link_status() local
293 struct net_device *dev = priv->ndev; in encx24j600_int_link_handler() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/iio/addac/
H A Dadt7316.c221 static ssize_t adt7316_show_enabled(struct device *dev, in adt7316_show_enabled()
251 static ssize_t adt7316_store_enabled(struct device *dev, in adt7316_store_enabled()
276 static ssize_t adt7316_show_select_ex_temp(struct device *dev, in adt7316_show_select_ex_temp()
289 static ssize_t adt7316_store_select_ex_temp(struct device *dev, in adt7316_store_select_ex_temp()
320 static ssize_t adt7316_show_mode(struct device *dev, in adt7316_show_mode()
333 static ssize_t adt7316_store_mode(struct device *dev, in adt7316_store_mode()
361 static ssize_t adt7316_show_all_modes(struct device *dev, in adt7316_show_all_modes()
370 static ssize_t adt7316_show_ad_channel(struct device *dev, in adt7316_show_ad_channel()
408 static ssize_t adt7316_store_ad_channel(struct device *dev, in adt7316_store_ad_channel()
454 static ssize_t adt7316_show_all_ad_channels(struct device *dev, in adt7316_show_all_ad_channels()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmmio.c9 static u32 mt76_mmio_rr(struct mt76_dev *dev, u32 offset) in mt76_mmio_rr()
19 static void mt76_mmio_wr(struct mt76_dev *dev, u32 offset, u32 val) in mt76_mmio_wr()
25 static u32 mt76_mmio_rmw(struct mt76_dev *dev, u32 offset, u32 mask, u32 val) in mt76_mmio_rmw()
32 static void mt76_mmio_write_copy(struct mt76_dev *dev, u32 offset, in mt76_mmio_write_copy()
38 static void mt76_mmio_read_copy(struct mt76_dev *dev, u32 offset, in mt76_mmio_read_copy()
44 static int mt76_mmio_wr_rp(struct mt76_dev *dev, u32 base, in mt76_mmio_wr_rp()
56 static int mt76_mmio_rd_rp(struct mt76_dev *dev, u32 base, in mt76_mmio_rd_rp()
68 void mt76_set_irq_mask(struct mt76_dev *dev, u32 addr, in mt76_set_irq_mask()
82 void mt76_mmio_init(struct mt76_dev *dev, void __iomem *regs) in mt76_mmio_init()

1...<<21222324252627282930>>...591