Home
last modified time | relevance | path

Searched +defs:dev +defs:all (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v6.6/include/linux/
Dnetpoll.h18 __u32 all[4]; member
26 struct net_device *dev; member
55 static inline void netpoll_poll_disable(struct net_device *dev) { return; } in netpoll_poll_disable()
56 static inline void netpoll_poll_enable(struct net_device *dev) { return; } in netpoll_poll_enable()
72 struct net_device *dev = napi->dev; in netpoll_poll_lock() local
93 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running()
106 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running()
/Linux-v6.6/net/ethtool/
Dfeatures.c17 u32 all[ETHTOOL_DEV_FEATURE_WORDS]; member
41 struct net_device *dev = reply_base->dev; in features_prepare_data() local
156 static int features_send_reply(struct net_device *dev, struct genl_info *info, in features_send_reply()
222 struct net_device *dev; in ethnl_set_features() local
/Linux-v6.6/drivers/dma/sh/
Dshdma-base.c323 static dma_async_tx_callback __ld_cleanup(struct shdma_chan *schan, bool all) in __ld_cleanup()
441 static void shdma_chan_ld_cleanup(struct shdma_chan *schan, bool all) in shdma_chan_ld_cleanup()
893 static irqreturn_t chan_irq(int irq, void *dev) in chan_irq()
909 static irqreturn_t chan_irqt(int irq, void *dev) in chan_irqt()
981 int shdma_init(struct device *dev, struct shdma_dev *sdev, in shdma_init()
/Linux-v6.6/drivers/cpuidle/
Dcoupled.c149 void cpuidle_coupled_parallel_barrier(struct cpuidle_device *dev, atomic_t *a) in cpuidle_coupled_parallel_barrier()
228 int all; in cpuidle_coupled_set_not_ready() local
293 static inline int cpuidle_coupled_get_state(struct cpuidle_device *dev, in cpuidle_coupled_get_state()
470 int cpuidle_enter_state_coupled(struct cpuidle_device *dev, in cpuidle_enter_state_coupled()
642 int cpuidle_coupled_register_device(struct cpuidle_device *dev) in cpuidle_coupled_register_device()
690 void cpuidle_coupled_unregister_device(struct cpuidle_device *dev) in cpuidle_coupled_unregister_device()
745 struct cpuidle_device *dev; in coupled_cpu_online() local
761 struct cpuidle_device *dev; in coupled_cpu_up_prepare() local
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dpci-ioda.c282 bool all) in pnv_ioda_reserve_m64_pe()
295 static struct pnv_ioda_pe *pnv_ioda_pick_m64_pe(struct pci_bus *bus, bool all) in pnv_ioda_pick_m64_pe()
593 struct pnv_ioda_pe *pnv_ioda_get_pe(struct pci_dev *dev) in pnv_ioda_get_pe()
874 static struct pnv_ioda_pe *pnv_ioda_setup_dev_PE(struct pci_dev *dev) in pnv_ioda_setup_dev_PE()
932 static struct pnv_ioda_pe *pnv_ioda_setup_bus_PE(struct pci_bus *bus, bool all) in pnv_ioda_setup_bus_PE()
1529 struct pci_dev *dev; in pnv_ioda_setup_bus_dma() local
1690 static int __pnv_pci_ioda_msi_setup(struct pnv_phb *phb, struct pci_dev *dev, in __pnv_pci_ioda_msi_setup()
2145 struct pci_dev *dev = bus->self; in pnv_pci_enable_bridge() local
2294 bool all = (bridge && pci_pcie_type(bridge) == PCI_EXP_TYPE_PCI_BRIDGE); in pnv_pci_configure_bus() local
2325 static bool pnv_pci_enable_device_hook(struct pci_dev *dev) in pnv_pci_enable_device_hook()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c837 static uint32_t test_event_condition(bool all, uint32_t num_events, in test_event_condition()
936 bool all, uint32_t *user_timeout_ms, in kfd_wait_on_events()
1164 void kfd_signal_vm_fault_event(struct kfd_node *dev, u32 pasid, in kfd_signal_vm_fault_event()
1219 void kfd_signal_reset_event(struct kfd_node *dev) in kfd_signal_reset_event()
1275 void kfd_signal_poison_consumed_event(struct kfd_node *dev, u32 pasid) in kfd_signal_poison_consumed_event()
Dkfd_smi_events.c39 struct kfd_node *dev; member
152 struct kfd_node *dev = client->dev; in kfd_smi_ev_release() local
165 uint64_t all = KFD_SMI_EVENT_MASK_FROM_INDEX(KFD_SMI_EVENT_ALL_PROCESS); in kfd_smi_ev_enabled() local
174 static void add_event_to_kfifo(pid_t pid, struct kfd_node *dev, in add_event_to_kfifo()
199 static void kfd_smi_event_add(pid_t pid, struct kfd_node *dev, in kfd_smi_event_add()
218 void kfd_smi_event_update_gpu_reset(struct kfd_node *dev, bool post_reset) in kfd_smi_event_update_gpu_reset()
231 void kfd_smi_event_update_thermal_throttling(struct kfd_node *dev, in kfd_smi_event_update_thermal_throttling()
239 void kfd_smi_event_update_vmfault(struct kfd_node *dev, uint16_t pasid) in kfd_smi_event_update_vmfault()
336 int kfd_smi_event_open(struct kfd_node *dev, uint32_t *fd) in kfd_smi_event_open()
/Linux-v6.6/drivers/net/ethernet/8390/
Dne.c207 static int __init do_ne_probe(struct net_device *dev) in do_ne_probe()
242 static int __init ne_probe_isapnp(struct net_device *dev) in ne_probe_isapnp()
290 static int __init ne_probe1(struct net_device *dev, unsigned long ioaddr) in ne_probe1()
546 static void ne_reset_8390(struct net_device *dev) in ne_reset_8390()
572 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr()
610 static void ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in ne_block_input()
677 static void ne_block_output(struct net_device *dev, int count, in ne_block_output()
783 struct net_device *dev; in ne_drv_probe() local
828 struct net_device *dev = platform_get_drvdata(pdev); in ne_drv_remove() local
849 static void ne_loop_rm_unreg(int all) in ne_loop_rm_unreg()
[all …]
/Linux-v6.6/net/ipv4/
Ddevinet.c247 struct net_device *dev = idev->dev; in in_dev_finish_destroy() local
262 static struct in_device *inetdev_init(struct net_device *dev) in inetdev_init()
310 struct net_device *dev; in inetdev_destroy() local
566 static int inet_set_ifa(struct net_device *dev, struct in_ifaddr *ifa) in inet_set_ifa()
593 struct net_device *dev; in inetdev_by_index() local
834 struct net_device *dev; in rtm_to_ifaddr() local
1040 struct net_device *dev; in devinet_ioctl() local
1271 int inet_gifconf(struct net_device *dev, char __user *buf, int len, int size) in inet_gifconf()
1325 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr()
1451 struct net_device *dev; in inet_confirm_addr() local
[all …]
/Linux-v6.6/tools/usb/
Dtestusb.c159 struct usb_device_descriptor dev; in testdev_ifnum() local
293 struct testdev *dev = arg; in handle_testdev() local
378 int all = 0, forever = 0, not = 0; in main() local
510 struct testdev dev; in main() local
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76x02.h70 #define mt76x02_beacon_enable(dev, enable) \ argument
72 #define mt76x02_pre_tbtt_enable(dev, enable) \ argument
83 s8 all[30]; member
210 struct mt76x02_dev *dev; member
227 static inline bool is_mt76x0(struct mt76x02_dev *dev) in is_mt76x0()
234 static inline bool is_mt76x2(struct mt76x02_dev *dev) in is_mt76x2()
242 static inline void mt76x02_irq_enable(struct mt76x02_dev *dev, u32 mask) in mt76x02_irq_enable()
247 static inline void mt76x02_irq_disable(struct mt76x02_dev *dev, u32 mask) in mt76x02_irq_disable()
253 mt76x02_wait_for_txrx_idle(struct mt76_dev *dev) in mt76x02_wait_for_txrx_idle()
261 mt76x02_rx_get_sta(struct mt76_dev *dev, u8 idx) in mt76x02_rx_get_sta()
/Linux-v6.6/net/mpls/
Daf_mpls.c90 bool mpls_output_possible(const struct net_device *dev) in mpls_output_possible()
113 unsigned int mpls_dev_mtu(const struct net_device *dev) in mpls_dev_mtu()
132 void mpls_stats_inc_outucastpkts(struct net_device *dev, in mpls_stats_inc_outucastpkts()
342 static int mpls_forward(struct sk_buff *skb, struct net_device *dev, in mpls_forward()
592 struct net_device *dev; in inet_fib_lookup_dev() local
620 struct net_device *dev; in inet6_fib_lookup_dev() local
651 struct net_device *dev = NULL; in find_outdev() local
683 struct net_device *dev = NULL; in mpls_nh_assign_dev() local
1100 const struct net_device *dev) in mpls_fill_stats_af()
1122 static size_t mpls_get_stats_af_size(const struct net_device *dev) in mpls_get_stats_af_size()
[all …]
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_gem.h172 } all, active, resident, purgeable, purged; member
253 struct drm_device *dev; member
/Linux-v6.6/drivers/ata/
Dpata_legacy.c64 static int all; variable
241 struct ata_device *dev; in legacy_set_mode() local
333 struct ata_device *dev = qc->dev; in pdc_data_xfer_vlb() local
762 static int qdi_port(struct platform_device *dev, in qdi_port()
847 static int winbond_port(struct platform_device *dev, in winbond_port()
983 struct ata_device *dev; in legacy_init_one() local
Dlibata-scsi.c98 struct ata_device *dev; in ata_scsi_park_show() local
137 struct ata_device *dev; in ata_scsi_park_store() local
211 void ata_scsi_set_sense(struct ata_device *dev, struct scsi_cmnd *cmd, in ata_scsi_set_sense()
219 void ata_scsi_set_sense_information(struct ata_device *dev, in ata_scsi_set_sense_information()
233 static void ata_scsi_set_invalid_field(struct ata_device *dev, in ata_scsi_set_invalid_field()
242 static void ata_scsi_set_invalid_parameter(struct ata_device *dev, in ata_scsi_set_invalid_parameter()
309 struct ata_device *dev; in ata_scsi_unlock_native_capacity() local
341 struct ata_device *dev = ata_scsi_find_dev(ap, sdev); in ata_get_identity() local
657 static struct ata_queued_cmd *ata_scsi_qc_new(struct ata_device *dev, in ata_scsi_qc_new()
949 struct ata_device *dev = qc->dev; in ata_gen_ata_sense() local
[all …]
/Linux-v6.6/net/ipv6/
Daddrconf.c303 static inline bool addrconf_link_ready(const struct net_device *dev) in addrconf_link_ready()
369 static struct inet6_dev *ipv6_add_dev(struct net_device *dev) in ipv6_add_dev()
481 static struct inet6_dev *ipv6_find_idev(struct net_device *dev) in ipv6_find_idev()
503 bool all = false; in inet6_netconf_msgsize_devconf() local
530 bool all = false; in inet6_netconf_fill_devconf() local
653 struct net_device *dev = NULL; in inet6_netconf_get_devconf() local
716 struct net_device *dev; in inet6_netconf_dump_devconf() local
799 struct net_device *dev; in dev_forward_change() local
846 struct net_device *dev; in addrconf_forward_change() local
909 struct net_device *dev; in addrconf_linkdown_change() local
[all …]
/Linux-v6.6/drivers/net/wireless/legacy/
Dray_cs.c272 struct net_device *dev; in ray_probe() local
330 struct net_device *dev; in ray_detach() local
351 struct net_device *dev = (struct net_device *)link->priv; in ray_config() local
448 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev) in ccs_base()
453 static inline struct rcs __iomem *rcs_base(ray_dev_t *dev) in rcs_base()
466 static int ray_init(struct net_device *dev) in ray_init()
524 static int dl_startup_params(struct net_device *dev) in dl_startup_params()
734 struct net_device *dev = link->priv; in ray_release() local
754 struct net_device *dev = link->priv; in ray_suspend() local
764 struct net_device *dev = link->priv; in ray_resume() local
[all …]
/Linux-v6.6/drivers/iio/adc/
Dad7280a.c247 unsigned int addr, bool all, unsigned int val) in ad7280_write()
629 int cnt, int dev) in ad7280_total_voltage_channel_init()
645 static void ad7280_init_dev_channels(struct ad7280_state *st, int dev, int *cnt, in ad7280_init_dev_channels()
671 int dev, cnt = 0; in ad7280_channel_init() local
959 struct device *dev = &spi->dev; in ad7280_probe() local
/Linux-v6.6/drivers/pinctrl/nuvoton/
Dpinctrl-wpcm450.c57 struct device *dev; member
213 static void wpcm450_gpio_fix_evpol(struct wpcm450_gpio *gpio, unsigned long all) in wpcm450_gpio_fix_evpol()
1038 struct device *dev = &pdev->dev; in wpcm450_gpio_register() local
1126 struct device *dev = &pdev->dev; in wpcm450_pinctrl_probe() local
/Linux-v6.6/drivers/scsi/
DBusLogic.h230 unsigned char dev; member
273 unsigned char all; member
288 unsigned char all; member
306 unsigned char all; member
322 unsigned char all; member
990 unsigned char dev; member
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1366 static int bond_netpoll_setup(struct net_device *dev, struct netpoll_info *ni) in bond_netpoll_setup()
1397 static netdev_features_t bond_fix_features(struct net_device *dev, in bond_fix_features()
2353 bool all, bool unregister) in __bond_release_one()
3235 static int bond_confirm_addr6(struct net_device *dev, in bond_confirm_addr6()
4373 static int bond_get_lowest_level_rcu(struct net_device *dev) in bond_get_lowest_level_rcu()
4662 static int bond_neigh_setup(struct net_device *dev, in bond_neigh_setup()
5036 struct bond_up_slave *usable, *all; in bond_set_slave_arr() local
5168 struct net_device *dev) in bond_3ad_xor_xmit()
5253 static u16 bond_select_queue(struct net_device *dev, struct sk_buff *skb, in bond_select_queue()
5381 static struct net_device *bond_sk_get_lower_dev(struct net_device *dev, in bond_sk_get_lower_dev()
[all …]
/Linux-v6.6/drivers/pci/
Dquirks.c79 bool pcie_failed_link_retrain(struct pci_dev *dev) in pcie_failed_link_retrain()
129 static ktime_t fixup_debug_start(struct pci_dev *dev, in fixup_debug_start()
130 void (*fn)(struct pci_dev *dev)) in fixup_debug_start()
138 static void fixup_debug_report(struct pci_dev *dev, ktime_t calltime, in fixup_debug_report()
139 void (*fn)(struct pci_dev *dev)) in fixup_debug_report()
151 static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, in pci_do_fixups()
194 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) in pci_fixup_device()
251 struct pci_dev *dev = NULL; in pci_apply_final_quirks() local
296 static void quirk_mmio_always_on(struct pci_dev *dev) in quirk_mmio_always_on()
314 static void quirk_passive_release(struct pci_dev *dev) in quirk_passive_release()
[all …]
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dcore.c2402 static void mce_enable_ce(void *all) in mce_enable_ce()
2569 static void mce_device_release(struct device *dev) in mce_device_release()
2577 struct device *dev; in mce_device_create() local
2629 struct device *dev = per_cpu(mce_device, cpu); in mce_device_remove() local
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h57 struct list_head all; /* inq_cache.all */ member
78 struct list_head all; /* All devices found during inquiry */ member
598 struct device dev; member
763 struct device dev; member
1764 #define lmp_encrypt_capable(dev) ((dev)->features[0][0] & LMP_ENCRYPT) argument
1765 #define lmp_rswitch_capable(dev) ((dev)->features[0][0] & LMP_RSWITCH) argument
1766 #define lmp_hold_capable(dev) ((dev)->features[0][0] & LMP_HOLD) argument
1767 #define lmp_sniff_capable(dev) ((dev)->features[0][0] & LMP_SNIFF) argument
1768 #define lmp_park_capable(dev) ((dev)->features[0][1] & LMP_PARK) argument
1769 #define lmp_inq_rssi_capable(dev) ((dev)->features[0][3] & LMP_RSSI_INQ) argument
[all …]
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h71 struct otx2_mbox_dev *dev; member
1333 u8 all; /* If all entries allocated to this PFVF to be freed */ member
1403 u8 all; /* Unmap all entries using this counter ? */ member
1520 u8 all; /* PF + VFs */ member
1821 u8 all; /* Allocate all resource type one each */ member
1835 u8 all; member
1845 u8 all; /* Free all the cam resources */ member
2063 u8 all; member
2178 u8 all; /* All resources stats mapped to PF are cleared */ member

12