/linux-5.10/drivers/perf/ |
D | arm_smmuv3_pmu.c | 110 struct device *dev; member 345 struct device *dev = smmu_pmu->dev; in smmu_pmu_event_init() local 477 static ssize_t smmu_pmu_cpumask_show(struct device *dev, in smmu_pmu_cpumask_show() 500 static ssize_t smmu_pmu_event_show(struct device *dev, in smmu_pmu_event_show() 537 struct device *dev = kobj_to_dev(kobj); in smmu_pmu_event_is_visible() local 635 struct device *dev = data; in smmu_pmu_free_msis() local 643 struct device *dev = msi_desc_to_dev(desc); in smmu_pmu_write_msi_msg() local 658 struct device *dev = pmu->dev; in smmu_pmu_setup_msi() local 735 struct device *dev = &pdev->dev; in smmu_pmu_probe() local
|
/linux-5.10/drivers/video/fbdev/ |
D | w100fb.c | 79 static ssize_t flip_show(struct device *dev, struct device_attribute *attr, char *buf) in flip_show() 87 static ssize_t flip_store(struct device *dev, struct device_attribute *attr, const char *buf, size_… in flip_store() 111 static ssize_t w100fb_reg_read(struct device *dev, struct device_attribute *attr, const char *buf, … in w100fb_reg_read() 122 static ssize_t w100fb_reg_write(struct device *dev, struct device_attribute *attr, const char *buf,… in w100fb_reg_write() 138 static ssize_t fastpllclk_show(struct device *dev, struct device_attribute *attr, char *buf) in fastpllclk_show() 146 static ssize_t fastpllclk_store(struct device *dev, struct device_attribute *attr, const char *buf,… in fastpllclk_store() 180 unsigned long w100fb_get_hsynclen(struct device *dev) in w100fb_get_hsynclen() 604 static int w100fb_suspend(struct platform_device *dev, pm_message_t state) in w100fb_suspend() 619 static int w100fb_resume(struct platform_device *dev) in w100fb_resume()
|
/linux-5.10/drivers/hwmon/ |
D | w83627ehf.c | 565 static struct w83627ehf_data *w83627ehf_update_device(struct device *dev) in w83627ehf_update_device() 805 store_temp_offset(struct device *dev, struct w83627ehf_data *data, int channel, in store_temp_offset() 818 store_pwm_mode(struct device *dev, struct w83627ehf_data *data, int channel, in store_pwm_mode() 838 store_pwm(struct device *dev, struct w83627ehf_data *data, int channel, in store_pwm() 851 store_pwm_enable(struct device *dev, struct w83627ehf_data *data, int channel, in store_pwm_enable() 910 store_tolerance(struct device *dev, struct device_attribute *attr, in store_tolerance() 1081 cpu0_vid_show(struct device *dev, struct device_attribute *attr, char *buf) in cpu0_vid_show() 1091 clear_caseopen(struct device *dev, struct w83627ehf_data *data, int channel, in clear_caseopen() 1113 struct device *dev = container_of(kobj, struct device, kobj); in w83627ehf_attrs_visible() local 1555 w83627ehf_read(struct device *dev, enum hwmon_sensor_types type, in w83627ehf_read() [all …]
|
/linux-5.10/drivers/net/ethernet/hisilicon/ |
D | hix5hd2_gmac.c | 254 struct device *dev; member 284 static void hix5hd2_config_port(struct net_device *dev, u32 speed, u32 duplex) in hix5hd2_config_port() 429 static void hix5hd2_hw_set_mac_addr(struct net_device *dev) in hix5hd2_hw_set_mac_addr() 442 static int hix5hd2_net_set_mac_address(struct net_device *dev, void *p) in hix5hd2_net_set_mac_address() 453 static void hix5hd2_adjust_link(struct net_device *dev) in hix5hd2_adjust_link() 508 static int hix5hd2_rx(struct net_device *dev, int limit) in hix5hd2_rx() 587 static void hix5hd2_xmit_reclaim(struct net_device *dev) in hix5hd2_xmit_reclaim() 644 struct net_device *dev = priv->netdev; in hix5hd2_poll() local 670 struct net_device *dev = (struct net_device *)dev_id; in hix5hd2_interrupt() local 735 static netdev_tx_t hix5hd2_net_xmit(struct sk_buff *skb, struct net_device *dev) in hix5hd2_net_xmit() [all …]
|
/linux-5.10/drivers/dca/ |
D | dca-sysfs.c | 20 int dca_sysfs_add_req(struct dca_provider *dca, struct device *dev, int slot) in dca_sysfs_add_req() 35 int dca_sysfs_add_provider(struct dca_provider *dca, struct device *dev) in dca_sysfs_add_provider()
|
/linux-5.10/drivers/char/hw_random/ |
D | pseries-rng.c | 51 static int pseries_rng_probe(struct vio_dev *dev, in pseries_rng_probe() 57 static int pseries_rng_remove(struct vio_dev *dev) in pseries_rng_remove()
|
/linux-5.10/drivers/input/joystick/ |
D | amijoy.c | 61 static int amijoy_open(struct input_dev *dev) in amijoy_open() 81 static void amijoy_close(struct input_dev *dev) in amijoy_close()
|
/linux-5.10/drivers/platform/chrome/ |
D | chromeos_tbmc.c | 41 static __maybe_unused int chromeos_tbmc_resume(struct device *dev) in chromeos_tbmc_resume() 70 struct device *dev = &adev->dev; in chromeos_tbmc_add() local
|
/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_vdac.c | 58 struct drm_device *dev = encoder->dev; in hibmc_encoder_mode_set() local 79 struct drm_device *dev = priv->dev; in hibmc_vdac_init() local
|
/linux-5.10/drivers/dma/dw/ |
D | pci.c | 85 static int dw_pci_suspend_late(struct device *dev) in dw_pci_suspend_late() 93 static int dw_pci_resume_early(struct device *dev) in dw_pci_resume_early()
|
/linux-5.10/drivers/power/reset/ |
D | xgene-reboot.c | 24 struct device *dev; member 50 struct device *dev = &pdev->dev; in xgene_reboot_probe() local
|
/linux-5.10/drivers/usb/host/ |
D | ohci-ps3.c | 67 static int ps3_ohci_probe(struct ps3_system_bus_device *dev) in ps3_ohci_probe() 187 static int ps3_ohci_remove(struct ps3_system_bus_device *dev) in ps3_ohci_remove()
|
/linux-5.10/drivers/usb/dwc3/ |
D | ulpi.c | 35 static int dwc3_ulpi_read(struct device *dev, u8 addr) in dwc3_ulpi_read() 59 static int dwc3_ulpi_write(struct device *dev, u8 addr, u8 val) in dwc3_ulpi_write()
|
/linux-5.10/arch/arm/mach-sa1100/ |
D | jornada720_ssp.c | 130 static int jornada_ssp_probe(struct platform_device *dev) in jornada_ssp_probe() 178 static int jornada_ssp_remove(struct platform_device *dev) in jornada_ssp_remove()
|
/linux-5.10/arch/powerpc/include/asm/ |
D | mpic_timer.h | 20 void *dev; member 34 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, in mpic_request_timer()
|
/linux-5.10/drivers/scsi/ |
D | lasi700.c | 86 lasi700_probe(struct parisc_device *dev) in lasi700_probe() 139 lasi700_driver_remove(struct parisc_device *dev) in lasi700_driver_remove()
|
/linux-5.10/drivers/spi/ |
D | spi-fsl-lib.c | 80 void mpc8xxx_spi_probe(struct device *dev, struct resource *mem, in mpc8xxx_spi_probe() 115 struct device *dev = &ofdev->dev; in of_mpc8xxx_spi_probe() local
|
/linux-5.10/sound/pci/hda/ |
D | hda_intel.c | 1021 static int azx_prepare(struct device *dev) in azx_prepare() 1035 static void azx_complete(struct device *dev) in azx_complete() 1044 static int azx_suspend(struct device *dev) in azx_suspend() 1069 static int azx_resume(struct device *dev) in azx_resume() 1093 static int azx_freeze_noirq(struct device *dev) in azx_freeze_noirq() 1107 static int azx_thaw_noirq(struct device *dev) in azx_thaw_noirq() 1122 static int azx_runtime_suspend(struct device *dev) in azx_runtime_suspend() 1139 static int azx_runtime_resume(struct device *dev) in azx_runtime_resume() 1156 static int azx_runtime_idle(struct device *dev) in azx_runtime_idle() 1645 static void check_probe_mask(struct azx *chip, int dev) in check_probe_mask() [all …]
|
/linux-5.10/drivers/acpi/ |
D | acpi_video.c | 208 struct acpi_device *dev; member 1068 struct pci_dev *dev; in acpi_video_bus_check() local 1241 struct acpi_video_device *dev; in acpi_video_device_rebind() local 1530 struct acpi_device *dev; in acpi_video_bus_get_devices() local 1824 struct acpi_video_device *dev; in acpi_video_run_bcl_for_osi() local 1835 static bool acpi_video_should_register_backlight(struct acpi_video_device *dev) in acpi_video_should_register_backlight() 1853 struct acpi_video_device *dev; in acpi_video_bus_register_backlight() local 1898 struct acpi_video_device *dev; in acpi_video_bus_unregister_backlight() local 1932 struct acpi_video_device *dev; in acpi_video_bus_add_notify_handler() local 1983 static void acpi_video_dev_remove_notify_handler(struct acpi_video_device *dev) in acpi_video_dev_remove_notify_handler() [all …]
|
/linux-5.10/drivers/mfd/ |
D | rave-sp.c | 208 static void rave_sp_unregister_event_notifier(struct device *dev, void *res) in rave_sp_unregister_event_notifier() 217 int devm_rave_sp_register_event_notifier(struct device *dev, in devm_rave_sp_register_event_notifier() 406 struct device *dev = &sp->serdev->dev; in rave_sp_receive_reply() local 444 struct device *dev = &sp->serdev->dev; in rave_sp_receive_frame() local 477 struct device *dev = &serdev->dev; in rave_sp_receive_buf() local 648 static const char *devm_rave_sp_version(struct device *dev, in devm_rave_sp_version() 696 struct device *dev = &sp->serdev->dev; in rave_sp_get_status() local 770 struct device *dev = &serdev->dev; in rave_sp_probe() local
|
/linux-5.10/drivers/hid/ |
D | hid-prodikeys.c | 99 static ssize_t show_channel(struct device *dev, in show_channel() 112 static ssize_t store_channel(struct device *dev, in store_channel() 136 static ssize_t show_sustain(struct device *dev, in show_sustain() 149 static ssize_t store_sustain(struct device *dev, in store_sustain() 175 static ssize_t show_octave(struct device *dev, in show_octave() 188 static ssize_t store_octave(struct device *dev, in store_octave() 566 static int pcmidi_snd_free(struct snd_device *dev) in pcmidi_snd_free() 603 static int dev; in pcmidi_snd_initialise() local
|
/linux-5.10/drivers/media/rc/ |
D | winbond-cir.c | 191 struct rc_dev *dev; member 334 wbcir_idle_rx(struct rc_dev *dev, bool idle) in wbcir_idle_rx() 498 wbcir_set_carrier_report(struct rc_dev *dev, int enable) in wbcir_set_carrier_report() 536 wbcir_txcarrier(struct rc_dev *dev, u32 carrier) in wbcir_txcarrier() 581 wbcir_txmask(struct rc_dev *dev, u32 mask) in wbcir_txmask() 625 wbcir_tx(struct rc_dev *dev, unsigned *b, unsigned count) in wbcir_tx() 668 struct device *dev = &device->dev; in wbcir_shutdown() local 1010 struct device *dev = &device->dev; in wbcir_probe() local
|
/linux-5.10/drivers/i2c/busses/ |
D | i2c-designware-core.h | 237 struct device *dev; member 313 static inline void __i2c_dw_enable(struct dw_i2c_dev *dev) in __i2c_dw_enable() 318 static inline void __i2c_dw_disable_nowait(struct dw_i2c_dev *dev) in __i2c_dw_disable_nowait() 332 static inline void i2c_dw_configure_slave(struct dw_i2c_dev *dev) { } in i2c_dw_configure_slave() 333 static inline int i2c_dw_probe_slave(struct dw_i2c_dev *dev) { return -EINVAL; } in i2c_dw_probe_slave() 336 static inline int i2c_dw_probe(struct dw_i2c_dev *dev) in i2c_dw_probe() 349 static inline void i2c_dw_configure(struct dw_i2c_dev *dev) in i2c_dw_configure() 360 static inline int i2c_dw_probe_lock_support(struct dw_i2c_dev *dev) { return 0; } in i2c_dw_probe_lock_support()
|
/linux-5.10/drivers/input/ |
D | joydev.c | 43 struct device dev; member 161 static void joydev_free(struct device *dev) in joydev_free() 188 struct input_dev *dev = joydev->handle.dev; in joydev_refresh_state() local 511 struct input_dev *dev = joydev->handle.dev; in joydev_ioctl_common() local 793 static bool joydev_dev_is_blacklisted(struct input_dev *dev) in joydev_dev_is_blacklisted() 808 static bool joydev_dev_is_absolute_mouse(struct input_dev *dev) in joydev_dev_is_absolute_mouse() 886 static bool joydev_match(struct input_handler *handler, struct input_dev *dev) in joydev_match() 899 static int joydev_connect(struct input_handler *handler, struct input_dev *dev, in joydev_connect()
|
/linux-5.10/drivers/extcon/ |
D | extcon.c | 348 static ssize_t state_show(struct device *dev, struct device_attribute *attr, in state_show() 367 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show() 376 static ssize_t cable_name_show(struct device *dev, in cable_name_show() 387 static ssize_t cable_state_show(struct device *dev, in cable_state_show() 1021 static void extcon_dev_release(struct device *dev) in extcon_dev_release() 1026 static void dummy_sysfs_dev_release(struct device *dev) in dummy_sysfs_dev_release() 1358 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() 1391 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle()
|