Home
last modified time | relevance | path

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

12345678

/u-boot/drivers/pci_endpoint/
A Dpci_ep-uclass.c25 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_write_header() local
35 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_read_header() local
45 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_bar() local
69 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_read_bar() local
83 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_clear_bar() local
94 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_map_addr() local
104 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_unmap_addr() local
114 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_msi() local
133 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_get_msi() local
152 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_msix() local
[all …]
/u-boot/drivers/fwu-mdata/
A Dfwu-mdata-uclass.c32 const struct fwu_mdata_ops *ops = device_get_ops(dev); in fwu_get_mdata_part_num() local
56 const struct fwu_mdata_ops *ops = device_get_ops(dev); in fwu_read_mdata_partition() local
80 const struct fwu_mdata_ops *ops = device_get_ops(dev); in fwu_write_mdata_partition() local
102 const struct fwu_mdata_ops *ops = device_get_ops(dev); in fwu_mdata_check() local
129 const struct fwu_mdata_ops *ops = device_get_ops(dev); in fwu_get_mdata() local
165 const struct fwu_mdata_ops *ops = device_get_ops(dev); in fwu_update_mdata() local
/u-boot/drivers/dma/
A Ddma-uclass.c56 const struct dma_ops *ops; in dma_get_by_index() local
113 struct dma_ops *ops = dma_dev_ops(dev); in dma_request() local
127 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_free() local
139 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_enable() local
151 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_disable() local
163 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_prepare_rcv_buf() local
175 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_receive() local
187 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_send() local
199 struct dma_ops *ops = dma_dev_ops(dma->dev); in dma_get_cfg() local
237 const struct dma_ops *ops; in dma_memcpy() local
/u-boot/drivers/pch/
A Dpch-uclass.c15 struct pch_ops *ops = pch_get_ops(dev); in pch_get_spi_base() local
26 struct pch_ops *ops = pch_get_ops(dev); in pch_set_spi_protect() local
36 struct pch_ops *ops = pch_get_ops(dev); in pch_get_gpio_base() local
47 struct pch_ops *ops = pch_get_ops(dev); in pch_get_io_base() local
58 struct pch_ops *ops = pch_get_ops(dev); in pch_ioctl() local
/u-boot/drivers/misc/
A Dirq-uclass.c18 const struct irq_ops *ops = irq_get_ops(dev); in irq_route_pmc_gpio_gpe() local
28 const struct irq_ops *ops = irq_get_ops(dev); in irq_set_polarity() local
38 const struct irq_ops *ops = irq_get_ops(dev); in irq_snapshot_polarities() local
48 const struct irq_ops *ops = irq_get_ops(dev); in irq_restore_polarities() local
58 const struct irq_ops *ops = irq_get_ops(irq->dev); in irq_read_and_clear() local
110 const struct irq_ops *ops; in irq_get_by_index_tail() local
158 const struct irq_ops *ops; in irq_request() local
185 struct irq_ops *ops; in irq_get_acpi() local
A Dmisc-uclass.c21 const struct misc_ops *ops = device_get_ops(dev); in misc_read() local
31 const struct misc_ops *ops = device_get_ops(dev); in misc_write() local
41 const struct misc_ops *ops = device_get_ops(dev); in misc_ioctl() local
52 const struct misc_ops *ops = device_get_ops(dev); in misc_call() local
62 const struct misc_ops *ops = device_get_ops(dev); in misc_set_enabled() local
/u-boot/drivers/virtio/
A Dvirtio-uclass.c39 struct dm_virtio_ops *ops; in virtio_get_config() local
49 struct dm_virtio_ops *ops; in virtio_set_config() local
58 struct dm_virtio_ops *ops; in virtio_generation() local
69 struct dm_virtio_ops *ops; in virtio_get_status() local
78 struct dm_virtio_ops *ops; in virtio_set_status() local
87 struct dm_virtio_ops *ops; in virtio_reset() local
96 struct dm_virtio_ops *ops; in virtio_get_features() local
105 struct dm_virtio_ops *ops; in virtio_set_features() local
115 struct dm_virtio_ops *ops; in virtio_find_vqs() local
124 struct dm_virtio_ops *ops; in virtio_del_vqs() local
[all …]
/u-boot/drivers/pinctrl/
A Dpinctrl-uclass.c32 const struct pinctrl_ops *ops; in pinctrl_config_one() local
218 const struct pinctrl_ops *ops; in pinctrl_gpio_request() local
245 const struct pinctrl_ops *ops; in pinctrl_gpio_free() local
272 struct pinctrl_ops *ops; in pinctrl_select_state_simple() local
316 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_request() local
331 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_periph_id() local
341 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_gpio_mux() local
351 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pins_count() local
362 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pin_name() local
375 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pin_muxing() local
[all …]
/u-boot/drivers/cpu/
A Dcpu-uclass.c34 struct cpu_ops *ops = cpu_get_ops(cpu); in cpu_is_current() local
67 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc() local
77 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info() local
90 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count() local
100 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor() local
134 struct cpu_ops *ops = cpu_get_ops(dev); in uclass_cpu_post_bind() local
/u-boot/drivers/demo/
A Ddemo-uclass.c25 const struct demo_ops *ops = device_get_ops(dev); in demo_hello() local
35 const struct demo_ops *ops = device_get_ops(dev); in demo_status() local
45 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light() local
55 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light() local
/u-boot/drivers/power/regulator/
A Dregulator-uclass.c34 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_value() local
55 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value() local
86 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_value() local
103 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_suspend_value() local
117 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value_force() local
127 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_current() local
137 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_current() local
154 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_enable() local
164 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_enable() local
206 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_enable() local
[all …]
/u-boot/drivers/cache/
A Dcache-uclass.c14 struct cache_ops *ops = cache_get_ops(dev); in cache_get_info() local
24 struct cache_ops *ops = cache_get_ops(dev); in cache_enable() local
34 struct cache_ops *ops = cache_get_ops(dev); in cache_disable() local
/u-boot/drivers/sound/
A Dsound-uclass.c21 struct sound_ops *ops = sound_get_ops(dev); in sound_setup() local
31 struct sound_ops *ops = sound_get_ops(dev); in sound_play() local
41 struct sound_ops *ops = sound_get_ops(dev); in sound_stop_play() local
51 struct sound_ops *ops = sound_get_ops(dev); in sound_start_beep() local
61 struct sound_ops *ops = sound_get_ops(dev); in sound_stop_beep() local
/u-boot/drivers/input/
A Dkeyboard-uclass.c16 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_start() local
27 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_stop() local
39 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_tstc() local
54 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_getc() local
/u-boot/drivers/video/
A Dpanel-uclass.c15 struct panel_ops *ops = panel_get_ops(dev); in panel_enable_backlight() local
33 struct panel_ops *ops = panel_get_ops(dev); in panel_set_backlight() local
44 struct panel_ops *ops = panel_get_ops(dev); in panel_get_display_timing() local
A Dvideo_osd-uclass.c15 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_get_info() local
23 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_mem() local
30 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_size() local
38 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_print() local
A Ddisplay-uclass.c16 struct dm_display_ops *ops = display_get_ops(dev); in display_read_edid() local
26 struct dm_display_ops *ops = display_get_ops(dev); in display_enable() local
45 struct dm_display_ops *ops = display_get_ops(dev); in display_mode_valid() local
55 struct dm_display_ops *ops = display_get_ops(dev); in display_read_timing() local
/u-boot/drivers/serial/
A Dserial-uclass.c186 struct dm_serial_ops *ops = serial_get_ops(dev); in _serial_putc() local
199 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_puts() local
215 struct dm_serial_ops *ops = serial_get_ops(dev); in _serial_puts() local
240 struct dm_serial_ops *ops = serial_get_ops(dev); in _serial_flush() local
251 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_getc() local
265 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_tstc() local
354 struct dm_serial_ops *ops; in serial_setbrg() local
366 struct dm_serial_ops *ops; in serial_getconfig() local
377 struct dm_serial_ops *ops; in serial_setconfig() local
388 struct dm_serial_ops *ops; in serial_getinfo() local
[all …]
/u-boot/drivers/sysinfo/
A Dsysinfo-uclass.c34 struct sysinfo_ops *ops = sysinfo_get_ops(dev); in sysinfo_detect() local
50 struct sysinfo_ops *ops = sysinfo_get_ops(dev); in sysinfo_get_fit_loadable() local
64 struct sysinfo_ops *ops = sysinfo_get_ops(dev); in sysinfo_get_bool() local
78 struct sysinfo_ops *ops = sysinfo_get_ops(dev); in sysinfo_get_int() local
92 struct sysinfo_ops *ops = sysinfo_get_ops(dev); in sysinfo_get_str() local
/u-boot/common/
A Davb_verify.c386 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()
680 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index()
726 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index()
802 static AvbIOResult get_unique_guid_for_partition(AvbOps *ops, in get_unique_guid_for_partition()
837 static AvbIOResult get_size_of_partition(AvbOps *ops, in get_size_of_partition()
856 static AvbIOResult read_persistent_value(AvbOps *ops, in read_persistent_value()
918 static AvbIOResult write_persistent_value(AvbOps *ops, in write_persistent_value()
[all …]
/u-boot/drivers/rtc/
A Drtc-uclass.c17 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get() local
27 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set() local
37 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset() local
47 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_read() local
67 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_write() local
85 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8() local
103 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8() local
/u-boot/drivers/hwspinlock/
A Dhwspinlock-uclass.c46 const struct hwspinlock_ops *ops; in hwspinlock_get_by_index() local
84 const struct hwspinlock_ops *ops; in hwspinlock_lock_timeout() local
112 const struct hwspinlock_ops *ops; in hwspinlock_unlock() local
129 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind() local
/u-boot/drivers/video/bridge/
A Dvideo-bridge-uclass.c19 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_set_backlight() local
29 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_attach() local
40 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_check_attached() local
54 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_read_edid() local
/u-boot/drivers/tpm/
A Dtpm-uclass.c24 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open() local
34 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close() local
44 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc() local
54 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_report_state() local
90 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer() local
/u-boot/drivers/crypto/hash/
A Dhash-uclass.c68 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev); in hash_digest() local
80 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev); in hash_digest_wd() local
90 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev); in hash_init() local
100 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev); in hash_update() local
110 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev); in hash_finish() local

Completed in 39 milliseconds

12345678