Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/drivers/power/fuel_gauge/
H A Dfuel_gauge_uclass.c15 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_capability() local
25 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_bat_is_exist() local
35 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_get_current() local
45 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_get_voltage() local
55 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_update_get_soc() local
65 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_get_chrg_online() local
75 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in fuel_gauge_get_temperature() local
85 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in charger_set_charger_voltage() local
95 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in charger_set_current() local
105 const struct dm_fuel_gauge_ops *ops = dev_get_driver_ops(dev); in charger_set_iprechg_current() local
[all …]
/rk3399_rockchip-uboot/drivers/video/
H A Ds6e8ax0.c17 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_panel_cond() local
47 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_display_cond() local
58 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_cond() local
72 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_update() local
83 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_source_control() local
94 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_pentile_control() local
106 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control1() local
117 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control2() local
128 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_power_control() local
139 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control3() local
[all …]
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c92 const struct dm_crypto_ops *ops; in crypto_get_device() local
135 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_init() local
148 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_update() local
161 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_final() local
205 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_init() local
218 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_update() local
231 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_final() local
283 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_rsa_verify() local
296 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_ec_verify() local
310 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_cipher() local
[all …]
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dregulator-uclass.c33 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_value() local
43 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value() local
82 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_value() local
92 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_suspend_value() local
106 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value_force() local
116 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_current() local
126 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_current() local
143 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_enable() local
153 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_enable() local
170 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_enable() local
[all …]
/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A Davb_ops_user.c71 static AvbIOResult get_size_of_partition(AvbOps *ops, in get_size_of_partition()
91 static AvbIOResult read_from_partition(AvbOps *ops, in read_from_partition()
147 static AvbIOResult write_to_partition(AvbOps *ops, in write_to_partition()
188 validate_vbmeta_public_key(AvbOps *ops, in validate_vbmeta_public_key()
213 static AvbIOResult read_rollback_index(AvbOps *ops, in read_rollback_index()
264 static AvbIOResult write_rollback_index(AvbOps *ops, in write_rollback_index()
279 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in read_is_device_unlocked()
330 static AvbIOResult write_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) in write_is_device_unlocked()
344 static AvbIOResult get_unique_guid_for_partition(AvbOps *ops, in get_unique_guid_for_partition()
440 static AvbIOResult get_preloaded_partition(AvbOps* ops, in get_preloaded_partition()
[all …]
/rk3399_rockchip-uboot/drivers/watchdog/
H A Dwdt-uclass.c18 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start() local
28 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop() local
38 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset() local
49 const struct wdt_ops *ops; in wdt_expire_now() local
/rk3399_rockchip-uboot/drivers/pch/
H A Dpch-uclass.c16 struct pch_ops *ops = pch_get_ops(dev); in pch_get_spi_base() local
27 struct pch_ops *ops = pch_get_ops(dev); in pch_set_spi_protect() local
37 struct pch_ops *ops = pch_get_ops(dev); in pch_get_gpio_base() local
48 struct pch_ops *ops = pch_get_ops(dev); in pch_get_io_base() local
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-uclass.c41 const struct pinctrl_ops *ops; in pinctrl_config_one() local
234 const struct pinctrl_ops *ops; in pinctrl_gpio_request() local
261 const struct pinctrl_ops *ops; in pinctrl_gpio_free() local
288 struct pinctrl_ops *ops; in pinctrl_select_state_simple() local
332 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_request() local
347 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_periph_id() local
357 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_gpio_mux() local
367 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pins_count() local
378 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pin_name() local
391 struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_get_pin_muxing() local
[all …]
H A Dpinctrl-generic.c21 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_pin_name_to_selector() local
52 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_group_name_to_selector() local
84 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinmux_func_name_to_selector() local
118 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinmux_enable_setting() local
161 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinconf_prop_name_to_param() local
197 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinconf_enable_setting() local
314 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_generic_get_subnode_type() local
377 const struct pinctrl_ops *ops = pinctrl_get_ops(dev); in pinctrl_generic_set_state_subnode() local
/rk3399_rockchip-uboot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c16 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_set_backlight() local
26 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_attach() local
37 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_check_attached() local
51 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_read_edid() local
60 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_get_timing() local
/rk3399_rockchip-uboot/cmd/
H A Dboot_android.c93 AvbOps *ops; in do_avb_init_ab_metadata() local
123 AvbOps *ops; in do_avb_ab_mark_slot_active() local
151 AvbOps *ops; in do_avb_ab_mark_slot_unbootable() local
179 AvbOps *ops; in do_avb_ab_mark_slot_successful() local
206 AvbOps *ops; in do_avb_read_ab_metadata() local
244 AvbOps *ops; in do_avb_write_ab_metadata() local
286 AvbOps *ops; in do_avb_read_rollback_index() local
316 AvbOps *ops; in do_avb_write_rollback_index() local
348 AvbOps *ops; in do_avb_read_is_device_unlocked() local
375 AvbOps *ops; in do_avb_write_is_device_unlocked() local
[all …]
/rk3399_rockchip-uboot/drivers/demo/
H A Ddemo-uclass.c28 const struct demo_ops *ops = device_get_ops(dev); in demo_hello() local
38 const struct demo_ops *ops = device_get_ops(dev); in demo_status() local
48 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light() local
58 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light() local
/rk3399_rockchip-uboot/drivers/misc/
H A Dmisc-uclass.c20 const struct misc_ops *ops = device_get_ops(dev); in misc_read() local
30 const struct misc_ops *ops = device_get_ops(dev); in misc_write() local
40 const struct misc_ops *ops = device_get_ops(dev); in misc_ioctl() local
51 const struct misc_ops *ops = device_get_ops(dev); in misc_call() local
61 const struct misc_ops *ops; in misc_get_device_by_capability() local
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c125 struct phy_ops *ops; in generic_phy_get_by_index() local
192 struct phy_ops const *ops; in generic_phy_init() local
219 struct phy_ops const *ops; in generic_phy_reset() local
231 struct phy_ops const *ops; in generic_phy_exit() local
261 struct phy_ops const *ops; in generic_phy_power_on() local
289 struct phy_ops const *ops; in generic_phy_power_off() local
318 struct phy_ops const *ops; in generic_phy_configure() local
330 struct phy_ops const *ops; in generic_phy_validate() local
341 struct phy_ops const *ops; in generic_phy_set_mode_ext() local
/rk3399_rockchip-uboot/drivers/cpu/
H A Dcpu-uclass.c19 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc() local
29 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info() local
39 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count() local
49 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor() local
/rk3399_rockchip-uboot/drivers/clk/
H A Dclk-uclass.c65 const struct clk_ops *ops; in clk_get_by_indexed_prop() local
302 const struct clk_ops *ops = clk_dev_ops(dev); in clk_request() local
316 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_free() local
328 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_rate() local
340 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_rate() local
352 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_phase() local
362 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_phase() local
372 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_parent() local
384 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_enable() local
409 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_disable() local
/rk3399_rockchip-uboot/drivers/input/
H A Dkeyboard-uclass.c14 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_start() local
25 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_stop() local
37 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_tstc() local
52 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_getc() local
/rk3399_rockchip-uboot/drivers/rtc/
H A Drtc-uclass.c15 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get() local
25 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set() local
35 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset() local
45 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8() local
55 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8() local
125 const struct rtc_ops *ops = dev_get_driver_ops(dev); in rtc_alarm_trigger() local
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpmic-uclass.c121 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_reg_count() local
131 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_read() local
144 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_write() local
194 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_suspend() local
204 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_resume() local
214 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_shutdown() local
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm-uclass.c16 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open() local
26 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close() local
36 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc() local
72 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer() local
/rk3399_rockchip-uboot/drivers/pwm/
H A Dpwm-uclass.c14 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_invert() local
25 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_config() local
35 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_enable() local
/rk3399_rockchip-uboot/drivers/mailbox/
H A Dmailbox-uclass.c39 struct mbox_ops *ops; in mbox_get_by_index() local
96 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_free() local
105 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_send() local
114 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_recv() local
/rk3399_rockchip-uboot/drivers/led/
H A Dled-uclass.c37 struct led_ops *ops = led_get_ops(dev); in led_set_state() local
47 struct led_ops *ops = led_get_ops(dev); in led_get_state() local
58 struct led_ops *ops = led_get_ops(dev); in led_set_period() local
/rk3399_rockchip-uboot/drivers/reset/
H A Dreset-uclass.c41 struct reset_ops *ops; in reset_get_by_index() local
138 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request() local
147 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free() local
156 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert() local
178 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert() local
/rk3399_rockchip-uboot/drivers/sound/
H A Drockchip-sound.c34 const struct snd_soc_dai_ops *ops = dev_get_driver_ops(dev); in sound_hw_params() local
44 const struct snd_soc_dai_ops *ops = dev_get_driver_ops(dev); in sound_startup() local
54 const struct snd_soc_dai_ops *ops = dev_get_driver_ops(dev); in sound_set_sysclk() local
96 const struct snd_soc_dai_ops *ops = dev_get_driver_ops(dev); in _sound_play() local

123456