Home
last modified time | relevance | path

Searched defs:dev (Results 5476 – 5500 of 16103) sorted by relevance

1...<<211212213214215216217218219220>>...645

/openbmc/linux/sound/soc/sh/rcar/
H A Dssi.c151 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_status_check() local
214 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_rdai_width_to_swl() local
268 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_master_clk_start() local
368 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_config_init() local
505 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_quit() local
540 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_hw_params() local
674 struct device *dev = rsnd_priv_to_dev(priv); in __rsnd_ssi_interrupt() local
809 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_common_probe() local
987 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_ssi_fallback() local
1113 struct device *dev = rsnd_priv_to_dev(priv); in rsnd_parse_connect_ssi() local
[all …]
/openbmc/linux/drivers/pci/switch/
H A Dswitchtec.c324 static ssize_t device_version_show(struct device *dev, in device_version_show()
336 static ssize_t fw_version_show(struct device *dev, in fw_version_show()
388 static ssize_t component_vendor_show(struct device *dev, in component_vendor_show()
403 static ssize_t component_id_show(struct device *dev, in component_id_show()
417 static ssize_t component_revision_show(struct device *dev, in component_revision_show()
431 static ssize_t partition_show(struct device *dev, in partition_show()
440 static ssize_t partition_count_show(struct device *dev, in partition_count_show()
1307 static void stdev_release(struct device *dev) in stdev_release()
1344 struct device *dev; in stdev_create() local
1436 static irqreturn_t switchtec_event_isr(int irq, void *dev) in switchtec_event_isr()
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c143 struct drm_device *dev = crtc->dev; in complete_flip() local
415 struct drm_device *dev = crtc->dev; in get_encoder_from_crtc() local
496 struct device *dev = &mdp5_kms->pdev->dev; in mdp5_crtc_atomic_disable() local
542 struct device *dev = &mdp5_kms->pdev->dev; in mdp5_crtc_atomic_enable() local
704 struct drm_device *dev = crtc->dev; in mdp5_crtc_atomic_check() local
803 struct drm_device *dev = crtc->dev; in mdp5_crtc_atomic_flush() local
957 struct drm_device *dev = crtc->dev; in mdp5_crtc_cursor_set() local
1045 struct drm_device *dev = crtc->dev; in mdp5_crtc_cursor_move() local
1224 struct drm_device *dev = crtc->dev; in mdp5_crtc_wait_for_pp_done() local
1238 struct drm_device *dev = crtc->dev; in mdp5_crtc_wait_for_flush_done() local
[all …]
/openbmc/linux/drivers/hwmon/
H A Dltc2992.c450 static int ltc2992_read_gpios_in(struct device *dev, u32 attr, int nr_gpio, long *val) in ltc2992_read_gpios_in()
501 static int ltc2992_read_in(struct device *dev, u32 attr, int channel, long *val) in ltc2992_read_in()
579 static int ltc2992_read_curr(struct device *dev, u32 attr, int channel, long *val) in ltc2992_read_curr()
654 static int ltc2992_read_power(struct device *dev, u32 attr, int channel, long *val) in ltc2992_read_power()
685 static int ltc2992_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in ltc2992_read()
700 static int ltc2992_write_curr(struct device *dev, u32 attr, int channel, long val) in ltc2992_write_curr()
719 static int ltc2992_write_gpios_in(struct device *dev, u32 attr, int nr_gpio, long val) in ltc2992_write_gpios_in()
738 static int ltc2992_write_in(struct device *dev, u32 attr, int channel, long val) in ltc2992_write_in()
760 static int ltc2992_write_power(struct device *dev, u32 attr, int channel, long val) in ltc2992_write_power()
779 static int ltc2992_write_chip(struct device *dev, u32 attr, int channel, long val) in ltc2992_write_chip()
[all …]
/openbmc/linux/drivers/parisc/
H A Dsba_iommu.c341 sba_search_bitmap(struct ioc *ioc, struct device *dev, in sba_search_bitmap()
440 sba_alloc_range(struct ioc *ioc, struct device *dev, size_t size) in sba_alloc_range()
677 static int sba_dma_supported( struct device *dev, u64 mask) in sba_dma_supported()
710 sba_map_single(struct device *dev, void *addr, size_t size, in sba_map_single()
781 sba_map_page(struct device *dev, struct page *page, unsigned long offset, in sba_map_page()
801 sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size, in sba_unmap_page()
950 sba_map_sg(struct device *dev, struct scatterlist *sglist, int nents, in sba_map_sg()
1035 sba_unmap_sg(struct device *dev, struct scatterlist *sglist, int nents, in sba_unmap_sg()
1236 static int setup_ibase_imask_callback(struct device *dev, void *data) in setup_ibase_imask_callback()
1261 sba_ioc_find_quicksilver(struct device *dev, void *data) in sba_ioc_find_quicksilver()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c177 bool amdgpu_device_supports_px(struct drm_device *dev) in amdgpu_device_supports_px()
194 bool amdgpu_device_supports_boco(struct drm_device *dev) in amdgpu_device_supports_boco()
1530 struct drm_device *dev = pci_get_drvdata(pdev); in amdgpu_switcheroo_set_state() local
1573 struct drm_device *dev = pci_get_drvdata(pdev); in amdgpu_switcheroo_can_switch() local
4108 int amdgpu_device_prepare(struct drm_device *dev) in amdgpu_device_prepare()
4872 struct drm_device *dev = adev_to_drm(adev); in amdgpu_reset_capture_coredumpm() local
5668 struct drm_device *dev = pci_get_drvdata(pdev); in amdgpu_pci_error_detected() local
5744 struct drm_device *dev = pci_get_drvdata(pdev); in amdgpu_pci_slot_reset() local
5814 struct drm_device *dev = pci_get_drvdata(pdev); in amdgpu_pci_resume() local
5840 struct drm_device *dev = pci_get_drvdata(pdev); in amdgpu_device_cache_pci_state() local
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c416 static unsigned dp_size(struct udevice *dev) in dp_size()
473 static void *dp_fill(void *buf, struct udevice *dev) in dp_fill()
603 struct efi_device_path *efi_dp_from_dev(struct udevice *dev) in efi_dp_from_dev()
623 struct udevice *dev; in dp_part_size() local
721 struct udevice *dev; in dp_part_fill() local
954 efi_status_t efi_dp_from_name(const char *dev, const char *devnr, in efi_dp_from_name()
/openbmc/linux/drivers/mtd/
H A Drfd_ftl.c240 static int rfd_ftl_readsect(struct mtd_blktrans_dev *dev, u_long sector, char *buf) in rfd_ftl_readsect()
601 static int do_writesect(struct mtd_blktrans_dev *dev, u_long sector, char *buf, ulong *old_addr) in do_writesect()
667 static int rfd_ftl_writesect(struct mtd_blktrans_dev *dev, u_long sector, char *buf) in rfd_ftl_writesect()
708 static int rfd_ftl_discardsect(struct mtd_blktrans_dev *dev, in rfd_ftl_discardsect()
736 static int rfd_ftl_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in rfd_ftl_getgeo()
793 static void rfd_ftl_remove_dev(struct mtd_blktrans_dev *dev) in rfd_ftl_remove_dev()
/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x.h66 struct tw686x_dev *dev; member
79 struct tw686x_dev *dev; member
145 static inline uint32_t reg_read(struct tw686x_dev *dev, unsigned int reg) in reg_read()
150 static inline void reg_write(struct tw686x_dev *dev, unsigned int reg, in reg_write()
156 static inline unsigned int max_channels(struct tw686x_dev *dev) in max_channels()
161 static inline unsigned is_second_gen(struct tw686x_dev *dev) in is_second_gen()
/openbmc/linux/sound/soc/codecs/
H A Dadau17x1.c806 bool adau17x1_precious_register(struct device *dev, unsigned int reg) in adau17x1_precious_register()
816 bool adau17x1_readable_register(struct device *dev, unsigned int reg) in adau17x1_readable_register()
855 bool adau17x1_volatile_register(struct device *dev, unsigned int reg) in adau17x1_volatile_register()
1048 int adau17x1_probe(struct device *dev, struct regmap *regmap, in adau17x1_probe()
1049 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1113 void adau17x1_remove(struct device *dev) in adau17x1_remove()
H A Dcs53l30.c87 static bool cs53l30_volatile_register(struct device *dev, unsigned int reg) in cs53l30_volatile_register()
95 static bool cs53l30_writeable_register(struct device *dev, unsigned int reg) in cs53l30_writeable_register()
109 static bool cs53l30_readable_register(struct device *dev, unsigned int reg) in cs53l30_readable_register()
923 struct device *dev = &client->dev; in cs53l30_i2c_probe() local
1054 static int cs53l30_runtime_suspend(struct device *dev) in cs53l30_runtime_suspend()
1069 static int cs53l30_runtime_resume(struct device *dev) in cs53l30_runtime_resume()
/openbmc/linux/drivers/remoteproc/
H A Dqcom_wcnss.c67 struct device *dev; member
341 static irqreturn_t wcnss_wdog_interrupt(int irq, void *dev) in wcnss_wdog_interrupt()
350 static irqreturn_t wcnss_fatal_interrupt(int irq, void *dev) in wcnss_fatal_interrupt()
365 static irqreturn_t wcnss_ready_interrupt(int irq, void *dev) in wcnss_ready_interrupt()
374 static irqreturn_t wcnss_handover_interrupt(int irq, void *dev) in wcnss_handover_interrupt()
388 static irqreturn_t wcnss_stop_ack_interrupt(int irq, void *dev) in wcnss_stop_ack_interrupt()
/openbmc/linux/drivers/watchdog/
H A Dstarfive-wdt.c169 struct device *dev = wdt->wdd.parent; in starfive_wdt_get_clock() local
182 static inline int starfive_wdt_reset_init(struct device *dev) in starfive_wdt_reset_init()
537 static int starfive_wdt_suspend(struct device *dev) in starfive_wdt_suspend()
550 static int starfive_wdt_resume(struct device *dev) in starfive_wdt_resume()
567 static int starfive_wdt_runtime_suspend(struct device *dev) in starfive_wdt_runtime_suspend()
576 static int starfive_wdt_runtime_resume(struct device *dev) in starfive_wdt_runtime_resume()
/openbmc/linux/drivers/mfd/
H A Dlm3533-core.c256 static ssize_t show_output(struct device *dev, in show_output()
292 static ssize_t store_output(struct device *dev, in store_output()
361 struct device *dev = kobj_to_dev(kobj); in lm3533_attr_is_visible() local
535 static bool lm3533_readable_register(struct device *dev, unsigned int reg) in lm3533_readable_register()
554 static bool lm3533_volatile_register(struct device *dev, unsigned int reg) in lm3533_volatile_register()
566 static bool lm3533_precious_register(struct device *dev, unsigned int reg) in lm3533_precious_register()
/openbmc/linux/drivers/rtc/
H A Drtc-ac100.c92 struct device *dev; member
384 static int ac100_rtc_get_time(struct device *dev, struct rtc_time *rtc_tm) in ac100_rtc_get_time()
407 static int ac100_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm) in ac100_rtc_set_time()
440 static int ac100_rtc_alarm_irq_enable(struct device *dev, unsigned int en) in ac100_rtc_alarm_irq_enable()
451 static int ac100_rtc_get_alarm(struct device *dev, struct rtc_wkalrm *alrm) in ac100_rtc_get_alarm()
482 static int ac100_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm) in ac100_rtc_set_alarm()
H A Drtc-rv8803.c234 static int rv8803_get_time(struct device *dev, struct rtc_time *tm) in rv8803_get_time()
280 static int rv8803_set_time(struct device *dev, struct rtc_time *tm) in rv8803_set_time()
345 static int rv8803_get_alarm(struct device *dev, struct rtc_wkalrm *alrm) in rv8803_get_alarm()
389 static int rv8803_set_alarm(struct device *dev, struct rtc_wkalrm *alrm) in rv8803_set_alarm()
452 static int rv8803_alarm_irq_enable(struct device *dev, unsigned int enabled) in rv8803_alarm_irq_enable()
494 static int rv8803_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in rv8803_ioctl()
/openbmc/linux/sound/soc/img/
H A Dimg-i2s-in.c56 struct device *dev; member
65 static int img_i2s_in_runtime_suspend(struct device *dev) in img_i2s_in_runtime_suspend()
74 static int img_i2s_in_runtime_resume(struct device *dev) in img_i2s_in_runtime_resume()
427 struct device *dev = &pdev->dev; in img_i2s_in_probe() local
543 static int img_i2s_in_suspend(struct device *dev) in img_i2s_in_suspend()
567 static int img_i2s_in_resume(struct device *dev) in img_i2s_in_resume()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dopregion.c149 static u32 asle_set_backlight(struct drm_device *dev, u32 bclp) in asle_set_backlight()
196 void psb_intel_opregion_asle_intr(struct drm_device *dev) in psb_intel_opregion_asle_intr()
209 void psb_intel_opregion_enable_asle(struct drm_device *dev) in psb_intel_opregion_enable_asle()
256 void psb_intel_opregion_init(struct drm_device *dev) in psb_intel_opregion_init()
276 void psb_intel_opregion_fini(struct drm_device *dev) in psb_intel_opregion_fini()
302 int psb_intel_opregion_setup(struct drm_device *dev) in psb_intel_opregion_setup()
H A Dmmu.c68 struct drm_device *dev = driver->dev; in psb_mmu_flush_pd_locked() local
96 struct drm_device *dev = driver->dev; in psb_mmu_flush() local
122 struct drm_device *dev = pd->driver->dev; in psb_mmu_set_pd_context() local
232 struct drm_device *dev = driver->dev; in psb_mmu_free_pagedir() local
411 struct drm_device *dev = driver->dev; in psb_mmu_driver_takedown() local
419 struct psb_mmu_driver *psb_mmu_driver_init(struct drm_device *dev, in psb_mmu_driver_init()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-xilinx-cpm.c131 struct device *dev; member
356 struct device *dev = port->dev; in xilinx_cpm_pcie_intr_handler() local
399 struct device *dev = port->dev; in xilinx_cpm_pcie_init_irq_domain() local
440 struct device *dev = port->dev; in xilinx_cpm_setup_irq() local
534 struct device *dev = port->dev; in xilinx_cpm_pcie_parse_dt() local
579 struct device *dev = &pdev->dev; in xilinx_cpm_pcie_probe() local
/openbmc/linux/drivers/input/touchscreen/
H A Dmms114.c291 struct device *dev = &data->client->dev; in mms114_get_version() local
435 static int mms114_input_open(struct input_dev *dev) in mms114_input_open()
442 static void mms114_input_close(struct input_dev *dev) in mms114_input_close()
451 struct device *dev = &data->client->dev; in mms114_parse_legacy_bindings() local
633 static int mms114_suspend(struct device *dev) in mms114_suspend()
657 static int mms114_resume(struct device *dev) in mms114_resume()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c41 struct device *dev; member
617 static int decon_bind(struct device *dev, struct device *master, void *data) in decon_bind()
658 static void decon_unbind(struct device *dev, struct device *master, in decon_unbind()
678 struct device *dev = &pdev->dev; in decon_probe() local
781 static int exynos7_decon_suspend(struct device *dev) in exynos7_decon_suspend()
793 static int exynos7_decon_resume(struct device *dev) in exynos7_decon_resume()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c78 static ssize_t format_attr_contextid_show(struct device *dev, in format_attr_contextid_show()
754 static ssize_t etm_perf_sink_name_show(struct device *dev, in etm_perf_sink_name_show()
765 etm_perf_add_symlink_group(struct device *dev, const char *name, const char *group_name) in etm_perf_add_symlink_group()
804 struct device *dev = &csdev->dev; in etm_perf_add_symlink_sink() local
846 static ssize_t etm_perf_cscfg_event_show(struct device *dev, in etm_perf_cscfg_event_show()
856 int etm_perf_add_symlink_cscfg(struct device *dev, struct cscfg_config_desc *config_desc) in etm_perf_add_symlink_cscfg()
/openbmc/linux/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c77 #define __AVERAGE_PTFV(dev) \ argument
85 #define __INCREMENT_PTFV(dev, val) \ argument
92 #define __MOVAVG_AC(timing, dev) \ argument
97 #define __WEIGHTED_UPDATE_PTFV(dev, nval) \ argument
113 #define __MOVAVG(timing, dev) \ argument
407 #define __COPY_EMA(nt, lt, dev) \ in periodic_compensation_handler() argument
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c179 static ssize_t cabc_mode_show(struct device *dev, in cabc_mode_show()
199 static ssize_t cabc_mode_store(struct device *dev, in cabc_mode_store()
232 static ssize_t cabc_available_modes_show(struct device *dev, in cabc_available_modes_show()
298 static int acx565akm_bl_update_status_locked(struct backlight_device *dev) in acx565akm_bl_update_status_locked()
308 static int acx565akm_bl_update_status(struct backlight_device *dev) in acx565akm_bl_update_status()
320 static int acx565akm_bl_get_intensity(struct backlight_device *dev) in acx565akm_bl_get_intensity()

1...<<211212213214215216217218219220>>...645