Home
last modified time | relevance | path

Searched defs:dev (Results 4201 – 4225 of 14240) sorted by relevance

1...<<161162163164165166167168169170>>...570

/linux-6.15/net/ethtool/
Dtsconfig.c40 struct net_device *dev = reply_base->dev; in tsconfig_prepare_data() local
196 static int tsconfig_send_reply(struct net_device *dev, struct genl_info *info) in tsconfig_send_reply()
255 tsconfig_set_hwprov_from_desc(struct net_device *dev, in tsconfig_set_hwprov_from_desc()
301 struct net_device *dev = req_base->dev; in ethnl_set_tsconfig() local
/linux-6.15/drivers/rtc/
Drtc-ssd202d.c65 struct device *dev = &priv->rtc_dev->dev; in ssd202d_rtc_isoctrl() local
150 static int ssd202d_rtc_read_time(struct device *dev, struct rtc_time *tm) in ssd202d_rtc_read_time()
189 static int ssd202d_rtc_set_time(struct device *dev, struct rtc_time *tm) in ssd202d_rtc_set_time()
208 struct device *dev = &pdev->dev; in ssd202d_rtc_probe() local
/linux-6.15/drivers/mfd/
Dmfd-core.c28 struct device *dev; member
343 static int mfd_remove_devices_fn(struct device *dev, void *data) in mfd_remove_devices_fn()
391 static void devm_mfd_dev_release(struct device *dev, void *res) in devm_mfd_dev_release()
413 int devm_mfd_add_devices(struct device *dev, int id, in devm_mfd_add_devices()
/linux-6.15/drivers/hwtracing/coresight/
Dcoresight-tpiu.c129 static int __tpiu_probe(struct device *dev, struct resource *res) in __tpiu_probe()
198 static void __tpiu_remove(struct device *dev) in __tpiu_remove()
211 static int tpiu_runtime_suspend(struct device *dev) in tpiu_runtime_suspend()
223 static int tpiu_runtime_resume(struct device *dev) in tpiu_runtime_resume()
/linux-6.15/drivers/input/misc/
Dsparcspkr.c67 static int bbc_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in bbc_spkr_event()
107 static int grover_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in grover_spkr_event()
148 static int sparcspkr_probe(struct device *dev) in sparcspkr_probe()
182 static void sparcspkr_shutdown(struct platform_device *dev) in sparcspkr_shutdown()
/linux-6.15/drivers/input/joystick/
Da3d.c38 struct input_dev *dev; member
96 struct input_dev *dev = a3d->dev; in a3d_read() local
220 static int a3d_open(struct input_dev *dev) in a3d_open()
232 static void a3d_close(struct input_dev *dev) in a3d_close()
/linux-6.15/drivers/input/keyboard/
Dlocomokbd.c202 static int locomokbd_open(struct input_dev *dev) in locomokbd_open()
212 static void locomokbd_close(struct input_dev *dev) in locomokbd_close()
221 static int locomokbd_probe(struct locomo_dev *dev) in locomokbd_probe()
304 static void locomokbd_remove(struct locomo_dev *dev) in locomokbd_remove()
/linux-6.15/drivers/iio/adc/
Dfsl-imx25-gcq.c106 static int mx25_gcq_get_raw_value(struct device *dev, in mx25_gcq_get_raw_value()
175 static int mx25_gcq_ext_regulator_setup(struct device *dev, in mx25_gcq_ext_regulator_setup()
201 struct device *dev = &pdev->dev; in mx25_gcq_setup_cfgs() local
299 struct device *dev = &pdev->dev; in mx25_gcq_probe() local
/linux-6.15/drivers/net/ethernet/rocker/
Drocker_main.c704 struct net_device *dev = rocker_port->dev; in rocker_dma_rx_ring_skb_alloc() local
1755 static int rocker_port_open(struct net_device *dev) in rocker_port_open()
1802 static int rocker_port_stop(struct net_device *dev) in rocker_port_stop()
1882 static netdev_tx_t rocker_port_xmit(struct sk_buff *skb, struct net_device *dev) in rocker_port_xmit()
1944 static int rocker_port_set_mac_address(struct net_device *dev, void *p) in rocker_port_set_mac_address()
1960 static int rocker_port_change_mtu(struct net_device *dev, int new_mtu) in rocker_port_change_mtu()
1982 static int rocker_port_get_phys_port_name(struct net_device *dev, in rocker_port_get_phys_port_name()
1997 static void rocker_port_neigh_destroy(struct net_device *dev, in rocker_port_neigh_destroy()
2009 static int rocker_port_get_port_parent_id(struct net_device *dev, in rocker_port_get_port_parent_id()
2036 static int rocker_port_attr_set(struct net_device *dev, in rocker_port_attr_set()
[all …]
/linux-6.15/drivers/pci/controller/cadence/
Dpcie-cadence-host.c105 struct device *dev = pcie->dev; in cdns_pcie_host_wait_for_link() local
316 struct device *dev = pcie->dev; in cdns_pcie_host_bar_config() local
397 struct device *dev = pcie->dev; in cdns_pcie_host_map_dma_ranges() local
502 struct device *dev = rc->pcie.dev; in cdns_pcie_host_link_setup() local
525 struct device *dev = rc->pcie.dev; in cdns_pcie_host_setup() local
/linux-6.15/drivers/extcon/
Dextcon-fsa9480.c107 struct device *dev; member
147 static bool fsa9480_volatile_reg(struct device *dev, unsigned int reg) in fsa9480_volatile_reg()
206 int dev = fls64(mask) - 1; in fsa9480_handle_change() local
327 static int fsa9480_suspend(struct device *dev) in fsa9480_suspend()
337 static int fsa9480_resume(struct device *dev) in fsa9480_resume()
/linux-6.15/drivers/net/ethernet/sfc/
Dmcdi_mon.c161 static int efx_mcdi_mon_get_entry(struct device *dev, unsigned int index, in efx_mcdi_mon_get_entry()
186 static ssize_t efx_mcdi_mon_show_value(struct device *dev, in efx_mcdi_mon_show_value()
223 static ssize_t efx_mcdi_mon_show_limit(struct device *dev, in efx_mcdi_mon_show_limit()
250 static ssize_t efx_mcdi_mon_show_alarm(struct device *dev, in efx_mcdi_mon_show_alarm()
268 static ssize_t efx_mcdi_mon_show_label(struct device *dev, in efx_mcdi_mon_show_label()
/linux-6.15/drivers/gpio/
Dgpio-mlxbf2.c72 struct device *dev; member
97 struct device *dev = &pdev->dev; in mlxbf2_gpio_get_lock_res() local
351 struct device *dev = &pdev->dev; in mlxbf2_gpio_probe() local
434 static int __maybe_unused mlxbf2_gpio_suspend(struct device *dev) in mlxbf2_gpio_suspend()
446 static int __maybe_unused mlxbf2_gpio_resume(struct device *dev) in mlxbf2_gpio_resume()
/linux-6.15/drivers/ata/
Dpata_ftide010.c42 struct device *dev; member
272 struct device *dev = ftide->dev; in pata_ftide010_gemini_port_start() local
315 struct device *dev = ftide->dev; in pata_ftide010_gemini_port_stop() local
353 struct device *dev = ftide->dev; in pata_ftide010_gemini_init() local
453 struct device *dev = &pdev->dev; in pata_ftide010_probe() local
/linux-6.15/drivers/usb/dwc3/
Ddwc3-pci.c334 struct device *dev = &pci->dev; in dwc3_pci_probe() local
486 static int dwc3_pci_runtime_suspend(struct device *dev) in dwc3_pci_runtime_suspend()
496 static int dwc3_pci_runtime_resume(struct device *dev) in dwc3_pci_runtime_resume()
512 static int dwc3_pci_suspend(struct device *dev) in dwc3_pci_suspend()
519 static int dwc3_pci_resume(struct device *dev) in dwc3_pci_resume()
/linux-6.15/drivers/dax/
Ddevice.c20 struct device *dev = &dev_dax->dev; in check_vma() local
105 struct device *dev = &dev_dax->dev; in __dev_dax_pte_fault() local
140 struct device *dev = &dev_dax->dev; in __dev_dax_pmd_fault() local
185 struct device *dev = &dev_dax->dev; in __dev_dax_pud_fault() local
398 struct device *dev = &dev_dax->dev; in dev_dax_probe() local
/linux-6.15/drivers/spi/
Dspi-meson-spifc.c79 struct device *dev; member
358 static int meson_spifc_suspend(struct device *dev) in meson_spifc_suspend()
374 static int meson_spifc_resume(struct device *dev) in meson_spifc_resume()
397 static int meson_spifc_runtime_suspend(struct device *dev) in meson_spifc_runtime_suspend()
407 static int meson_spifc_runtime_resume(struct device *dev) in meson_spifc_runtime_resume()
/linux-6.15/arch/riscv/kvm/
Daia_device.c45 static int aia_create(struct kvm_device *dev, u32 type) in aia_create()
72 static void aia_destroy(struct kvm_device *dev) in aia_destroy()
326 static int aia_set_attr(struct kvm_device *dev, struct kvm_device_attr *attr) in aia_set_attr()
393 static int aia_get_attr(struct kvm_device *dev, struct kvm_device_attr *attr) in aia_get_attr()
468 static int aia_has_attr(struct kvm_device *dev, struct kvm_device_attr *attr) in aia_has_attr()
/linux-6.15/drivers/net/netdevsim/
Dhwstats.c106 struct net_device *dev, in nsim_dev_hwstats_event_off_xstats()
153 struct net_device *dev, in __nsim_dev_hwstats_event_unregister()
172 struct net_device *dev) in nsim_dev_hwstats_event_unregister()
181 struct net_device *dev, in nsim_dev_hwstats_event()
202 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in nsim_dev_netdevice_event() local
/linux-6.15/drivers/input/touchscreen/
Dimagis.c210 static int imagis_input_open(struct input_dev *dev) in imagis_input_open()
217 static void imagis_input_close(struct input_dev *dev) in imagis_input_close()
303 struct device *dev = &i2c->dev; in imagis_probe() local
365 static int imagis_suspend(struct device *dev) in imagis_suspend()
381 static int imagis_resume(struct device *dev) in imagis_resume()
/linux-6.15/sound/soc/codecs/
Dcs35l56-sdw.c440 static int __maybe_unused cs35l56_sdw_runtime_suspend(struct device *dev) in cs35l56_sdw_runtime_suspend()
450 static int __maybe_unused cs35l56_sdw_runtime_resume(struct device *dev) in cs35l56_sdw_runtime_resume()
475 static int __maybe_unused cs35l56_sdw_system_suspend(struct device *dev) in cs35l56_sdw_system_suspend()
498 static int __maybe_unused cs35l56_sdw_system_resume(struct device *dev) in cs35l56_sdw_system_resume()
510 struct device *dev = &peripheral->dev; in cs35l56_sdw_probe() local
/linux-6.15/drivers/media/pci/ivtv/
Divtv-driver.c285 struct ivtv *dev = container_of(work, struct ivtv, request_module_wk); in request_module_async() local
295 static void request_modules(struct ivtv *dev) in request_modules()
301 static void flush_request_modules(struct ivtv *dev) in flush_request_modules()
306 #define request_modules(dev) argument
307 #define flush_request_modules(dev) argument
/linux-6.15/drivers/iio/temperature/
Dmax31856.c311 static ssize_t show_fault(struct device *dev, u8 faultbit, char *buf) in show_fault()
328 static ssize_t show_fault_ovuv(struct device *dev, in show_fault_ovuv()
335 static ssize_t show_fault_oc(struct device *dev, in show_fault_oc()
342 static ssize_t show_filter(struct device *dev, in show_filter()
352 static ssize_t set_filter(struct device *dev, in set_filter()
/linux-6.15/arch/powerpc/platforms/pseries/
Dcmm.c345 static ssize_t show_oom_pages(struct device *dev, in show_oom_pages()
351 static ssize_t store_oom_pages(struct device *dev, in store_oom_pages()
383 static void cmm_release_device(struct device *dev) in cmm_release_device()
393 static int cmm_sysfs_register(struct device *dev) in cmm_sysfs_register()
432 static void cmm_unregister_sysfs(struct device *dev) in cmm_unregister_sysfs()
/linux-6.15/drivers/hwmon/
Dltc2991.c99 static int ltc2991_read_in(struct device *dev, u32 attr, int channel, long *val) in ltc2991_read_in()
133 static int ltc2991_read_curr(struct device *dev, u32 attr, int channel, in ltc2991_read_curr()
163 static int ltc2991_read_temp(struct device *dev, u32 attr, int channel, in ltc2991_read_temp()
182 static int ltc2991_read(struct device *dev, enum hwmon_sensor_types type, in ltc2991_read()
285 static int ltc2991_init(struct ltc2991_state *st, struct device *dev) in ltc2991_init()

1...<<161162163164165166167168169170>>...570