Home
last modified time | relevance | path

Searched defs:dev (Results 276 – 300 of 9942) sorted by relevance

1...<<11121314151617181920>>...398

/linux/drivers/media/tuners/
H A Dfc2580.c20 static int fc2580_wr_reg_ff(struct fc2580_dev *dev, u8 reg, u8 val) in fc2580_wr_reg_ff()
28 static int fc2580_set_params(struct fc2580_dev *dev) in fc2580_set_params()
275 static int fc2580_init(struct fc2580_dev *dev) in fc2580_init()
296 static int fc2580_sleep(struct fc2580_dev *dev) in fc2580_sleep()
319 struct fc2580_dev *dev = fe->tuner_priv; in fc2580_dvb_set_params() local
378 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_standby() local
390 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_g_tuner() local
405 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_tuner() local
414 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_g_frequency() local
425 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_frequency() local
[all …]
/linux/drivers/pci/
H A Dirq.c37 int pci_request_irq(struct pci_dev *dev, unsigned int nr, irq_handler_t handler, in pci_request_irq()
76 void pci_free_irq(struct pci_dev *dev, unsigned int nr, void *dev_id) in pci_free_irq()
93 u8 pci_swizzle_interrupt_pin(const struct pci_dev *dev, u8 pin) in pci_swizzle_interrupt_pin()
105 int pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge) in pci_get_interrupt_pin()
129 u8 pci_common_swizzle(struct pci_dev *dev, u8 *pinp) in pci_common_swizzle()
142 void pci_assign_irq(struct pci_dev *dev) in pci_assign_irq()
190 static bool pci_check_and_set_intx_mask(struct pci_dev *dev, bool mask) in pci_check_and_set_intx_mask()
242 bool pci_check_and_mask_intx(struct pci_dev *dev) in pci_check_and_mask_intx()
256 bool pci_check_and_unmask_intx(struct pci_dev *dev) in pci_check_and_unmask_intx()
273 int __weak pcibios_alloc_irq(struct pci_dev *dev) in pcibios_alloc_irq()
[all …]
/linux/drivers/base/power/
H A Dcommon.c26 int dev_pm_get_subsys_data(struct device *dev) in dev_pm_get_subsys_data()
62 void dev_pm_put_subsys_data(struct device *dev) in dev_pm_put_subsys_data()
103 int dev_pm_domain_attach(struct device *dev, u32 flags) in dev_pm_domain_attach()
147 struct device *dev_pm_domain_attach_by_id(struct device *dev, in dev_pm_domain_attach_by_id()
164 struct device *dev_pm_domain_attach_by_name(struct device *dev, in dev_pm_domain_attach_by_name()
193 int dev_pm_domain_attach_list(struct device *dev, in dev_pm_domain_attach_list()
329 int devm_pm_domain_attach_list(struct device *dev, in devm_pm_domain_attach_list()
360 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach()
407 int dev_pm_domain_start(struct device *dev) in dev_pm_domain_start()
426 void dev_pm_domain_set(struct device *dev, struct dev_pm_domain *pd) in dev_pm_domain_set()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Decpf.c6 bool mlx5_read_embedded_cpu(struct mlx5_core_dev *dev) in mlx5_read_embedded_cpu()
11 static bool mlx5_ecpf_esw_admins_host_pf(const struct mlx5_core_dev *dev) in mlx5_ecpf_esw_admins_host_pf()
20 int mlx5_cmd_host_pf_enable_hca(struct mlx5_core_dev *dev) in mlx5_cmd_host_pf_enable_hca()
31 int mlx5_cmd_host_pf_disable_hca(struct mlx5_core_dev *dev) in mlx5_cmd_host_pf_disable_hca()
42 static int mlx5_host_pf_init(struct mlx5_core_dev *dev) in mlx5_host_pf_init()
59 static void mlx5_host_pf_cleanup(struct mlx5_core_dev *dev) in mlx5_host_pf_cleanup()
73 int mlx5_ec_init(struct mlx5_core_dev *dev) in mlx5_ec_init()
81 void mlx5_ec_cleanup(struct mlx5_core_dev *dev) in mlx5_ec_cleanup()
H A Dtransobj.c37 int mlx5_core_alloc_transport_domain(struct mlx5_core_dev *dev, u32 *tdn) in mlx5_core_alloc_transport_domain()
55 void mlx5_core_dealloc_transport_domain(struct mlx5_core_dev *dev, u32 tdn) in mlx5_core_dealloc_transport_domain()
66 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqn) in mlx5_core_create_rq()
80 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in) in mlx5_core_modify_rq()
89 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn) in mlx5_core_destroy_rq()
99 int mlx5_core_query_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *out) in mlx5_core_query_rq()
110 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *sqn) in mlx5_core_create_sq()
123 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in) in mlx5_core_modify_sq()
131 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn) in mlx5_core_destroy_sq()
140 int mlx5_core_query_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *out) in mlx5_core_query_sq()
[all …]
/linux/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 …]
/linux/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 …]
H A Dmthca_memfree.c64 static void mthca_free_icm_pages(struct mthca_dev *dev, struct mthca_icm_chunk *chunk) in mthca_free_icm_pages()
77 static void mthca_free_icm_coherent(struct mthca_dev *dev, struct mthca_icm_chunk *chunk) in mthca_free_icm_coherent()
88 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm()
123 static int mthca_alloc_icm_coherent(struct device *dev, struct scatterlist *mem, in mthca_alloc_icm_coherent()
137 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages, in mthca_alloc_icm()
222 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_get()
257 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_put()
321 int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_get_range()
344 void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_put_range()
356 struct mthca_icm_table *mthca_alloc_icm_table(struct mthca_dev *dev, in mthca_alloc_icm_table()
[all …]
/linux/arch/x86/pci/
H A Dirq.c349 static int pirq_finali_get(struct pci_dev *router, struct pci_dev *dev, in pirq_finali_get()
368 static int pirq_finali_set(struct pci_dev *router, struct pci_dev *dev, in pirq_finali_set()
390 static int pirq_finali_lvl(struct pci_dev *router, struct pci_dev *dev, in pirq_finali_lvl()
437 static int pirq_ali_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_ali_get()
445 static int pirq_ali_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_ali_set()
490 static int pirq_esc_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_esc_get()
508 static int pirq_esc_set(struct pci_dev *router, struct pci_dev *dev, int pirq, in pirq_esc_set()
530 static int pirq_piix_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_piix_get()
538 static int pirq_piix_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_piix_set()
562 static int pirq_ib_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_ib_get()
[all …]
/linux/drivers/scsi/
H A Dscsi_sysfs.c185 store_scan(struct device *dev, struct device_attribute *attr, in store_scan()
199 store_shost_state(struct device *dev, struct device_attribute *attr, in store_shost_state()
223 show_shost_state(struct device *dev, struct device_attribute *attr, char *buf) in show_shost_state()
255 show_shost_supported_mode(struct device *dev, struct device_attribute *attr, in show_shost_supported_mode()
271 show_shost_active_mode(struct device *dev, in show_shost_active_mode()
295 store_host_reset(struct device *dev, struct device_attribute *attr, in store_host_reset()
321 show_shost_eh_deadline(struct device *dev, in show_shost_eh_deadline()
332 store_shost_eh_deadline(struct device *dev, struct device_attribute *attr, in store_shost_eh_deadline()
382 show_host_busy(struct device *dev, struct device_attribute *attr, char *buf) in show_host_busy()
390 show_use_blk_mq(struct device *dev, struct device_attribute *attr, char *buf) in show_use_blk_mq()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c11 static bool mt7915_dev_running(struct mt7915_dev *dev) in mt7915_dev_running()
25 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_run() local
99 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_start() local
113 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_stop() local
208 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_add_interface() local
291 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_remove_interface() local
326 struct mt7915_dev *dev = phy->dev; in mt7915_set_channel() local
359 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_set_key() local
434 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_set_sar_specs() local
455 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_config() local
[all …]
/linux/drivers/pci/pcie/
H A Daer.c162 static int enable_ecrc_checking(struct pci_dev *dev) in enable_ecrc_checking()
186 static int disable_ecrc_checking(struct pci_dev *dev) in disable_ecrc_checking()
206 void pcie_set_ecrc_checking(struct pci_dev *dev) in pcie_set_ecrc_checking()
244 int pcie_aer_is_native(struct pci_dev *dev) in pcie_aer_is_native()
255 static int pci_enable_pcie_error_reporting(struct pci_dev *dev) in pci_enable_pcie_error_reporting()
266 int pci_aer_clear_nonfatal_status(struct pci_dev *dev) in pci_aer_clear_nonfatal_status()
285 void pci_aer_clear_fatal_status(struct pci_dev *dev) in pci_aer_clear_fatal_status()
310 int pci_aer_raw_clear_status(struct pci_dev *dev) in pci_aer_raw_clear_status()
335 int pci_aer_clear_status(struct pci_dev *dev) in pci_aer_clear_status()
343 void pci_save_aer_state(struct pci_dev *dev) in pci_save_aer_state()
[all …]
/linux/drivers/net/ethernet/3com/
H A D3c509.c268 static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr, int ioaddr, in el3_dev_fill()
282 struct net_device *dev; in el3_isa_match() local
345 static int el3_isa_suspend(struct device *dev, unsigned int n, in el3_isa_suspend()
352 static int el3_isa_resume(struct device *dev, unsigned int n) in el3_isa_resume()
406 struct net_device *dev = NULL; in el3_pnp_probe() local
511 static int el3_common_init(struct net_device *dev) in el3_common_init()
549 static void el3_common_remove (struct net_device *dev) in el3_common_remove()
562 struct net_device *dev = NULL; in el3_eisa_probe() local
612 struct net_device *dev; in el3_device_remove() local
656 el3_open(struct net_device *dev) in el3_open()
[all …]
/linux/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c66 struct net_device *dev; member
147 static void dump_eth_one(struct net_device *dev) in dump_eth_one()
218 static int tsi108_mdio_read(struct net_device *dev, int addr, int reg) in tsi108_mdio_read()
224 static void tsi108_mdio_write(struct net_device *dev, int addr, int reg, int val) in tsi108_mdio_write()
271 static void tsi108_check_phy(struct net_device *dev) in tsi108_check_phy()
358 static void tsi108_stat_carry(struct net_device *dev) in tsi108_stat_carry()
467 static struct net_device_stats *tsi108_get_stats(struct net_device *dev) in tsi108_get_stats()
577 static void tsi108_restart_rx(struct tsi108_prv_data * data, struct net_device *dev) in tsi108_restart_rx()
598 static void tsi108_complete_tx(struct net_device *dev) in tsi108_complete_tx()
632 static int tsi108_send_packet(struct sk_buff * skb, struct net_device *dev) in tsi108_send_packet()
[all …]
/linux/drivers/net/wireless/marvell/libertas/
H A Dmesh.c159 static ssize_t anycast_mask_show(struct device *dev, in anycast_mask_show()
182 static ssize_t anycast_mask_store(struct device *dev, in anycast_mask_store()
211 static ssize_t prb_rsp_limit_show(struct device *dev, in prb_rsp_limit_show()
238 static ssize_t prb_rsp_limit_store(struct device *dev, in prb_rsp_limit_store()
271 static ssize_t lbs_mesh_show(struct device *dev, in lbs_mesh_show()
285 static ssize_t lbs_mesh_store(struct device *dev, in lbs_mesh_store()
341 static int mesh_get_default_parameters(struct device *dev, in mesh_get_default_parameters()
366 static ssize_t bootflag_show(struct device *dev, in bootflag_show()
387 static ssize_t bootflag_store(struct device *dev, struct device_attribute *attr, in bootflag_store()
418 static ssize_t boottime_show(struct device *dev, in boottime_show()
[all …]
/linux/drivers/hwmon/
H A Dg762.c198 static struct g762_data *g762_update_client(struct device *dev) in g762_update_client()
258 static int do_set_clk_freq(struct device *dev, unsigned long val) in do_set_clk_freq()
273 static int do_set_pwm_mode(struct device *dev, unsigned long val) in do_set_pwm_mode()
303 static int do_set_fan_div(struct device *dev, unsigned long val) in do_set_fan_div()
343 static int do_set_fan_gear_mode(struct device *dev, unsigned long val) in do_set_fan_gear_mode()
379 static int do_set_fan_pulses(struct device *dev, unsigned long val) in do_set_fan_pulses()
409 static int do_set_pwm_enable(struct device *dev, unsigned long val) in do_set_pwm_enable()
450 static int do_set_pwm_polarity(struct device *dev, unsigned long val) in do_set_pwm_polarity()
483 static int do_set_pwm(struct device *dev, unsigned long val) in do_set_pwm()
504 static int do_set_fan_target(struct device *dev, unsigned long val) in do_set_fan_target()
[all …]
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c260 wavefront_status (snd_wavefront_t *dev) in wavefront_status() argument
276 wavefront_wait (snd_wavefront_t *dev, int mask) in wavefront_wait() argument
307 wavefront_read (snd_wavefront_t *dev) in wavefront_read() argument
319 wavefront_write (snd_wavefront_t *dev, unsigne argument
333 snd_wavefront_cmd(snd_wavefront_t * dev,int cmd,unsigned char * rbuf,unsigned char * wbuf) snd_wavefront_cmd() argument
599 wavefront_delete_sample(snd_wavefront_t * dev,int sample_num) wavefront_delete_sample() argument
616 wavefront_get_sample_status(snd_wavefront_t * dev,int assume_rom) wavefront_get_sample_status() argument
685 wavefront_get_patch_status(snd_wavefront_t * dev) wavefront_get_patch_status() argument
735 wavefront_get_program_status(snd_wavefront_t * dev) wavefront_get_program_status() argument
783 wavefront_send_patch(snd_wavefront_t * dev,wavefront_patch_info * header) wavefront_send_patch() argument
809 wavefront_send_program(snd_wavefront_t * dev,wavefront_patch_info * header) wavefront_send_program() argument
850 wavefront_freemem(snd_wavefront_t * dev) wavefront_freemem() argument
864 wavefront_send_sample(snd_wavefront_t * dev,wavefront_patch_info * header,u16 __user * dataptr,int data_is_unsigned) wavefront_send_sample() argument
1173 wavefront_send_alias(snd_wavefront_t * dev,wavefront_patch_info * header) wavefront_send_alias() argument
1210 wavefront_send_multisample(snd_wavefront_t * dev,wavefront_patch_info * header) wavefront_send_multisample() argument
1265 wavefront_fetch_multisample(snd_wavefront_t * dev,wavefront_patch_info * header) wavefront_fetch_multisample() argument
1321 wavefront_send_drum(snd_wavefront_t * dev,wavefront_patch_info * header) wavefront_send_drum() argument
1347 wavefront_find_free_sample(snd_wavefront_t * dev) wavefront_find_free_sample() argument
1379 wavefront_load_patch(snd_wavefront_t * dev,const char __user * addr) wavefront_load_patch() argument
1520 snd_wavefront_t *dev = &acard->wavefront; wavefront_synth_control() local
1666 snd_wavefront_t *dev; snd_wavefront_synth_ioctl() local
1718 snd_wavefront_t *dev = &card->wavefront; snd_wavefront_internal_interrupt() local
1764 snd_wavefront_interrupt_bits(snd_wavefront_t * dev,int irq) snd_wavefront_interrupt_bits() argument
1792 wavefront_should_cause_interrupt(snd_wavefront_t * dev,int val,int port,unsigned long timeout) wavefront_should_cause_interrupt() argument
1811 wavefront_reset_to_cleanliness(snd_wavefront_t * dev) wavefront_reset_to_cleanliness() argument
1965 wavefront_download_firmware(snd_wavefront_t * dev,char * path) wavefront_download_firmware() argument
2037 wavefront_do_reset(snd_wavefront_t * dev) wavefront_do_reset() argument
2126 snd_wavefront_start(snd_wavefront_t * dev) snd_wavefront_start() argument
2172 snd_wavefront_t *dev = &card->wavefront; snd_wavefront_detect() local
[all...]
/linux/net/ipv4/
H A Dudp_tunnel_nic.c43 struct net_device *dev; member
133 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty() argument
146 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay() argument
168 __udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_get_port() argument
182 __udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_set_port_priv() argument
212 udp_tunnel_nic_device_sync_one(struct net_device * dev,struct udp_tunnel_nic * utn,unsigned int table,unsigned int idx) udp_tunnel_nic_device_sync_one() argument
241 udp_tunnel_nic_device_sync_by_port(struct net_device * dev,struct udp_tunnel_nic * utn) udp_tunnel_nic_device_sync_by_port() argument
253 udp_tunnel_nic_device_sync_by_table(struct net_device * dev,struct udp_tunnel_nic * utn) udp_tunnel_nic_device_sync_by_table() argument
284 __udp_tunnel_nic_device_sync(struct net_device * dev,struct udp_tunnel_nic * utn) __udp_tunnel_nic_device_sync() argument
302 udp_tunnel_nic_device_sync(struct net_device * dev,struct udp_tunnel_nic * utn) udp_tunnel_nic_device_sync() argument
319 udp_tunnel_nic_is_capable(struct net_device * dev,struct udp_tunnel_nic * utn,struct udp_tunnel_info * ti) udp_tunnel_nic_is_capable() argument
337 udp_tunnel_nic_has_collision(struct net_device * dev,struct udp_tunnel_nic * utn,struct udp_tunnel_info * ti) udp_tunnel_nic_has_collision() argument
421 udp_tunnel_nic_try_existing(struct net_device * dev,struct udp_tunnel_nic * utn,struct udp_tunnel_info * ti,int use_cnt_adj) udp_tunnel_nic_try_existing() argument
442 udp_tunnel_nic_add_existing(struct net_device * dev,struct udp_tunnel_nic * utn,struct udp_tunnel_info * ti) udp_tunnel_nic_add_existing() argument
449 udp_tunnel_nic_del_existing(struct net_device * dev,struct udp_tunnel_nic * utn,struct udp_tunnel_info * ti) udp_tunnel_nic_del_existing() argument
456 udp_tunnel_nic_add_new(struct net_device * dev,struct udp_tunnel_nic * utn,struct udp_tunnel_info * ti) udp_tunnel_nic_add_new() argument
493 __udp_tunnel_nic_add_port(struct net_device * dev,struct udp_tunnel_info * ti) __udp_tunnel_nic_add_port() argument
527 __udp_tunnel_nic_del_port(struct net_device * dev,struct udp_tunnel_info * ti) __udp_tunnel_nic_del_port() argument
543 __udp_tunnel_nic_reset_ntf(struct net_device * dev) __udp_tunnel_nic_reset_ntf() argument
579 __udp_tunnel_nic_dump_size(struct net_device * dev,unsigned int table) __udp_tunnel_nic_dump_size() argument
604 __udp_tunnel_nic_dump_write(struct net_device * dev,unsigned int table,struct sk_buff * skb) __udp_tunnel_nic_dump_write() argument
640 __udp_tunnel_nic_assert_locked(struct net_device * dev) __udp_tunnel_nic_assert_locked() argument
649 __udp_tunnel_nic_lock(struct net_device * dev) __udp_tunnel_nic_lock() argument
658 __udp_tunnel_nic_unlock(struct net_device * dev) __udp_tunnel_nic_unlock() argument
681 udp_tunnel_nic_flush(struct net_device * dev,struct udp_tunnel_nic * utn) udp_tunnel_nic_flush() argument
704 udp_tunnel_nic_replay(struct net_device * dev,struct udp_tunnel_nic * utn) udp_tunnel_nic_replay() argument
788 udp_tunnel_nic_register(struct net_device * dev) udp_tunnel_nic_register() argument
863 udp_tunnel_nic_unregister(struct net_device * dev,struct udp_tunnel_nic * utn) udp_tunnel_nic_unregister() argument
920 struct net_device *dev = netdev_notifier_info_to_dev(ptr); udp_tunnel_nic_netdevice_event() local
[all...]
/linux/drivers/net/usb/
H A Dqmi_wwan.c79 static int qmimux_open(struct net_device *dev) in qmimux_open()
92 static int qmimux_stop(struct net_device *dev) in qmimux_stop()
98 static netdev_tx_t qmimux_start_xmit(struct sk_buff *skb, struct net_device *dev) in qmimux_start_xmit()
126 static void qmimux_setup(struct net_device *dev) in qmimux_setup()
139 static struct net_device *qmimux_find_dev(struct usbnet *dev, u8 mux_id) in qmimux_find_dev()
157 static bool qmimux_has_slaves(struct usbnet *dev) in qmimux_has_slaves()
162 static int qmimux_rx_fixup(struct usbnet *dev, struct sk_buff *skb) in qmimux_rx_fixup()
231 struct net_device *dev = to_net_dev(d); in mux_id_show() local
293 static void qmimux_unregister_device(struct net_device *dev, in qmimux_unregister_device()
308 struct usbnet *dev = netdev_priv(net); in qmi_wwan_netdev_setup() local
[all …]
/linux/drivers/iommu/intel/
H A Dpasid.c38 int intel_pasid_alloc_table(struct device *dev) in intel_pasid_alloc_table()
80 void intel_pasid_free_table(struct device *dev) in intel_pasid_free_table()
107 struct pasid_table *intel_pasid_get_table(struct device *dev) in intel_pasid_get_table()
118 static int intel_pasid_get_dev_max_id(struct device *dev) in intel_pasid_get_dev_max_id()
129 static struct pasid_entry *intel_pasid_get_entry(struct device *dev, u32 pasid) in intel_pasid_get_entry()
181 intel_pasid_clear_entry(struct device *dev, u32 pasid, bool fault_ignore) in intel_pasid_clear_entry()
212 struct device *dev, u32 pasid) in devtlb_invalidation_with_pasid()
240 void intel_pasid_tear_down_entry(struct intel_iommu *iommu, struct device *dev, in intel_pasid_tear_down_entry()
321 struct device *dev, in intel_pasid_flush_present()
376 int intel_pasid_setup_first_level(struct intel_iommu *iommu, struct device *dev, in intel_pasid_setup_first_level()
[all …]
/linux/drivers/pnp/pnpbios/
H A Drsparser.c56 static void pnpbios_parse_allocated_ioresource(struct pnp_dev *dev, in pnpbios_parse_allocated_ioresource()
68 static void pnpbios_parse_allocated_memresource(struct pnp_dev *dev, in pnpbios_parse_allocated_memresource()
80 static unsigned char *pnpbios_parse_allocated_resource_data(struct pnp_dev *dev, in pnpbios_parse_allocated_resource_data()
217 static __init void pnpbios_parse_mem_option(struct pnp_dev *dev, in pnpbios_parse_mem_option()
233 static __init void pnpbios_parse_mem32_option(struct pnp_dev *dev, in pnpbios_parse_mem32_option()
249 static __init void pnpbios_parse_fixed_mem32_option(struct pnp_dev *dev, in pnpbios_parse_fixed_mem32_option()
262 static __init void pnpbios_parse_irq_option(struct pnp_dev *dev, in pnpbios_parse_irq_option()
281 static __init void pnpbios_parse_dma_option(struct pnp_dev *dev, in pnpbios_parse_dma_option()
288 static __init void pnpbios_parse_port_option(struct pnp_dev *dev, in pnpbios_parse_port_option()
304 static __init void pnpbios_parse_fixed_port_option(struct pnp_dev *dev, in pnpbios_parse_fixed_port_option()
[all …]
/linux/sound/soc/starfive/
H A Djh7110_pwmdac.c96 struct device *dev; member
111 static void jh7110_pwmdac_set_enable(struct jh7110_pwmdac_dev *dev, bool enable) in jh7110_pwmdac_set_enable()
124 static void jh7110_pwmdac_set_shift(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set_shift()
137 static void jh7110_pwmdac_set_duty_cycle(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set_duty_cycle()
148 static void jh7110_pwmdac_set_cnt_n(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set_cnt_n()
159 static void jh7110_pwmdac_set_data_change(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set_data_change()
172 static void jh7110_pwmdac_set_data_mode(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set_data_mode()
185 static void jh7110_pwmdac_set_data_shift(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set_data_shift()
196 static void jh7110_pwmdac_set(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_set()
208 static void jh7110_pwmdac_stop(struct jh7110_pwmdac_dev *dev) in jh7110_pwmdac_stop()
[all …]
/linux/drivers/acpi/
H A Dplatform_profile.c21 struct device dev; member
75 static int _store_class_profile(struct device *dev, void *data) in _store_class_profile()
95 static int _notify_class_profile(struct device *dev, void *data) in _notify_class_profile()
113 static int get_class_profile(struct device *dev, in get_class_profile()
143 static ssize_t name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
159 static ssize_t choices_show(struct device *dev, in choices_show()
177 static ssize_t profile_show(struct device *dev, in profile_show()
202 static ssize_t profile_store(struct device *dev, in profile_store()
232 static void pprof_device_release(struct device *dev) in pprof_device_release()
253 static int _aggregate_choices(struct device *dev, void *arg) in _aggregate_choices()
[all …]
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c36 void ishtp_recv(struct ishtp_device *dev) in ishtp_recv()
84 int ishtp_send_msg(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_send_msg()
113 int ishtp_write_message(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_write_message()
128 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *uuid) in ishtp_fw_cl_by_uuid()
149 struct ishtp_fw_client *ishtp_fw_cl_get_client(struct ishtp_device *dev, in ishtp_fw_cl_get_client()
188 int ishtp_fw_cl_by_id(struct ishtp_device *dev, uint8_t client_id) in ishtp_fw_cl_by_id()
213 static int ishtp_cl_device_probe(struct device *dev) in ishtp_cl_device_probe()
239 static int ishtp_cl_bus_match(struct device *dev, const struct device_driver *drv) in ishtp_cl_bus_match()
258 static void ishtp_cl_device_remove(struct device *dev) in ishtp_cl_device_remove()
280 static int ishtp_cl_device_suspend(struct device *dev) in ishtp_cl_device_suspend()
[all …]
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c94 static inline u32 amd_pmc_reg_read(struct amd_pmc_dev *dev, int reg_offset) in amd_pmc_reg_read()
99 static inline void amd_pmc_reg_write(struct amd_pmc_dev *dev, int reg_offset, u32 val) in amd_pmc_reg_write()
104 static void amd_pmc_get_ip_info(struct amd_pmc_dev *dev) in amd_pmc_get_ip_info()
134 static int amd_pmc_setup_smu_logging(struct amd_pmc_dev *dev) in amd_pmc_setup_smu_logging()
198 static int amd_pmc_get_smu_version(struct amd_pmc_dev *dev) in amd_pmc_get_smu_version()
224 struct amd_pmc_dev *dev = dev_get_drvdata(d); in smu_fw_version_show() local
238 struct amd_pmc_dev *dev = dev_get_drvdata(d); in smu_program_show() local
254 struct device *dev = kobj_to_dev(kobj); in pmc_attr_is_visible() local
280 struct amd_pmc_dev *dev = s->private; in smu_fw_info_show() local
310 struct amd_pmc_dev *dev = s->private; in s0ix_stats_show() local
[all …]

1...<<11121314151617181920>>...398