/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_attrs.c | 11 static ssize_t fnic_show_state(struct device *dev, in fnic_show_state() argument 20 static ssize_t fnic_show_drv_version(struct device *dev, in fnic_show_drv_version() argument 26 static ssize_t fnic_show_link_state(struct device *dev, in fnic_show_link_state() argument
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | qdio_debug.h | 61 static inline void DBF_DEV_HEX(struct qdio_irq *dev, void *addr, in DBF_DEV_HEX() argument
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_sysfs.c | 23 static inline struct bnx2i_hba *bnx2i_dev_to_hba(struct device *dev) in bnx2i_dev_to_hba() argument 39 static ssize_t bnx2i_show_sq_info(struct device *dev, in bnx2i_show_sq_info() argument 59 static ssize_t bnx2i_set_sq_info(struct device *dev, in bnx2i_set_sq_info() argument 97 bnx2i_show_ccell_info(struct device *dev, struct device_attribute *attr, char *buf) bnx2i_show_ccell_info() argument 115 bnx2i_set_ccell_info(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) bnx2i_set_ccell_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | bvme6000_scsi.c | 39 bvme6000_probe(struct platform_device *dev) in bvme6000_probe() argument 93 bvme6000_device_remove(struct platform_device *dev) in bvme6000_device_remove() argument
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | tick-oneshot.c | 25 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_program_event() local 52 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_resume_oneshot() local 76 struct clock_event_device *dev in tick_switch_to_oneshot() local [all...] |
/kernel/linux/linux-6.6/net/6lowpan/ |
H A D | nhc.c | 101 lowpan_nhc_do_uncompression(struct sk_buff *skb, const struct net_device *dev, struct ipv6hdr *hdr) lowpan_nhc_do_uncompression() argument
|
/kernel/linux/linux-6.6/net/802/ |
H A D | fddi.c | 48 static int fddi_header(struct sk_buff *skb, struct net_device *dev, in fddi_header() argument 93 __be16 fddi_type_trans(struct sk_buff *skb, struct net_device *dev) in fddi_type_trans() argument 145 fddi_setup(struct net_device *dev) fddi_setup() argument [all...] |
H A D | fc.c | 32 static int fc_header(struct sk_buff *skb, struct net_device *dev, in fc_header() argument 78 static void fc_setup(struct net_device *dev) in fc_setup() argument [all...] |
H A D | stp.c | 30 static int stp_pdu_rcv(struct sk_buff *skb, struct net_device *dev, in stp_pdu_rcv() argument
|
H A D | p8022.c | 32 register_8022_client(unsigned char type, int (*func)(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)) register_8022_client() argument
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_dev.c | 51 void ax25_dev_device_up(struct net_device *dev) in ax25_dev_device_up() argument 96 void ax25_dev_device_down(struct net_device *dev) in ax25_dev_device_down() argument 185 ax25_fwd_dev(struct net_device *dev) ax25_fwd_dev() argument [all...] |
/kernel/linux/linux-6.6/net/8021q/ |
H A D | vlan_mvrp.c | 33 int vlan_mvrp_request_join(const struct net_device *dev) in vlan_mvrp_request_join() argument 44 void vlan_mvrp_request_leave(const struct net_device *dev) in vlan_mvrp_request_leave() argument 55 int vlan_mvrp_init_applicant(struct net_device *dev) in vlan_mvrp_init_applicant() argument 60 void vlan_mvrp_uninit_applicant(struct net_device *dev) in vlan_mvrp_uninit_applicant() argument
|
H A D | vlan_gvrp.c | 27 int vlan_gvrp_request_join(const struct net_device *dev) in vlan_gvrp_request_join() argument 38 void vlan_gvrp_request_leave(const struct net_device *dev) in vlan_gvrp_request_leave() argument 49 int vlan_gvrp_init_applicant(struct net_device *dev) in vlan_gvrp_init_applicant() argument 54 void vlan_gvrp_uninit_applicant(struct net_device *dev) in vlan_gvrp_uninit_applicant() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | pci_iomap.c | 28 void __iomem *pci_iomap_range(struct pci_dev *dev, in pci_iomap_range() argument 68 void __iomem *pci_iomap_wc_range(struct pci_dev *dev, in pci_iomap_wc_range() argument 111 pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) pci_iomap() argument 132 pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long maxlen) pci_iomap_wc() argument 165 pci_iounmap(struct pci_dev *dev, void __iomem *p) pci_iounmap() argument [all...] |
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_debugfs.c | 57 void hsr_debugfs_rename(struct net_device *dev) in hsr_debugfs_rename() argument
|
/kernel/linux/linux-6.6/net/ |
H A D | devres.c | 14 static void devm_free_netdev(struct device *dev, void *this) in devm_free_netdev() argument 21 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv, in devm_alloc_etherdev_mqs() argument 42 static void devm_unregister_netdev(struct device *dev, void *this) in devm_unregister_netdev() argument 49 static int netdev_devres_match(struct device *dev, void *this, void *match_data) in netdev_devres_match() argument 67 int devm_register_netdev(struct device *dev, struct net_device *ndev) in devm_register_netdev() argument
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_core.c | 91 llc_sap_open(unsigned char lsap, int (*func)(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)) llc_sap_open() argument
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag_qca.c | 15 static struct sk_buff *qca_tag_xmit(struct sk_buff *skb, struct net_device *dev) in qca_tag_xmit() argument 36 static struct sk_buff *qca_tag_rcv(struct sk_buff *skb, struct net_device *dev) in qca_tag_rcv() argument
|
H A D | netlink.c | 14 static int dsa_changelink(struct net_device *dev, struct nlattr *tb[], in dsa_changelink() argument 39 static size_t dsa_get_size(const struct net_device *dev) in dsa_get_size() argument 45 static int dsa_fill_info(struct sk_buff *skb, const struct net_device *dev) in dsa_fill_info() argument
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sysfs.c | 13 static void bt_link_release(struct device *dev) in bt_link_release() argument 29 static int __match_tty(struct device *dev, void *data) in __match_tty() argument 77 struct device *dev; hci_conn_del_sysfs() local 89 bt_host_release(struct device *dev) bt_host_release() argument 107 struct device *dev = &hdev->dev; hci_init_sysfs() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_dup_netdev.c | 20 static void nf_do_netdev_egress(struct sk_buff *skb, struct net_device *dev, in nf_do_netdev_egress() argument 45 struct net_device *dev; in nf_fwd_netdev_egress() local 59 struct net_device *dev; in nf_dup_netdev_egress() local 77 struct net_device *dev; nft_fwd_dup_netdev_offload() local [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | sysfs.c | 11 static ssize_t fw_version_show(struct device *dev, in fw_version_show() argument 35 static ssize_t fw_info_show(struct device *dev, in fw_info_show() argument
|
/kernel/linux/linux-6.6/sound/soc/loongson/ |
H A D | loongson_i2s_pci.c | 19 static bool loongson_i2s_wr_reg(struct device *dev, unsigned int reg) in loongson_i2s_wr_reg() argument 33 static bool loongson_i2s_rd_reg(struct device *dev, unsigned int reg) in loongson_i2s_rd_reg() argument 48 static bool loongson_i2s_volatile_reg(struct device *dev, unsigned int reg) in loongson_i2s_volatile_reg() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | nocodec.c | 22 static int sof_nocodec_bes_setup(struct device *dev, in sof_nocodec_bes_setup() argument 72 static int sof_nocodec_setup(struct device *dev, in sof_nocodec_setup() argument [all...] |
H A D | sof-acpi-dev.c | 46 static void sof_acpi_probe_complete(struct device *dev) in sof_acpi_probe_complete() argument 61 struct device *dev = &pdev->dev; in sof_acpi_probe() local 102 struct device *dev = &pdev->dev; sof_acpi_remove() local [all...] |