/linux-6.15/arch/x86/kernel/cpu/ |
D | umwait.c | 127 enable_c02_show(struct device *dev, struct device_attribute *attr, char *buf) in enable_c02_show() 134 static ssize_t enable_c02_store(struct device *dev, in enable_c02_store() 206 struct device *dev; in umwait_init() local
|
/linux-6.15/drivers/input/misc/ |
D | twl4030-vibra.c | 29 struct device *dev; member 146 static int twl4030_vibra_suspend(struct device *dev) in twl4030_vibra_suspend() 157 static int twl4030_vibra_resume(struct device *dev) in twl4030_vibra_resume()
|
/linux-6.15/drivers/mfd/ |
D | ti_am335x_tscadc.c | 311 static int __maybe_unused ti_tscadc_can_wakeup(struct device *dev, void *data) in ti_tscadc_can_wakeup() 316 static int __maybe_unused tscadc_suspend(struct device *dev) in tscadc_suspend() 334 static int __maybe_unused tscadc_resume(struct device *dev) in tscadc_resume()
|
D | gateworks-gsc.c | 105 static ssize_t gsc_show(struct device *dev, struct device_attribute *attr, in gsc_show() 122 static ssize_t gsc_store(struct device *dev, struct device_attribute *attr, in gsc_store() 199 struct device *dev = &client->dev; in gsc_probe() local
|
D | intel_soc_pmic_crc.c | 171 struct device *dev = &i2c->dev; in crystal_cove_i2c_probe() local 235 static int crystal_cove_suspend(struct device *dev) in crystal_cove_suspend() 244 static int crystal_cove_resume(struct device *dev) in crystal_cove_resume()
|
D | intel_soc_pmic_chtwc.c | 189 struct device *dev = &client->dev; in cht_wc_probe() local 240 static int cht_wc_suspend(struct device *dev) in cht_wc_suspend() 249 static int cht_wc_resume(struct device *dev) in cht_wc_resume()
|
D | cs47l24-tables.c | 798 static bool cs47l24_readable_register(struct device *dev, unsigned int reg) in cs47l24_readable_register() 1500 static bool cs47l24_volatile_register(struct device *dev, unsigned int reg) in cs47l24_volatile_register()
|
/linux-6.15/sound/core/seq/oss/ |
D | seq_oss_readq.c | 89 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts() 113 int dev; member 123 int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev, in snd_seq_oss_readq_sysex()
|
/linux-6.15/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 86 static int exynos_clkout_match_parent_dev(struct device *dev, u32 *mux_mask) in exynos_clkout_match_parent_dev() 218 static int __maybe_unused exynos_clkout_suspend(struct device *dev) in exynos_clkout_suspend() 227 static int __maybe_unused exynos_clkout_resume(struct device *dev) in exynos_clkout_resume()
|
/linux-6.15/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 32 struct drm_device *dev; member 155 struct drm_device *dev = helper->dev; in omap_fbdev_driver_fbdev_probe() local 282 void omap_fbdev_setup(struct drm_device *dev) in omap_fbdev_setup()
|
/linux-6.15/include/drm/ |
D | drm_property.h | 189 struct drm_device *dev; member 218 struct drm_device *dev; member 307 static inline struct drm_property *drm_property_find(struct drm_device *dev, in drm_property_find()
|
/linux-6.15/drivers/tty/serial/8250/ |
D | 8250_uniphier.c | 160 struct device *dev = &pdev->dev; in uniphier_uart_probe() local 243 static int __maybe_unused uniphier_uart_suspend(struct device *dev) in uniphier_uart_suspend() 256 static int __maybe_unused uniphier_uart_resume(struct device *dev) in uniphier_uart_resume()
|
/linux-6.15/drivers/usb/typec/tcpm/ |
D | tcpci_mt6360.c | 42 struct device *dev; member 189 static int __maybe_unused mt6360_tcpc_suspend(struct device *dev) in mt6360_tcpc_suspend() 199 static int __maybe_unused mt6360_tcpc_resume(struct device *dev) in mt6360_tcpc_resume()
|
/linux-6.15/drivers/clk/visconti/ |
D | clkc.c | 74 static struct clk_hw *visconti_clk_register_gate(struct device *dev, in visconti_clk_register_gate() 130 struct device *dev = ctx->dev; in visconti_clk_register_gates() local 187 struct visconti_clk_provider *visconti_init_clk(struct device *dev, in visconti_init_clk()
|
/linux-6.15/sound/soc/meson/ |
D | aiu.c | 175 static int aiu_clk_bulk_get(struct device *dev, in aiu_clk_bulk_get() 212 static int aiu_clk_get(struct device *dev) in aiu_clk_get() 242 struct device *dev = &pdev->dev; in aiu_probe() local
|
/linux-6.15/drivers/net/can/ctucanfd/ |
D | ctucanfd_pci.c | 26 #define PCI_DEVICE_DATA(vend, dev, data) \ argument 61 static void ctucan_pci_set_drvdata(struct device *dev, in ctucan_pci_set_drvdata() 85 struct device *dev = &pdev->dev; in ctucan_pci_probe() local
|
/linux-6.15/drivers/clk/imx/ |
D | clk-lpcg-scu.c | 113 struct clk_hw *__imx_clk_lpcg_scu(struct device *dev, const char *name, in __imx_clk_lpcg_scu() 160 static int __maybe_unused imx_clk_lpcg_scu_suspend(struct device *dev) in imx_clk_lpcg_scu_suspend() 173 static int __maybe_unused imx_clk_lpcg_scu_resume(struct device *dev) in imx_clk_lpcg_scu_resume()
|
/linux-6.15/drivers/pwm/ |
D | pwm-bcm2835.c | 129 struct device *dev = &pdev->dev; in bcm2835_pwm_probe() local 170 static int bcm2835_pwm_suspend(struct device *dev) in bcm2835_pwm_suspend() 179 static int bcm2835_pwm_resume(struct device *dev) in bcm2835_pwm_resume()
|
/linux-6.15/sound/soc/codecs/ |
D | cs42l42-i2c.c | 18 struct device *dev = &i2c_client->dev; in cs42l42_i2c_probe() local 51 static int cs42l42_i2c_resume(struct device *dev) in cs42l42_i2c_resume()
|
D | cs42l83-i2c.c | 169 struct device *dev = &i2c_client->dev; in cs42l83_i2c_probe() local 202 static int cs42l83_i2c_resume(struct device *dev) in cs42l83_i2c_resume()
|
/linux-6.15/drivers/comedi/drivers/ |
D | amplc_pc263.c | 44 static int pc263_do_insn_bits(struct comedi_device *dev, in pc263_do_insn_bits() 59 static int pc263_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pc263_attach()
|
/linux-6.15/drivers/parisc/ |
D | wax.c | 25 static void wax_choose_irq(struct parisc_device *dev, void *ctrl) in wax_choose_irq() 67 static int __init wax_init_chip(struct parisc_device *dev) in wax_init_chip()
|
/linux-6.15/drivers/power/reset/ |
D | xgene-reboot.c | 24 struct device *dev; member 46 struct device *dev = &pdev->dev; in xgene_reboot_probe() local
|
/linux-6.15/drivers/net/ethernet/sfc/ |
D | ef100_sriov.c | 19 struct pci_dev *dev = efx->pci_dev; in efx_ef100_pci_sriov_enable() local 50 struct pci_dev *dev = efx->pci_dev; in efx_ef100_pci_sriov_disable() local
|
/linux-6.15/include/linux/soc/mediatek/ |
D | dvfsrc.h | 28 static inline int mtk_dvfsrc_send_request(const struct device *dev, u32 cmd, u64 data) in mtk_dvfsrc_send_request() 31 static inline int mtk_dvfsrc_query_info(const struct device *dev, u32 cmd, int *data) in mtk_dvfsrc_query_info()
|