Home
last modified time | relevance | path

Searched defs:dev (Results 1001 - 1025 of 27427) sorted by relevance

1...<<41424344454647484950>>...1098

/kernel/linux/linux-6.6/arch/sh/boards/mach-dreamcast/
H A Drtc.c33 static int aica_rtc_gettimeofday(struct device *dev, struct rtc_time *tm) in aica_rtc_gettimeofday() argument
61 static int aica_rtc_settimeofday(struct device *dev, struct rtc_time *tm) in aica_rtc_settimeofday() argument
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Didle.c65 static ssize_t show_idle_count(struct device *dev, in show_idle_count() argument
74 static ssize_t show_idle_time(struct device *dev, in show_idle_time() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dleon_pci.c64 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dchan.h19 char *dev; member
H A Ddaemon.h21 void *dev; member
H A Dvde.h14 void *dev; member
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H A Dfsl_tcon.c40 static int fsl_tcon_init_regmap(struct device *dev, in fsl_tcon_init_regmap() argument
59 struct fsl_tcon *fsl_tcon_init(struct device *dev) in fsl_tcon_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.h30 struct drm_device *dev; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c57 static void mock_device_release(struct drm_device *dev) in mock_device_release() argument
93 static void release_dev(struct device *dev) in release_dev() argument
100 static int pm_domain_resume(struct device *dev) in pm_domain_resume() argument
105 static int pm_domain_suspend(struct device *dev) in pm_domain_suspend() argument
228 struct device *dev = i915->drm.dev; mock_destroy_device() local
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Ducb1400_core.c45 static int ucb1400_core_probe(struct device *dev) in ucb1400_core_probe() argument
128 static int ucb1400_core_remove(struct device *dev) in ucb1400_core_remove() argument
H A Ducb1x00-assabet.c37 static int ucb1x00_assabet_add(struct ucb1x00_dev *dev) in ucb1x00_assabet_add() argument
71 static void ucb1x00_assabet_remove(struct ucb1x00_dev *dev) in ucb1x00_assabet_remove() argument
[all...]
H A Dwm8350-regmap.c281 static bool wm8350_readable(struct device *dev, unsigned int reg) in wm8350_readable() argument
286 static bool wm8350_writeable(struct device *dev, unsigned int reg) in wm8350_writeable() argument
301 static bool wm8350_volatile(struct device *dev, unsigned int reg) in wm8350_volatile() argument
306 static bool wm8350_precious(struct device *dev, unsigned int reg) in wm8350_precious() argument
H A Dwm831x-spi.c65 static int wm831x_spi_suspend(struct device *dev) in wm831x_spi_suspend() argument
72 wm831x_spi_poweroff(struct device *dev) wm831x_spi_poweroff() argument
[all...]
H A Dwm831x-otp.c41 static ssize_t wm831x_unique_id_show(struct device *dev, in wm831x_unique_id_show() argument
H A Dwm8998-tables.c811 static bool wm8998_readable_register(struct device *dev, unsigned int reg) in wm8998_readable_register() argument
1495 static bool wm8998_volatile_register(struct device *dev, unsigned int reg) in wm8998_volatile_register() argument
H A Dwm8997-tables.c788 static bool wm8997_readable_register(struct device *dev, unsigned int reg) in wm8997_readable_register() argument
1466 static bool wm8997_volatile_register(struct device *dev, unsigned int reg) in wm8997_volatile_register() argument
H A Dwm8994-regmap.c764 static bool wm1811_readable_register(struct device *dev, unsigned int reg) in wm1811_readable_register() argument
1011 static bool wm8994_readable_register(struct device *dev, unsigned int reg) in wm8994_readable_register() argument
1065 static bool wm8958_readable_register(struct device *dev, unsigned int reg) in wm8958_readable_register() argument
1175 static bool wm8994_volatile_register(struct device *dev, unsigned int reg) in wm8994_volatile_register() argument
1192 static bool wm1811_volatile_register(struct device *dev, unsigned int reg) in wm1811_volatile_register() argument
1207 static bool wm8958_volatile_register(struct device *dev, unsigne argument
[all...]
H A Dstm32-lptimer.c53 struct device *dev = &pdev->dev; in stm32_lptimer_probe() local
H A Dsky81452.c27 struct device *dev = &client->dev; in sky81452_probe() local
H A Dtps68470.c33 static int tps68470_chip_init(struct device *dev, struct regmap *regmap) in tps68470_chip_init() argument
56 struct device *dev = &client->dev; in tps68470_probe() local
[all...]
H A Dwm831x-i2c.c66 static int wm831x_i2c_suspend(struct device *dev) in wm831x_i2c_suspend() argument
73 wm831x_i2c_poweroff(struct device *dev) wm831x_i2c_poweroff() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lg2ff.c22 static int play_effect(struct input_dev *dev, void *data, in play_effect() argument
54 struct input_dev *dev; in lg2ff_init() local
H A Dhid-lg3ff.c48 static int hid_lg3ff_play(struct input_dev *dev, void *data, in hid_lg3ff_play() argument
87 static void hid_lg3ff_set_autocenter(struct input_dev *dev, u16 magnitude) in hid_lg3ff_set_autocenter() argument
121 struct input_dev *dev; in lg3ff_init() local
[all...]
H A Dhid-picolcd_cir.c73 static int picolcd_cir_open(struct rc_dev *dev) in picolcd_cir_open() argument
84 static void picolcd_cir_close(struct rc_dev *dev) in picolcd_cir_close() argument
H A Dhid-picolcd_backlight.c55 struct device *dev = &data->hdev->dev; in picolcd_init_backlight() local

Completed in 12 milliseconds

1...<<41424344454647484950>>...1098