/openbmc/linux/sound/soc/codecs/ |
H A D | nau8810.c | 96 static bool nau8810_readable_reg(struct device *dev, unsigned int reg) in nau8810_readable_reg() 122 static bool nau8810_writeable_reg(struct device *dev, unsigned int reg) in nau8810_writeable_reg() 147 static bool nau8810_volatile_reg(struct device *dev, unsigned int reg) in nau8810_volatile_reg() 873 struct device *dev = &i2c->dev; in nau8810_i2c_probe() local
|
/openbmc/linux/drivers/comedi/ |
H A D | comedi_buf.c | 52 static void __comedi_buf_free(struct comedi_device *dev, in __comedi_buf_free() 74 comedi_buf_map_alloc(struct comedi_device *dev, enum dma_data_direction dma_dir, in comedi_buf_map_alloc() 139 static void __comedi_buf_alloc(struct comedi_device *dev, in __comedi_buf_alloc() 256 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc()
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-axp288.c | 97 struct device *dev; member 367 struct device *dev = &pdev->dev; in axp288_extcon_probe() local 479 static int __maybe_unused axp288_extcon_suspend(struct device *dev) in axp288_extcon_suspend() 489 static int __maybe_unused axp288_extcon_resume(struct device *dev) in axp288_extcon_resume()
|
/openbmc/linux/drivers/bus/ |
H A D | vexpress-config.c | 47 struct device *dev; member 122 static void vexpress_config_devres_release(struct device *dev, void *res) in vexpress_config_devres_release() 130 struct regmap *devm_regmap_init_vexpress_config(struct device *dev) in devm_regmap_init_vexpress_config() 247 static struct regmap *vexpress_syscfg_regmap_init(struct device *dev, in vexpress_syscfg_regmap_init()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | soc_common.c | 167 struct device *dev = skt->socket.dev.parent; in soc_pcmcia_request_gpiods() local 482 static irqreturn_t soc_common_pcmcia_interrupt(int irq, void *dev) in soc_common_pcmcia_interrupt() 706 struct device *dev, struct device_attribute *attr, char *buf) in show_status() 755 const struct pcmcia_low_level *ops, struct device *dev) in soc_pcmcia_init_one()
|
/openbmc/linux/sound/usb/ |
H A D | mixer_s1810c.c | 135 snd_s1810c_send_ctl_packet(struct usb_device *dev, u32 a, in snd_s1810c_send_ctl_packet() 175 snd_sc1810c_get_status_field(struct usb_device *dev, in snd_sc1810c_get_status_field() 217 struct usb_device *dev = chip->dev; in snd_s1810c_init_mixer_maps() local 547 struct usb_device *dev = chip->dev; in snd_sc1810_init_mixer() local
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-pca954x.c | 341 static ssize_t idle_state_show(struct device *dev, in idle_state_show() 352 static ssize_t idle_state_store(struct device *dev, in idle_state_store() 487 struct device *dev = &client->dev; in pca954x_probe() local 616 static int pca954x_resume(struct device *dev) in pca954x_resume()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.h | 210 static inline struct device *to_dma_dev(struct drm_device *dev) in to_dma_dev() 236 exynos_dpi_probe(struct device *dev) { return NULL; } in exynos_dpi_probe() 241 static inline int exynos_dpi_bind(struct drm_device *dev, in exynos_dpi_bind() 251 static inline int exynos_drm_check_fimc_device(struct device *dev) in exynos_drm_check_fimc_device()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-cpu-debug.c | 88 struct device *dev; member 288 struct device *dev = drvdata->dev; in debug_dump_regs() local 563 struct device *dev = &adev->dev; in debug_probe() local 634 struct device *dev = &adev->dev; in debug_remove() local
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | sunrise_co2.c | 121 const struct device *dev = &client->dev; in sunrise_read_byte() local 139 const struct device *dev = &client->dev; in sunrise_read_word() local 159 const struct device *dev = &client->dev; in sunrise_write_byte() local 174 const struct device *dev = &client->dev; in sunrise_write_word() local
|
/openbmc/linux/drivers/macintosh/ |
H A D | therm_windtunnel.c | 100 show_cpu_temperature( struct device *dev, struct device_attribute *attr, char *buf ) in show_cpu_temperature() 106 show_case_temperature( struct device *dev, struct device_attribute *attr, char *buf ) in show_case_temperature() 457 static int therm_of_probe(struct platform_device *dev) in therm_of_probe() 485 therm_of_remove( struct platform_device *dev ) in therm_of_remove()
|
/openbmc/qemu/hw/misc/ |
H A D | iotkit-secctl.c | 618 static void iotkit_secctl_reset(DeviceState *dev) in iotkit_secctl_reset() 669 DeviceState *dev = DEVICE(s); in iotkit_secctl_init_ppc() local 697 DeviceState *dev = DEVICE(obj); in iotkit_secctl_init() local 742 static void iotkit_secctl_realize(DeviceState *dev, Error **errp) in iotkit_secctl_realize()
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_of.c | 546 static void devm_thermal_of_zone_release(struct device *dev, void *res) in devm_thermal_of_zone_release() 551 static int devm_thermal_of_zone_match(struct device *dev, void *res, in devm_thermal_of_zone_match() 572 struct thermal_zone_device *devm_thermal_of_zone_register(struct device *dev, int sensor_id, void *… in devm_thermal_of_zone_register() 608 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister()
|
/openbmc/linux/drivers/hwmon/ |
H A D | k10temp.c | 191 static int k10temp_read_labels(struct device *dev, in k10temp_read_labels() 205 static int k10temp_read_temp(struct device *dev, u32 attr, int channel, in k10temp_read_temp() 257 static int k10temp_read(struct device *dev, enum hwmon_sensor_types type, in k10temp_read() 412 struct device *dev = &pdev->dev; in k10temp_probe() local
|
/openbmc/linux/drivers/nvme/host/ |
H A D | fc.c | 37 struct device *dev; member 125 struct device *dev; /* physical device for dma */ member 139 struct device *dev; /* physical device for dma */ member 156 struct device *dev; member 279 struct device *dev) in nvme_fc_attach_to_unreg_lport() 350 struct device *dev, in nvme_fc_register_localport() 954 fc_dma_map_single(struct device *dev, void *ptr, size_t size, in fc_dma_map_single() 961 fc_dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in fc_dma_mapping_error() 1009 fc_dma_map_sg(struct device *dev, struct scatterlist *sg, int nents, in fc_dma_map_sg() 3742 static ssize_t nvme_fc_nvme_discovery_store(struct device *dev, in nvme_fc_nvme_discovery_store() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pcie.c | 1177 static void brcmf_pcie_release_ringbuffer(struct device *dev, in brcmf_pcie_release_ringbuffer() 1444 static void brcmf_pcie_down(struct device *dev) in brcmf_pcie_down() 1453 static int brcmf_pcie_preinit(struct device *dev) in brcmf_pcie_preinit() 1497 static size_t brcmf_pcie_get_ramsize(struct device *dev) in brcmf_pcie_get_ramsize() 1544 static int brcmf_pcie_reset(struct device *dev) in brcmf_pcie_reset() 2133 static void brcmf_pcie_setup(struct device *dev, int ret, in brcmf_pcie_setup() 2266 struct device *dev = &devinfo->pdev->dev; in brcmf_pcie_prepare_fw_request() local 2375 static void brcmf_pcie_debugfs_create(struct device *dev) in brcmf_pcie_debugfs_create() 2397 static void brcmf_pcie_debugfs_create(struct device *dev) in brcmf_pcie_debugfs_create() 2580 static int brcmf_pcie_pm_enter_D3(struct device *dev) in brcmf_pcie_pm_enter_D3() [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | strongarm.c | 186 DeviceState *dev = DEVICE(obj); in strongarm_pic_initfn() local 390 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in strongarm_rtc_init() local 409 static void strongarm_rtc_realize(DeviceState *dev, Error **errp) in strongarm_rtc_realize() 645 DeviceState *dev; in strongarm_gpio_init() local 661 DeviceState *dev = DEVICE(obj); in strongarm_gpio_initfn() local 839 DeviceState *dev = DEVICE(obj); in strongarm_ppc_init() local 1253 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in strongarm_uart_init() local 1276 static void strongarm_uart_reset(DeviceState *dev) in strongarm_uart_reset() 1557 DeviceState *dev = DEVICE(sbd); in strongarm_ssp_init() local 1569 static void strongarm_ssp_reset(DeviceState *dev) in strongarm_ssp_reset() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | gio_device.h | 10 struct device dev; member 42 static inline void gio_device_free(struct gio_device *dev) in gio_device_free()
|
/openbmc/u-boot/drivers/phy/ |
H A D | phy-rcar-gen2.c | 146 static int rcar_gen2_phy_probe(struct udevice *dev) in rcar_gen2_phy_probe() 167 static int rcar_gen2_phy_remove(struct udevice *dev) in rcar_gen2_phy_remove()
|
/openbmc/u-boot/drivers/sound/ |
H A D | max98090.c | 330 static int max98090_set_params(struct udevice *dev, int interface, int rate, in max98090_set_params() 339 static int max98090_probe(struct udevice *dev) in max98090_probe()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | kb3886_bl.c | 102 static int kb3886bl_suspend(struct device *dev) in kb3886bl_suspend() 111 static int kb3886bl_resume(struct device *dev) in kb3886bl_resume()
|
/openbmc/linux/drivers/iio/dummy/ |
H A D | iio_dummy_evgen.c | 130 static void iio_evgen_release(struct device *dev) in iio_evgen_release() 135 static ssize_t iio_evgen_poke(struct device *dev, in iio_evgen_poke()
|
/openbmc/linux/drivers/staging/board/ |
H A D | board.c | 139 struct device *dev = &pdev->dev; in board_staging_add_dev_domain() local 166 int __init board_staging_register_device(const struct board_staging_dev *dev) in board_staging_register_device()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-core.c | 482 struct device *dev, unsigned int devflags) in isp1760_register() 597 void isp1760_unregister(struct device *dev) in isp1760_unregister()
|
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 33 void build_cxl_dsm_method(Aml *dev) in build_cxl_dsm_method() 319 void build_cxl_osc_method(Aml *dev) in build_cxl_osc_method()
|