/linux-6.15/drivers/net/pcs/ |
D | pcs-xpcs.c | 168 int xpcs_read(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read() 173 int xpcs_write(struct dw_xpcs *xpcs, int dev, u32 reg, u16 val) in xpcs_write() 178 int xpcs_modify(struct dw_xpcs *xpcs, int dev, u32 reg, u16 mask, u16 set) in xpcs_modify() 183 static int xpcs_modify_changed(struct dw_xpcs *xpcs, int dev, u32 reg, in xpcs_modify_changed() 189 static int xpcs_read_vendor(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read_vendor() 194 static int xpcs_write_vendor(struct dw_xpcs *xpcs, int dev, int reg, in xpcs_write_vendor() 200 static int xpcs_modify_vendor(struct dw_xpcs *xpcs, int dev, int reg, u16 mask, in xpcs_modify_vendor() 221 static int xpcs_poll_reset(struct dw_xpcs *xpcs, int dev) in xpcs_poll_reset() 237 int ret, dev; in xpcs_soft_reset() local 1440 struct device *dev = &xpcs->mdiodev->dev; in xpcs_init_clks() local
|
/linux-6.15/sound/soc/fsl/ |
D | fsl_ssi.c | 126 static bool fsl_ssi_readable_reg(struct device *dev, unsigned int reg) in fsl_ssi_readable_reg() 137 static bool fsl_ssi_volatile_reg(struct device *dev, unsigned int reg) in fsl_ssi_volatile_reg() 158 static bool fsl_ssi_precious_reg(struct device *dev, unsigned int reg) in fsl_ssi_precious_reg() 173 static bool fsl_ssi_writeable_reg(struct device *dev, unsigned int reg) in fsl_ssi_writeable_reg() 288 struct device *dev; member 1349 struct device *dev = &pdev->dev; in fsl_ssi_imx_probe() local 1429 struct device *dev = ssi->dev; in fsl_ssi_probe_from_dt() local 1510 struct device *dev = &pdev->dev; in fsl_ssi_probe() local 1696 static int fsl_ssi_suspend(struct device *dev) in fsl_ssi_suspend() 1710 static int fsl_ssi_resume(struct device *dev) in fsl_ssi_resume()
|
/linux-6.15/drivers/media/i2c/ |
D | max96717.c | 345 struct device *dev = &priv->client->dev; in max96717_gpiochip_probe() local 486 struct device *dev = &priv->client->dev; in max96717_log_status() local 599 struct device *dev = &priv->client->dev; in max96717_notify_bound() local 634 struct device *dev = &priv->client->dev; in max96717_v4l2_notifier_register() local 673 struct device *dev = &priv->client->dev; in max96717_subdev_init() local 790 struct device *dev = &priv->client->dev; in max96717_clk_round_rate() local 856 struct device *dev = &priv->client->dev; in max96717_register_clkout() local 963 struct device *dev = &priv->client->dev; in max96717_hw_init() local 998 struct device *dev = &priv->client->dev; in max96717_parse_dt() local 1028 struct device *dev = &client->dev; in max96717_probe() local
|
/linux-6.15/drivers/input/joystick/ |
D | xpad.c | 754 struct input_dev *dev; /* input device interface */ member 809 struct input_dev *dev = xpad->dev; in xpad_process_packet() local 878 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet() 1009 struct input_dev *dev; in xpad360w_process_packet() local 1044 struct input_dev *dev = xpad->dev; in xpadone_process_packet() local 1206 struct device *dev = &xpad->intf->dev; in xpad_irq_in() local 1340 struct device *dev = &xpad->intf->dev; in xpad_irq_out() local 1517 static int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) in xpad_play_effect() 1866 static int xpad_open(struct input_dev *dev) in xpad_open() 1873 static void xpad_close(struct input_dev *dev) in xpad_close()
|
/linux-6.15/drivers/iio/magnetometer/ |
D | bmc150_magn.c | 131 struct device *dev; member 183 static bool bmc150_magn_is_writeable_reg(struct device *dev, unsigned int reg) in bmc150_magn_is_writeable_reg() 200 static bool bmc150_magn_is_volatile_reg(struct device *dev, unsigned int reg) in bmc150_magn_is_volatile_reg() 588 static ssize_t bmc150_magn_show_samp_freq_avail(struct device *dev, in bmc150_magn_show_samp_freq_avail() 857 int bmc150_magn_probe(struct device *dev, struct regmap *regmap, in bmc150_magn_probe() 973 void bmc150_magn_remove(struct device *dev) in bmc150_magn_remove() 1000 static int bmc150_magn_runtime_suspend(struct device *dev) in bmc150_magn_runtime_suspend() 1020 static int bmc150_magn_runtime_resume(struct device *dev) in bmc150_magn_runtime_resume() 1031 static int bmc150_magn_suspend(struct device *dev) in bmc150_magn_suspend() 1045 static int bmc150_magn_resume(struct device *dev) in bmc150_magn_resume()
|
/linux-6.15/drivers/i2c/busses/ |
D | i2c-rcar.c | 290 struct device *dev = rcar_i2c_priv_to_dev(priv); in rcar_i2c_clock_calculate() local 481 struct device *dev = rcar_i2c_priv_to_dev(priv); in rcar_i2c_dma() local 816 static struct dma_chan *rcar_i2c_request_dma_chan(struct device *dev, in rcar_i2c_request_dma_chan() 857 struct device *dev = rcar_i2c_priv_to_dev(priv); in rcar_i2c_request_dma() local 912 struct device *dev = rcar_i2c_priv_to_dev(priv); in rcar_i2c_master_xfer() local 973 struct device *dev = rcar_i2c_priv_to_dev(priv); in rcar_i2c_master_xfer_atomic() local 1122 struct device *dev = &pdev->dev; in rcar_i2c_probe() local 1246 struct device *dev = &pdev->dev; in rcar_i2c_remove() local 1257 static int rcar_i2c_suspend(struct device *dev) in rcar_i2c_suspend() 1265 static int rcar_i2c_resume(struct device *dev) in rcar_i2c_resume()
|
/linux-6.15/drivers/pci/controller/dwc/ |
D | pcie-amd-mdb.c | 282 struct device *dev = &pdev->dev; in amd_mdb_pcie_init_irq_domains() local 327 struct device *dev; in amd_mdb_pcie_intr_handler() local 350 struct device *dev = &pdev->dev; in amd_mdb_setup_irq() local 410 struct device *dev = &pdev->dev; in amd_mdb_add_pcie_port() local 444 struct device *dev = &pdev->dev; in amd_mdb_pcie_probe() local
|
D | pcie-keembay.c | 158 static inline struct clk *keembay_pcie_probe_clock(struct device *dev, in keembay_pcie_probe_clock() 188 struct device *dev = pci->dev; in keembay_pcie_probe_clocks() local 269 struct device *dev = pci->dev; in keembay_pcie_setup_msi_irq() local 344 struct device *dev = &pdev->dev; in keembay_pcie_add_pcie_port() local 395 struct device *dev = &pdev->dev; in keembay_pcie_probe() local
|
/linux-6.15/drivers/net/ethernet/sfc/ |
D | ef100_rep.c | 63 struct net_device *dev) in efx_ef100_rep_xmit() 81 static int efx_ef100_rep_get_port_parent_id(struct net_device *dev, in efx_ef100_rep_get_port_parent_id() 95 static int efx_ef100_rep_get_phys_port_name(struct net_device *dev, in efx_ef100_rep_get_phys_port_name() 126 static void efx_ef100_rep_get_stats64(struct net_device *dev, in efx_ef100_rep_get_stats64() 149 static void efx_ef100_rep_get_drvinfo(struct net_device *dev, in efx_ef100_rep_get_drvinfo()
|
/linux-6.15/drivers/hwmon/pmbus/ |
D | isl68137.c | 138 static ssize_t isl68137_avs_enable_show(struct device *dev, in isl68137_avs_enable_show() 148 static ssize_t isl68137_avs_enable_store(struct device *dev, in isl68137_avs_enable_store() 289 static int isl68137_probe_child_from_dt(struct device *dev, in isl68137_probe_child_from_dt() 332 static int isl68137_probe_from_dt(struct device *dev, in isl68137_probe_from_dt() 353 struct device *dev = &client->dev; in isl68137_probe() local
|
/linux-6.15/drivers/input/rmi4/ |
D | rmi_spi.c | 333 struct device *dev = &spi->dev; in rmi_spi_of_probe() local 450 static int rmi_spi_suspend(struct device *dev) in rmi_spi_suspend() 463 static int rmi_spi_resume(struct device *dev) in rmi_spi_resume() 476 static int rmi_spi_runtime_suspend(struct device *dev) in rmi_spi_runtime_suspend() 489 static int rmi_spi_runtime_resume(struct device *dev) in rmi_spi_runtime_resume()
|
/linux-6.15/sound/pci/hda/ |
D | hda_tegra.c | 79 struct device *dev; member 128 static int hda_tegra_suspend(struct device *dev) in hda_tegra_suspend() 141 static int hda_tegra_resume(struct device *dev) in hda_tegra_resume() 154 static int hda_tegra_runtime_suspend(struct device *dev) in hda_tegra_runtime_suspend() 173 static int hda_tegra_runtime_resume(struct device *dev) in hda_tegra_runtime_resume()
|
/linux-6.15/drivers/bus/fsl-mc/ |
D | dprc-driver.c | 42 static int __fsl_mc_device_remove_if_not_in_mc(struct device *dev, void *data) in __fsl_mc_device_remove_if_not_in_mc() 68 static int __fsl_mc_device_remove(struct device *dev, void *data) in __fsl_mc_device_remove() 115 static int __fsl_mc_device_match(struct device *dev, const void *data) in __fsl_mc_device_match() 126 struct device *dev; in fsl_mc_device_lookup() local 404 struct device *dev = arg; in dprc_irq0_handler_thread() local
|
/linux-6.15/drivers/net/wireless/broadcom/b43/ |
D | radio_2056.c | 10166 *b43_nphy_get_inittabs_rev3(struct b43_wldev *dev) in b43_nphy_get_inittabs_rev3() 10194 static void b2056_upload_inittab(struct b43_wldev *dev, bool ghz5, in b2056_upload_inittab() 10215 void b2056_upload_inittabs(struct b43_wldev *dev, in b2056_upload_inittabs() 10238 void b2056_upload_syn_pll_cp2(struct b43_wldev *dev, bool ghz5) in b2056_upload_syn_pll_cp2() 10255 b43_nphy_get_chantabent_rev3(struct b43_wldev *dev, u16 freq) in b43_nphy_get_chantabent_rev3()
|
/linux-6.15/drivers/vfio/platform/ |
D | vfio_platform_common.c | 51 struct device *dev) in vfio_platform_acpi_probe() 75 struct device *dev = vdev->device; in vfio_platform_acpi_call_reset() local 95 struct device *dev = vdev->device; in vfio_platform_acpi_has_reset() local 615 struct device *dev) in vfio_platform_of_probe() 647 struct device *dev = vdev->vdev.dev; in vfio_platform_init_common() local
|
/linux-6.15/drivers/media/pci/cx18/ |
D | cx18-driver.c | 242 struct cx18 *dev = container_of(work, struct cx18, request_module_wk); in request_module_async() local 252 static void request_modules(struct cx18 *dev) in request_modules() 258 static void flush_request_modules(struct cx18 *dev) in flush_request_modules() 263 #define request_modules(dev) argument 264 #define flush_request_modules(dev) argument
|
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.c | 47 struct mlx5_core_dev *dev; in mlx5_lag_create_port_sel_table() local 303 struct mlx5_core_dev *dev; in mlx5_lag_create_definer() local 353 struct mlx5_core_dev *dev; in mlx5_lag_destroy_definer() local 518 struct mlx5_core_dev *dev; in mlx5_lag_create_ttc_table() local 534 struct mlx5_core_dev *dev; in mlx5_lag_create_inner_ttc_table() local
|
/linux-6.15/drivers/regulator/ |
D | rtmv20-regulator.c | 64 struct device *dev; member 293 static bool rtmv20_is_accessible_reg(struct device *dev, unsigned int reg) in rtmv20_is_accessible_reg() 305 static bool rtmv20_is_volatile_reg(struct device *dev, unsigned int reg) in rtmv20_is_volatile_reg() 390 static int __maybe_unused rtmv20_suspend(struct device *dev) in rtmv20_suspend() 405 static int __maybe_unused rtmv20_resume(struct device *dev) in rtmv20_resume()
|
/linux-6.15/drivers/iio/health/ |
D | afe4403.c | 71 struct device *dev; member 136 static ssize_t afe440x_show_register(struct device *dev, in afe440x_show_register() 160 static ssize_t afe440x_store_register(struct device *dev, in afe440x_store_register() 418 static int afe4403_suspend(struct device *dev) in afe4403_suspend() 438 static int afe4403_resume(struct device *dev) in afe4403_resume()
|
/linux-6.15/drivers/iio/accel/ |
D | kxsd9.c | 74 struct device *dev; member 397 int kxsd9_common_probe(struct device *dev, in kxsd9_common_probe() 479 void kxsd9_common_remove(struct device *dev) in kxsd9_common_remove() 493 static int kxsd9_runtime_suspend(struct device *dev) in kxsd9_runtime_suspend() 501 static int kxsd9_runtime_resume(struct device *dev) in kxsd9_runtime_resume()
|
/linux-6.15/drivers/iio/ |
D | industrialio-buffer.c | 392 static ssize_t iio_show_scan_index(struct device *dev, in iio_show_scan_index() 399 static ssize_t iio_show_fixed_type(struct device *dev, in iio_show_fixed_type() 438 static ssize_t iio_scan_el_show(struct device *dev, in iio_scan_el_show() 565 static ssize_t iio_scan_el_store(struct device *dev, in iio_scan_el_store() 602 static ssize_t iio_scan_el_ts_show(struct device *dev, in iio_scan_el_ts_show() 611 static ssize_t iio_scan_el_ts_store(struct device *dev, in iio_scan_el_ts_store() 692 static ssize_t length_show(struct device *dev, struct device_attribute *attr, in length_show() 700 static ssize_t length_store(struct device *dev, struct device_attribute *attr, in length_store() 728 static ssize_t enable_show(struct device *dev, struct device_attribute *attr, in enable_show() 1358 static ssize_t enable_store(struct device *dev, struct device_attribute *attr, in enable_store() [all …]
|
/linux-6.15/drivers/iommu/iommufd/ |
D | selftest.c | 163 struct device dev; member 173 static inline struct mock_dev *to_mock_dev(struct device *dev) in to_mock_dev() 197 struct device *dev) in mock_domain_nop_attach() 228 struct device *dev, ioasid_t pasid, in mock_domain_set_dev_pasid_nop() 272 static void *mock_domain_hw_info(struct device *dev, u32 *length, u32 *type) in mock_domain_hw_info() 400 mock_domain_alloc_nested(struct device *dev, struct iommu_domain *parent, in mock_domain_alloc_nested() 423 mock_domain_alloc_paging_flags(struct device *dev, u32 flags, in mock_domain_alloc_paging_flags() 577 static bool mock_domain_capable(struct device *dev, enum iommu_cap cap) in mock_domain_capable() 601 static struct iommu_device *mock_probe_device(struct device *dev) in mock_probe_device() 608 static void mock_domain_page_response(struct device *dev, struct iopf_fault *evt, in mock_domain_page_response() [all …]
|
/linux-6.15/drivers/gpu/drm/tiny/ |
D | mi0283qt.c | 180 struct device *dev = &spi->dev; in mi0283qt_probe() local 248 static int __maybe_unused mi0283qt_pm_suspend(struct device *dev) in mi0283qt_pm_suspend() 253 static int __maybe_unused mi0283qt_pm_resume(struct device *dev) in mi0283qt_pm_resume()
|
/linux-6.15/drivers/ufs/core/ |
D | ufs-hwmon.c | 50 static int ufs_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in ufs_hwmon_read() 96 static int ufs_hwmon_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in ufs_hwmon_write() 168 struct device *dev = hba->dev; in ufs_hwmon_probe() local
|
/linux-6.15/drivers/watchdog/ |
D | airoha_wdt.c | 131 struct device *dev = &pdev->dev; in airoha_wdt_probe() local 172 static int airoha_wdt_suspend(struct device *dev) in airoha_wdt_suspend() 182 static int airoha_wdt_resume(struct device *dev) in airoha_wdt_resume()
|