Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/u-boot/drivers/video/
H A Ds6e8ax0.c16 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_panel_cond() local
46 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_display_cond() local
57 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_cond() local
71 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_update() local
82 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_source_control() local
93 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_pentile_control() local
105 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control1() local
116 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control2() local
127 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_power_control() local
138 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control3() local
[all …]
H A Dpanel-uclass.c13 struct panel_ops *ops = panel_get_ops(dev); in panel_enable_backlight() local
31 struct panel_ops *ops = panel_get_ops(dev); in panel_set_backlight() local
42 struct panel_ops *ops = panel_get_ops(dev); in panel_get_display_timing() local
H A Dvideo_osd-uclass.c13 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_get_info() local
21 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_mem() local
28 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_size() local
36 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_print() local
/openbmc/u-boot/drivers/watchdog/
H A Dwdt-uclass.c15 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start() local
25 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop() local
35 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset() local
46 const struct wdt_ops *ops; in wdt_expire_now() local
69 struct wdt_ops *ops = (struct wdt_ops *)device_get_ops(dev); in wdt_post_bind() local
/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c13 struct pch_ops *ops = pch_get_ops(dev); in pch_get_spi_base() local
24 struct pch_ops *ops = pch_get_ops(dev); in pch_set_spi_protect() local
34 struct pch_ops *ops = pch_get_ops(dev); in pch_get_gpio_base() local
45 struct pch_ops *ops = pch_get_ops(dev); in pch_get_io_base() local
56 struct pch_ops *ops = pch_get_ops(dev); in pch_ioctl() local
/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c49 const struct dma_ops *ops; in dma_get_by_index() local
106 struct dma_ops *ops = dma_dev_ops(dev); in dma_request() local
120 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_free() local
132 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_enable() local
144 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_disable() local
156 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_prepare_rcv_buf() local
168 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_receive() local
180 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_send() local
219 const struct dma_ops *ops; in dma_memcpy() local
/openbmc/u-boot/drivers/virtio/
H A Dvirtio-uclass.c32 struct dm_virtio_ops *ops; in virtio_get_config() local
42 struct dm_virtio_ops *ops; in virtio_set_config() local
51 struct dm_virtio_ops *ops; in virtio_generation() local
62 struct dm_virtio_ops *ops; in virtio_get_status() local
71 struct dm_virtio_ops *ops; in virtio_set_status() local
80 struct dm_virtio_ops *ops; in virtio_reset() local
89 struct dm_virtio_ops *ops; in virtio_get_features() local
98 struct dm_virtio_ops *ops; in virtio_set_features() local
108 struct dm_virtio_ops *ops; in virtio_find_vqs() local
117 struct dm_virtio_ops *ops; in virtio_del_vqs() local
[all …]
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c38 struct phy_ops *ops; in generic_phy_get_by_index() local
111 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_init() local
118 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_reset() local
125 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_exit() local
132 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_power_on() local
139 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_power_off() local
/openbmc/u-boot/drivers/misc/
H A Dmisc-uclass.c19 const struct misc_ops *ops = device_get_ops(dev); in misc_read() local
29 const struct misc_ops *ops = device_get_ops(dev); in misc_write() local
39 const struct misc_ops *ops = device_get_ops(dev); in misc_ioctl() local
50 const struct misc_ops *ops = device_get_ops(dev); in misc_call() local
60 const struct misc_ops *ops = device_get_ops(dev); in misc_set_enabled() local
/openbmc/u-boot/drivers/demo/
H A Ddemo-uclass.c27 const struct demo_ops *ops = device_get_ops(dev); in demo_hello() local
37 const struct demo_ops *ops = device_get_ops(dev); in demo_status() local
47 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light() local
57 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light() local
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c62 const struct pinctrl_ops *ops; in pinctrl_config_one() local
200 struct pinctrl_ops *ops; in pinctrl_select_state_simple() local
241 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_request() local
256 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_periph_id() local
266 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_gpio_mux() local
276 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pins_count() local
287 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pin_name() local
300 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pin_muxing() local
317 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_post_bind() local
/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c18 struct board_ops *ops = board_get_ops(dev); in board_detect() local
28 struct board_ops *ops = board_get_ops(dev); in board_get_bool() local
38 struct board_ops *ops = board_get_ops(dev); in board_get_int() local
48 struct board_ops *ops = board_get_ops(dev); in board_get_str() local
/openbmc/u-boot/drivers/input/
H A Dkeyboard-uclass.c13 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_start() local
24 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_stop() local
36 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_tstc() local
51 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_getc() local
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c22 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open() local
32 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close() local
42 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc() local
52 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_report_state() local
88 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer() local
/openbmc/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c37 struct power_domain_ops *ops; in power_domain_get_by_index() local
85 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_free() local
94 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_on() local
103 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_off() local
/openbmc/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c15 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_set_backlight() local
25 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_attach() local
36 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_check_attached() local
50 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_read_edid() local
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c39 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc() local
49 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info() local
59 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count() local
69 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor() local
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c40 const struct hwspinlock_ops *ops; in hwspinlock_get_by_index() local
78 const struct hwspinlock_ops *ops; in hwspinlock_lock_timeout() local
106 const struct hwspinlock_ops *ops; in hwspinlock_unlock() local
123 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind() local
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c38 struct reset_ops *ops; in reset_get_by_index() local
135 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request() local
144 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free() local
153 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert() local
175 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert() local
197 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status() local
/openbmc/u-boot/common/
H A Davb_verify.c128 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state) in avb_set_state()
337 static struct mmc_part *get_partition(AvbOps *ops, const char *partition) in get_partition()
386 static AvbIOResult mmc_byte_io(AvbOps *ops, in mmc_byte_io()
531 static AvbIOResult read_from_partition(AvbOps *ops, in read_from_partition()
559 static AvbIOResult write_to_partition(AvbOps *ops, in write_to_partition()
583 static AvbIOResult validate_vbmeta_public_key(AvbOps *ops, in validate_vbmeta_public_key()
675 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index()
721 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index()
759 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked()
797 static AvbIOResult get_unique_guid_for_partition(AvbOps *ops, in get_unique_guid_for_partition()
[all …]
/openbmc/u-boot/drivers/pwm/
H A Dpwm-uclass.c13 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_invert() local
24 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_config() local
34 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_enable() local
/openbmc/u-boot/drivers/smem/
H A Dsmem-uclass.c13 struct smem_ops *ops = smem_get_ops(dev); in smem_alloc() local
24 struct smem_ops *ops = smem_get_ops(dev); in smem_get() local
34 struct smem_ops *ops = smem_get_ops(dev); in smem_get_free_space() local
/openbmc/u-boot/drivers/mailbox/
H A Dmailbox-uclass.c36 struct mbox_ops *ops; in mbox_get_by_index() local
93 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_free() local
102 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_send() local
111 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_recv() local
/openbmc/u-boot/drivers/sound/
H A Dsound-uclass.c16 struct sound_ops *ops = sound_get_ops(dev); in sound_setup() local
26 struct sound_ops *ops = sound_get_ops(dev); in sound_play() local
36 struct sound_ops *ops = sound_get_ops(dev); in sound_start_beep() local
46 struct sound_ops *ops = sound_get_ops(dev); in sound_stop_beep() local
/openbmc/u-boot/drivers/rtc/
H A Drtc-uclass.c14 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get() local
24 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set() local
34 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset() local
44 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8() local
54 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8() local

123456789