Home
last modified time | relevance | path

Searched defs:dev (Results 26026 - 26050 of 26907) sorted by relevance

1...<<1041104210431044104510461047104810491050>>...1077

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2272.h416 struct net2272 *dev; member
435 struct device *dev; member
472 net2272_reg_addr(struct net2272 *dev, unsigned int reg) in net2272_reg_addr() argument
478 net2272_write(struct net2272 *dev, unsigned int reg, u8 value) in net2272_write() argument
497 net2272_read(struct net2272 *dev, unsigned int reg) net2272_read() argument
522 struct net2272 *dev = ep->dev; net2272_ep_write() local
534 struct net2272 *dev = ep->dev; net2272_ep_read() local
[all...]
H A Dpch_udc.c291 struct pch_udc_dev *dev; member
406 static inline u32 pch_udc_readl(struct pch_udc_dev *dev, unsigned long reg) in pch_udc_readl() argument
411 static inline void pch_udc_writel(struct pch_udc_dev *dev, in pch_udc_writel() argument
417 static inline void pch_udc_bit_set(struct pch_udc_dev *dev, in pch_udc_bit_set() argument
424 static inline void pch_udc_bit_clr(struct pch_udc_dev *dev, in pch_udc_bit_clr() argument
460 pch_udc_csr_busy(struct pch_udc_dev *dev) pch_udc_csr_busy() argument
478 pch_udc_write_csr(struct pch_udc_dev *dev, unsigned long val, unsigned int ep) pch_udc_write_csr() argument
495 pch_udc_read_csr(struct pch_udc_dev *dev, unsigned int ep) pch_udc_read_csr() argument
509 pch_udc_rmt_wakeup(struct pch_udc_dev *dev) pch_udc_rmt_wakeup() argument
521 pch_udc_get_frame(struct pch_udc_dev *dev) pch_udc_get_frame() argument
531 pch_udc_clear_selfpowered(struct pch_udc_dev *dev) pch_udc_clear_selfpowered() argument
540 pch_udc_set_selfpowered(struct pch_udc_dev *dev) pch_udc_set_selfpowered() argument
549 pch_udc_set_disconnect(struct pch_udc_dev *dev) pch_udc_set_disconnect() argument
558 pch_udc_clear_disconnect(struct pch_udc_dev *dev) pch_udc_clear_disconnect() argument
574 pch_udc_reconnect(struct pch_udc_dev *dev) pch_udc_reconnect() argument
598 pch_udc_vbus_session(struct pch_udc_dev *dev, int is_active) pch_udc_vbus_session() argument
745 pch_udc_set_dma(struct pch_udc_dev *dev, int dir) pch_udc_set_dma() argument
761 pch_udc_clear_dma(struct pch_udc_dev *dev, int dir) pch_udc_clear_dma() argument
774 pch_udc_set_csr_done(struct pch_udc_dev *dev) pch_udc_set_csr_done() argument
784 pch_udc_disable_interrupts(struct pch_udc_dev *dev, u32 mask) pch_udc_disable_interrupts() argument
795 pch_udc_enable_interrupts(struct pch_udc_dev *dev, u32 mask) pch_udc_enable_interrupts() argument
806 pch_udc_disable_ep_interrupts(struct pch_udc_dev *dev, u32 mask) pch_udc_disable_ep_interrupts() argument
817 pch_udc_enable_ep_interrupts(struct pch_udc_dev *dev, u32 mask) pch_udc_enable_ep_interrupts() argument
828 pch_udc_read_device_interrupts(struct pch_udc_dev *dev) pch_udc_read_device_interrupts() argument
838 pch_udc_write_device_interrupts(struct pch_udc_dev *dev, u32 val) pch_udc_write_device_interrupts() argument
849 pch_udc_read_ep_interrupts(struct pch_udc_dev *dev) pch_udc_read_ep_interrupts() argument
859 pch_udc_write_ep_interrupts(struct pch_udc_dev *dev, u32 val) pch_udc_write_ep_interrupts() argument
870 pch_udc_read_device_status(struct pch_udc_dev *dev) pch_udc_read_device_status() argument
934 struct pch_udc_dev *dev = ep->dev; pch_udc_ep_clear_nak() local
1048 pch_udc_init(struct pch_udc_dev *dev) pch_udc_init() argument
1087 pch_udc_exit(struct pch_udc_dev *dev) pch_udc_exit() argument
1107 struct pch_udc_dev *dev; pch_udc_pcd_get_frame() local
1125 struct pch_udc_dev *dev; pch_udc_pcd_wakeup() local
1149 struct pch_udc_dev *dev; pch_udc_pcd_selfpowered() local
1174 struct pch_udc_dev *dev; pch_udc_pcd_pullup() local
1211 struct pch_udc_dev *dev; pch_udc_pcd_vbus_session() local
1260 pch_vbus_gpio_get_value(struct pch_udc_dev *dev) pch_vbus_gpio_get_value() argument
1282 struct pch_udc_dev *dev = pch_vbus_gpio_work_fall() local
1323 struct pch_udc_dev *dev = pch_vbus_gpio_work_rise() local
1351 struct pch_udc_dev *dev = (struct pch_udc_dev *)data; pch_vbus_gpio_irq() local
1388 pch_vbus_gpio_add_table(struct pch_udc_dev *dev) pch_vbus_gpio_add_table() argument
1409 pch_vbus_gpio_init(struct pch_udc_dev *dev) pch_vbus_gpio_init() argument
1454 pch_vbus_gpio_free(struct pch_udc_dev *dev) pch_vbus_gpio_free() argument
1472 struct pch_udc_dev *dev; global() variable
1544 pch_udc_free_dma_chain(struct pch_udc_dev *dev, struct pch_udc_request *req) pch_udc_free_dma_chain() argument
1659 struct pch_udc_dev *dev = ep->dev; process_zlp() local
1722 struct pch_udc_dev *dev; pch_udc_pcd_ep_enable() local
1830 struct pch_udc_dev *dev; pch_udc_free_request() local
1865 struct pch_udc_dev *dev; pch_udc_pcd_queue() local
2160 struct pch_udc_dev *dev = ep->dev; pch_udc_complete_transfer() local
2200 struct pch_udc_dev *dev = ep->dev; pch_udc_complete_receiver() local
2259 pch_udc_svc_data_in(struct pch_udc_dev *dev, int ep_num) pch_udc_svc_data_in() argument
2303 pch_udc_svc_data_out(struct pch_udc_dev *dev, int ep_num) pch_udc_svc_data_out() argument
2373 pch_udc_svc_control_in(struct pch_udc_dev *dev) pch_udc_svc_control_in() argument
2493 pch_udc_postsvc_epinters(struct pch_udc_dev *dev, int ep_num) pch_udc_postsvc_epinters() argument
2507 pch_udc_read_all_epstatus(struct pch_udc_dev *dev, u32 ep_intr) pch_udc_read_all_epstatus() argument
2533 pch_udc_activate_control_ep(struct pch_udc_dev *dev) pch_udc_activate_control_ep() argument
2579 pch_udc_svc_ur_interrupt(struct pch_udc_dev *dev) pch_udc_svc_ur_interrupt() argument
2623 pch_udc_svc_enum_interrupt(struct pch_udc_dev *dev) pch_udc_svc_enum_interrupt() argument
2662 pch_udc_svc_intf_interrupt(struct pch_udc_dev *dev) pch_udc_svc_intf_interrupt() argument
2701 pch_udc_svc_cfg_interrupt(struct pch_udc_dev *dev) pch_udc_svc_cfg_interrupt() argument
2737 pch_udc_dev_isr(struct pch_udc_dev *dev, u32 dev_intr) pch_udc_dev_isr() argument
2800 struct pch_udc_dev *dev = (struct pch_udc_dev *) pdev; pch_udc_isr() local
2858 pch_udc_setup_ep0(struct pch_udc_dev *dev) pch_udc_setup_ep0() argument
2873 pch_udc_pcd_reinit(struct pch_udc_dev *dev) pch_udc_pcd_reinit() argument
2937 pch_udc_pcd_init(struct pch_udc_dev *dev) pch_udc_pcd_init() argument
2954 init_dma_pools(struct pch_udc_dev *dev) init_dma_pools() argument
3014 struct pch_udc_dev *dev = to_pch_udc(g); pch_udc_start() local
3032 struct pch_udc_dev *dev = to_pch_udc(g); pch_udc_stop() local
3048 struct pch_udc_dev *dev = pci_get_drvdata(pdev); pch_udc_shutdown() local
3059 struct pch_udc_dev *dev = pci_get_drvdata(pdev); pch_udc_remove() local
3097 struct pch_udc_dev *dev = dev_get_drvdata(d); pch_udc_suspend() local
3121 struct pch_udc_dev *dev; pch_udc_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210-hcd.c3393 tt_no_collision(struct fotg210_hcd *fotg210, unsigned period, struct usb_device *dev, unsigned frame, u32 uf_mask) tt_no_collision() argument
3914 iso_stream_init(struct fotg210_hcd *fotg210, struct fotg210_iso_stream *stream, struct usb_device *dev, int pipe, unsigned interval) iso_stream_init() argument
4432 struct usb_device *dev; itd_complete() local
4682 uframe_periodic_max_show(struct device *dev, struct device_attribute *attr, char *buf) uframe_periodic_max_show() argument
4694 uframe_periodic_max_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) uframe_periodic_max_store() argument
5561 struct device *dev = &pdev->dev; fotg210_hcd_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H A Dtcpm.c247 struct device *dev; member
5106 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc) in tcpm_register_port() argument
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c2512 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst() argument
2545 struct net_device *dev; in xfrm_bundle_create() local
2892 struct net_device *dev; in xfrm_create_dummy_bundle() local
3795 xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev) xfrm_dst_ifdown() argument
[all...]
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c248 struct net_device *dev; in packet_cached_dev_get() local
259 packet_cached_dev_assign(struct packet_sock *po, struct net_device *dev) packet_cached_dev_assign() argument
278 struct net_device *dev = skb->dev; packet_pick_tx_queue() local
538 struct net_device *dev; prb_calc_retire_blk_tmo() local
1426 packet_rcv_fanout(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) packet_rcv_fanout() argument
1807 packet_extra_vlan_len_allowed(const struct net_device *dev, struct sk_buff *skb) packet_extra_vlan_len_allowed() argument
1825 packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) packet_rcv_spkt() argument
1921 struct net_device *dev; packet_sendmsg_spkt() local
2084 packet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) packet_rcv() argument
2199 tpacket_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) tpacket_rcv() argument
2526 tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, void *data, int tp_len, __be16 proto, unsigned char *addr, int hlen, int copylen, const struct sockcm_cookie *sockc) tpacket_fill_skb() argument
2677 struct net_device *dev; tpacket_snd() local
2901 struct net_device *dev; packet_snd() local
3158 struct net_device *dev = NULL; packet_do_bind() local
3532 struct net_device *dev; packet_getname_spkt() local
3552 struct net_device *dev; packet_getname() local
3581 packet_dev_mc(struct net_device *dev, struct packet_mclist *i, int what) packet_dev_mc() argument
3611 packet_dev_mclist_delete(struct net_device *dev, struct packet_mclist **mlp) packet_dev_mclist_delete() argument
3630 struct net_device *dev; packet_mc_add() local
3693 struct net_device *dev; packet_mc_drop() local
3717 struct net_device *dev; packet_flush_mclist() local
4120 struct net_device *dev = netdev_notifier_info_to_dev(ptr); packet_notifier() local
[all...]
/kernel/linux/linux-5.10/include/linux/ssb/
H A Dssb.h264 struct device dev; member
273 struct device *dev, *dma_dev; global() member
288 dev_to_ssb_dev(struct device *dev) dev_to_ssb_dev() argument
297 ssb_set_drvdata(struct ssb_device *dev, void *data) ssb_set_drvdata() argument
302 ssb_get_drvdata(struct ssb_device *dev) ssb_get_drvdata() argument
310 ssb_get_devtypedata(struct ssb_device *dev) ssb_get_devtypedata() argument
575 ssb_read8(struct ssb_device *dev, u16 offset) ssb_read8() argument
579 ssb_read16(struct ssb_device *dev, u16 offset) ssb_read16() argument
583 ssb_read32(struct ssb_device *dev, u16 offset) ssb_read32() argument
587 ssb_write8(struct ssb_device *dev, u16 offset, u8 value) ssb_write8() argument
591 ssb_write16(struct ssb_device *dev, u16 offset, u16 value) ssb_write16() argument
595 ssb_write32(struct ssb_device *dev, u16 offset, u32 value) ssb_write32() argument
600 ssb_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) ssb_block_read() argument
606 ssb_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) ssb_block_write() argument
624 __ssb_dma_not_implemented(struct ssb_device *dev) __ssb_dma_not_implemented() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dperf_event.h282 struct device *dev; member
H A Dswitchtec.h475 struct device dev; member
519 static inline struct switchtec_dev *to_stdev(struct device *dev) in to_stdev() argument
H A Dusb.h257 struct device dev; /* interface specific device info */ member
651 struct device dev; member
919 usb_make_path(struct usb_device *dev, char *buf, size_t size) usb_make_path() argument
1581 struct usb_device *dev; /* (in) pointer to associated device */ global() member
1623 usb_fill_control_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, unsigned char *setup_packet, void *transfer_buffer, int buffer_length, usb_complete_t complete_fn, void *context) usb_fill_control_urb() argument
1654 usb_fill_bulk_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *transfer_buffer, int buffer_length, usb_complete_t complete_fn, void *context) usb_fill_bulk_urb() argument
1695 usb_fill_int_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *transfer_buffer, int buffer_length, usb_complete_t complete_fn, void *context, int interval) usb_fill_int_urb() argument
1825 usb_get_std_status(struct usb_device *dev, int recip, int target, void *data) usb_get_std_status() argument
1832 usb_get_ptm_status(struct usb_device *dev, void *data) usb_get_ptm_status() argument
1890 struct usb_device *dev; global() member
1952 __create_pipe(struct usb_device *dev, unsigned int endpoint) __create_pipe() argument
1977 usb_pipe_endpoint(struct usb_device *dev, unsigned int pipe) usb_pipe_endpoint() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c37 static int codec_exec_verb(struct hdac_device *dev, unsigned int cmd, in codec_exec_verb() argument
851 static void snd_hda_codec_dev_release(struct device *dev) in snd_hda_codec_dev_release() argument
1603 find_mixer_ctl(struct hda_codec *codec, const char *name, int dev, in argument
2940 hda_codec_runtime_suspend(struct device *dev) hda_codec_runtime_suspend() argument
2959 hda_codec_runtime_resume(struct device *dev) hda_codec_runtime_resume() argument
2977 hda_codec_pm_prepare(struct device *dev) hda_codec_pm_prepare() argument
2983 hda_codec_pm_complete(struct device *dev) hda_codec_pm_complete() argument
2996 hda_codec_pm_suspend(struct device *dev) hda_codec_pm_suspend() argument
3002 hda_codec_pm_resume(struct device *dev) hda_codec_pm_resume() argument
3008 hda_codec_pm_freeze(struct device *dev) hda_codec_pm_freeze() argument
3014 hda_codec_pm_thaw(struct device *dev) hda_codec_pm_thaw() argument
3020 hda_codec_pm_restore(struct device *dev) hda_codec_pm_restore() argument
3321 int dev, err; snd_hda_codec_build_pcms() local
3405 struct device *dev = hda_codec_dev(codec); codec_set_power_save() local
[all...]
H A Dpatch_sigmatel.c749 const struct dmi_device *dev = NULL; in find_mute_led_cfg() local
/kernel/linux/linux-5.10/sound/pci/korg1212/
H A Dkorg1212.c2423 static int dev; in snd_korg1212_probe() local
[all...]
/kernel/linux/linux-5.10/sound/pci/
H A Dens1370.c1748 static int snd_ensoniq_get_joystick_port(struct ensoniq *ensoniq, int dev) in snd_ensoniq_get_joystick_port() argument
1766 snd_ensoniq_get_joystick_port(struct ensoniq *ensoniq, int dev) snd_ensoniq_get_joystick_port() argument
1772 snd_ensoniq_create_gameport(struct ensoniq *ensoniq, int dev) snd_ensoniq_create_gameport() argument
1994 snd_ensoniq_suspend(struct device *dev) snd_ensoniq_suspend() argument
2016 snd_ensoniq_resume(struct device *dev) snd_ensoniq_resume() argument
2351 static int dev; snd_audiopci_probe() local
[all...]
H A Dintel8x0.c2587 intel8x0_suspend(struct device *dev) intel8x0_suspend() argument
2607 intel8x0_resume(struct device *dev) intel8x0_resume() argument
[all...]
H A Dvia82xx.c411 static int build_via_table(struct viadev *dev, struct snd_pcm_substream *substream, in build_via_table() argument
486 clean_via_table(struct viadev *dev, struct snd_pcm_substream *substream, struct pci_dev *pci) clean_via_table() argument
2241 snd_via82xx_suspend(struct device *dev) snd_via82xx_suspend() argument
2262 snd_via82xx_resume(struct device *dev) snd_via82xx_resume() argument
[all...]
H A Des1968.c2366 es1968_suspend(struct device *dev) es1968_suspend() argument
2382 es1968_resume(struct device *dev) es1968_resume() argument
2432 snd_es1968_create_gameport(struct es1968 *chip, int dev) snd_es1968_create_gameport() argument
2479 snd_es1968_create_gameport(struct es1968 *chip, int dev) snd_es1968_create_gameport() argument
2790 static int dev; snd_es1968_probe() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dmadera.c336 struct device *dev = madera->dev; madera_init_overheat() local
366 madera_get_variable_u32_array(struct device *dev, const char *propname, u32 *dest, int n_max, int multiple) madera_get_variable_u32_array() argument
[all...]
H A Drt5677.c283 static bool rt5677_volatile_register(struct device *dev, unsigned int reg) in rt5677_volatile_register() argument
332 static bool rt5677_readable_register(struct device *dev, unsigned int reg) in rt5677_readable_register() argument
860 struct device *dev = rt5677->component->dev; rt5677_load_dsp_from_file() local
5240 rt5677_read_device_properties(struct rt5677_priv *rt5677, struct device *dev) rt5677_read_device_properties() argument
[all...]
H A Dnau8825.h447 struct device *dev; member
H A Dnau8824.h431 struct device *dev; member
/kernel/linux/linux-5.10/sound/soc/sti/
H A Duniperif.h1297 struct device *dev; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dperf_event.h718 __u64 dev; member
/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c2594 static int dev = 0; in dbri_probe() local
2521 snd_dbri_create(struct snd_card *card, struct platform_device *op, int irq, int dev) snd_dbri_create() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_quirks.c733 struct usb_device *dev = mixer->chip->dev; snd_ni_control_init_val() local
893 struct usb_device *dev = mixer->chip->dev; snd_ftu_eff_switch_init() local
1877 struct usb_device *dev = chip->dev; snd_rme_read_value() local
[all...]

Completed in 81 milliseconds

1...<<1041104210431044104510461047104810491050>>...1077