Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 2235) sorted by relevance

12345678910>>...90

/third_party/uboot/u-boot-2020.01/include/dm/
Dread.h19 static inline const struct device_node *dev_np(struct udevice *dev) in dev_np()
24 static inline const struct device_node *dev_np(struct udevice *dev) in dev_np()
36 static inline ofnode dev_ofnode(struct udevice *dev) in dev_ofnode()
41 static inline bool dev_of_valid(struct udevice *dev) in dev_of_valid()
607 static inline int dev_read_u32(struct udevice *dev, in dev_read_u32()
613 static inline int dev_read_u32_default(struct udevice *dev, in dev_read_u32_default()
619 static inline int dev_read_s32(struct udevice *dev, in dev_read_s32()
625 static inline int dev_read_s32_default(struct udevice *dev, in dev_read_s32_default()
631 static inline int dev_read_u32u(struct udevice *dev, in dev_read_u32u()
645 static inline int dev_read_u64(struct udevice *dev, in dev_read_u64()
[all …]
Ddevice-internal.h110 static inline int device_remove(struct udevice *dev, uint flags) { return 0; } in device_remove()
124 static inline int device_unbind(struct udevice *dev) { return 0; } in device_unbind()
130 static inline void device_free(struct udevice *dev) {} in device_free()
147 static inline int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind()
164 static inline int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove()
210 static inline void devres_release_probe(struct udevice *dev) in devres_release_probe()
214 static inline void devres_release_all(struct udevice *dev) in devres_release_all()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dread.c14 int dev_read_u32(struct udevice *dev, const char *propname, u32 *outp) in dev_read_u32()
19 int dev_read_u32_default(struct udevice *dev, const char *propname, int def) in dev_read_u32_default()
24 int dev_read_s32(struct udevice *dev, const char *propname, s32 *outp) in dev_read_s32()
29 int dev_read_s32_default(struct udevice *dev, const char *propname, int def) in dev_read_s32_default()
34 int dev_read_u32u(struct udevice *dev, const char *propname, uint *outp) in dev_read_u32u()
47 int dev_read_u64(struct udevice *dev, const char *propname, u64 *outp) in dev_read_u64()
52 u64 dev_read_u64_default(struct udevice *dev, const char *propname, u64 def) in dev_read_u64_default()
57 const char *dev_read_string(struct udevice *dev, const char *propname) in dev_read_string()
62 bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
67 ofnode dev_read_subnode(struct udevice *dev, const char *subnode_name) in dev_read_subnode()
[all …]
Ddevice.c39 struct udevice *dev; in device_bind_common() local
314 int device_probe(struct udevice *dev) in device_probe()
462 void *dev_get_platdata(const struct udevice *dev) in dev_get_platdata()
472 void *dev_get_parent_platdata(const struct udevice *dev) in dev_get_parent_platdata()
482 void *dev_get_uclass_platdata(const struct udevice *dev) in dev_get_uclass_platdata()
492 void *dev_get_priv(const struct udevice *dev) in dev_get_priv()
502 void *dev_get_uclass_priv(const struct udevice *dev) in dev_get_uclass_priv()
512 void *dev_get_parent_priv(const struct udevice *dev) in dev_get_parent_priv()
522 static int device_get_device_tail(struct udevice *dev, int ret, in device_get_device_tail()
550 struct udevice *dev; in device_find_by_ofnode() local
[all …]
Dfdtaddr.c19 fdt_addr_t devfdt_get_addr_index(struct udevice *dev, int index) in devfdt_get_addr_index()
94 fdt_addr_t devfdt_get_addr_size_index(struct udevice *dev, int index, in devfdt_get_addr_size_index()
116 fdt_addr_t devfdt_get_addr_name(struct udevice *dev, const char *name) in devfdt_get_addr_name()
132 fdt_addr_t devfdt_get_addr_size_name(struct udevice *dev, const char *name, in devfdt_get_addr_size_name()
149 fdt_addr_t devfdt_get_addr(struct udevice *dev) in devfdt_get_addr()
154 void *devfdt_get_addr_ptr(struct udevice *dev) in devfdt_get_addr_ptr()
159 void *devfdt_remap_addr_index(struct udevice *dev, int index) in devfdt_remap_addr_index()
169 void *devfdt_remap_addr_name(struct udevice *dev, const char *name) in devfdt_remap_addr_name()
179 void *devfdt_remap_addr(struct udevice *dev) in devfdt_remap_addr()
184 void *devfdt_map_physmem(struct udevice *dev, unsigned long size) in devfdt_map_physmem()
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/
Ddrv_vo_dev_comm.c35 hi_u32 vo_drv_get_dev_bg_color(hi_vo_dev dev) in vo_drv_get_dev_bg_color()
41 hi_vo_intf_type vo_drv_get_dev_intf_type(hi_vo_dev dev) in vo_drv_get_dev_intf_type()
47 hi_vo_intf_sync vo_drv_get_dev_intf_sync(hi_vo_dev dev) in vo_drv_get_dev_intf_sync()
53 hi_u32 vo_drv_get_dev_vtth(hi_vo_dev dev) in vo_drv_get_dev_vtth()
59 hi_u32 vo_drv_get_dev_vtth2(hi_vo_dev dev) in vo_drv_get_dev_vtth2()
65 hi_void vou_drv_set_disp_max_size(hi_vo_dev dev, hi_u32 max_width, hi_u32 max_height) in vou_drv_set_disp_max_size()
74 hi_void vo_drv_get_sync_info(hi_vo_dev dev, hal_disp_syncinfo *sync_info) in vo_drv_get_sync_info()
107 hi_void vo_drv_set_sync_info(hi_vo_dev dev, hal_disp_syncinfo *sync_info) in vo_drv_set_sync_info()
112 hi_bool vo_drv_is_progressive(hi_vo_dev dev) in vo_drv_is_progressive()
125 static hi_u32 vo_drv_get_dev_default_vtth(hi_vo_dev dev) in vo_drv_get_dev_default_vtth()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_dev_attr.c16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer()
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name()
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number()
88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number()
112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type()
122 int wps_build_secondary_dev_type(struct wps_device_data *dev, in wps_build_secondary_dev_type()
138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type()
158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name()
182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs()
195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_dev_attr.c16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer()
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name()
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number()
88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number()
112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type()
122 int wps_build_secondary_dev_type(struct wps_device_data *dev, in wps_build_secondary_dev_type()
138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type()
158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name()
182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs()
195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version()
[all …]
/third_party/weex-loader/deps/weex-styler/
Dpackage-lock.json10 "dev": true boolean
16 "dev": true boolean
22 "dev": true boolean
28 "dev": true boolean
39 "dev": true boolean
45 "dev": true boolean
51 "dev": true boolean
57 "dev": true boolean
63 "dev": true boolean
69 "dev": true boolean
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/dev/
Dmkp_vo_dev.c33 hi_u32 vo_dev_get_bg_color(hi_vo_dev dev) in vo_dev_get_bg_color()
38 hi_void vo_dev_set_bg_color(hi_vo_dev dev, hi_u32 bg_color) in vo_dev_set_bg_color()
51 hi_s32 vo_init_dev_ctx(hi_vo_dev dev) in vo_init_dev_ctx()
75 hi_bool vo_is_dev_enabled(hi_vo_dev dev) in vo_is_dev_enabled()
92 hi_void vo_get_dev_max_size(hi_vo_dev dev, hi_size *dev_size) in vo_get_dev_max_size()
205 static hi_s32 vo_check_enable_user_div(hi_vo_dev dev) in vo_check_enable_user_div()
229 static hi_s32 vo_check_enable(hi_vo_dev dev) in vo_check_enable()
254 static hi_void vo_set_dev_intf_param(hi_vo_dev dev) in vo_set_dev_intf_param()
272 static hi_void vo_do_enable_dev(hi_vo_dev dev) in vo_do_enable_dev()
280 static hi_void vo_had_enable(hi_vo_dev dev) in vo_had_enable()
[all …]
/third_party/libinput/test/
Dtest-touchpad-buttons.c37 struct litest_device *dev = litest_current_device(); in START_TEST() local
60 struct litest_device *dev = litest_current_device(); in START_TEST() local
87 struct litest_device *dev = litest_current_device(); in START_TEST() local
114 struct litest_device *dev = litest_current_device(); in START_TEST() local
144 struct litest_device *dev = litest_current_device(); in START_TEST() local
169 struct litest_device *dev = litest_current_device(); in START_TEST() local
192 struct litest_device *dev = litest_current_device(); in START_TEST() local
219 struct litest_device *dev = litest_current_device(); in START_TEST() local
253 struct litest_device *dev = litest_current_device(); in START_TEST() local
292 struct litest_device *dev = litest_current_device(); in START_TEST() local
[all …]
Dtest-touchpad-tap.c37 struct litest_device *dev = litest_current_device(); in START_TEST() local
61 struct litest_device *dev = litest_current_device(); in START_TEST() local
121 struct litest_device *dev = litest_current_device(); in START_TEST() local
170 struct litest_device *dev = litest_current_device(); in START_TEST() local
237 struct litest_device *dev = litest_current_device(); in START_TEST() local
312 struct litest_device *dev = litest_current_device(); in START_TEST() local
373 struct litest_device *dev = litest_current_device(); in START_TEST() local
421 struct litest_device *dev = litest_current_device(); in START_TEST() local
493 struct litest_device *dev = litest_current_device(); in START_TEST() local
542 struct litest_device *dev = litest_current_device(); in START_TEST() local
[all …]
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dsandbox.c25 static u8 *get_gpio_flags(struct udevice *dev, unsigned offset) in get_gpio_flags()
39 static int get_gpio_flag(struct udevice *dev, unsigned offset, int flag) in get_gpio_flag()
44 static int set_gpio_flag(struct udevice *dev, unsigned offset, int flag, in set_gpio_flag()
61 int sandbox_gpio_get_value(struct udevice *dev, unsigned offset) in sandbox_gpio_get_value()
68 int sandbox_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_value()
73 int sandbox_gpio_get_open_drain(struct udevice *dev, unsigned offset) in sandbox_gpio_get_open_drain()
78 int sandbox_gpio_set_open_drain(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_open_drain()
83 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction()
88 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction()
98 static int sb_gpio_direction_input(struct udevice *dev, unsigned offset) in sb_gpio_direction_input()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/
Dregulator-uclass.c14 int regulator_mode(struct udevice *dev, struct dm_regulator_mode **modep) in regulator_mode()
28 int regulator_get_value(struct udevice *dev) in regulator_get_value()
38 static void regulator_set_value_ramp_delay(struct udevice *dev, int old_uV, in regulator_set_value_ramp_delay()
49 int regulator_set_value(struct udevice *dev, int uV) in regulator_set_value()
80 int regulator_set_suspend_value(struct udevice *dev, int uV) in regulator_set_suspend_value()
97 int regulator_get_suspend_value(struct udevice *dev) in regulator_get_suspend_value()
111 int regulator_set_value_force(struct udevice *dev, int uV) in regulator_set_value_force()
121 int regulator_get_current(struct udevice *dev) in regulator_get_current()
131 int regulator_set_current(struct udevice *dev, int uA) in regulator_set_current()
148 int regulator_get_enable(struct udevice *dev) in regulator_get_enable()
[all …]
Dsandbox.c79 int out_get_value(struct udevice *dev, int output_count, int reg_type, in out_get_value()
106 static int out_set_value(struct udevice *dev, int output_count, int reg_type, in out_set_value()
141 static int out_get_mode(struct udevice *dev) in out_get_mode()
167 static int out_set_mode(struct udevice *dev, int mode) in out_set_mode()
202 static int buck_get_voltage(struct udevice *dev) in buck_get_voltage()
208 static int buck_set_voltage(struct udevice *dev, int uV) in buck_set_voltage()
214 static int buck_get_current(struct udevice *dev) in buck_get_current()
224 static int buck_set_current(struct udevice *dev, int uA) in buck_set_current()
234 static int buck_get_enable(struct udevice *dev) in buck_get_enable()
242 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
[all …]
/third_party/uboot/u-boot-2020.01/test/dm/
Dtest-driver.c20 static int testdrv_ping(struct udevice *dev, int pingval, int *pingret) in testdrv_ping()
35 static int test_bind(struct udevice *dev) in test_bind()
44 static int test_probe(struct udevice *dev) in test_probe()
56 static int test_remove(struct udevice *dev) in test_remove()
65 static int test_unbind(struct udevice *dev) in test_unbind()
96 static int test_manual_drv_ping(struct udevice *dev, int pingval, int *pingret) in test_manual_drv_ping()
107 static int test_manual_bind(struct udevice *dev) in test_manual_bind()
114 static int test_manual_probe(struct udevice *dev) in test_manual_probe()
127 static int test_manual_remove(struct udevice *dev) in test_manual_remove()
133 static int test_manual_unbind(struct udevice *dev) in test_manual_unbind()
/third_party/libdrm/freedreno/
Dfreedreno_device.c43 struct fd_device *dev; in fd_device_new() local
96 struct fd_device *dev = fd_device_new(dup_fd); in fd_device_new_dup() local
104 drm_public struct fd_device * fd_device_ref(struct fd_device *dev) in fd_device_ref()
110 static void fd_device_del_impl(struct fd_device *dev) in fd_device_del_impl()
121 drm_private void fd_device_del_locked(struct fd_device *dev) in fd_device_del_locked()
128 drm_public void fd_device_del(struct fd_device *dev) in fd_device_del()
137 drm_public int fd_device_fd(struct fd_device *dev) in fd_device_fd()
142 drm_public enum fd_version fd_device_version(struct fd_device *dev) in fd_device_version()
/third_party/libevdev/libevdev/
Dlibevdev.c69 slot_value(const struct libevdev *dev, int slot, int axis) in slot_value()
84 init_event_queue(struct libevdev *dev) in init_event_queue()
151 fix_invalid_absinfo(const struct libevdev *dev, in fix_invalid_absinfo()
180 _libevdev_log_msg(const struct libevdev *dev, in _libevdev_log_msg()
214 libevdev_reset(struct libevdev *dev) in libevdev_reset()
238 struct libevdev *dev; in libevdev_new() local
250 libevdev_new_from_fd(int fd, struct libevdev **dev) in libevdev_new_from_fd()
268 libevdev_free(struct libevdev *dev) in libevdev_free()
300 libevdev_set_device_log_function(struct libevdev *dev, in libevdev_set_device_log_function()
316 _libevdev_log_priority(const struct libevdev *dev) in _libevdev_log_priority()
[all …]
/third_party/libdrm/etnaviv/
Detnaviv_device.c46 struct etna_device *dev = calloc(sizeof(*dev), 1); in etna_device_new() local
65 struct etna_device *dev = etna_device_new(dup_fd); in etna_device_new_dup() local
75 drm_public struct etna_device *etna_device_ref(struct etna_device *dev) in etna_device_ref()
82 static void etna_device_del_impl(struct etna_device *dev) in etna_device_del_impl()
94 drm_private void etna_device_del_locked(struct etna_device *dev) in etna_device_del_locked()
102 drm_public void etna_device_del(struct etna_device *dev) in etna_device_del()
112 drm_public int etna_device_fd(struct etna_device *dev) in etna_device_fd()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3531dv200/hal/
Ddrv_vo_dev.c51 static hi_void vo_drv_set_dev_user_sync_div_clk(hi_vo_dev dev, const hi_vo_user_sync_info *sync_inf… in vo_drv_set_dev_user_sync_div_clk()
70 hi_void vo_drv_set_dev_user_intf_sync_attr(hi_vo_dev dev, const hi_vo_user_sync_info *sync_info) in vo_drv_set_dev_user_intf_sync_attr()
102 hi_void vo_drv_set_dev_div(hi_vo_dev dev, hi_u32 dev_div) in vo_drv_set_dev_div()
123 static hi_void vo_drv_dev_set_hdmi_ssc_vdp_div(hi_vo_dev dev, hi_u32 hdmi_ssc_vdp_div) in vo_drv_dev_set_hdmi_ssc_vdp_div()
131 hi_void vo_drv_set_hdmi_div(hi_vo_dev dev, hi_u32 pre_div) in vo_drv_set_hdmi_div()
141 static hi_s32 vou_drv_check_dhd_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dhd_intf()
151 static hi_s32 vou_drv_check_intf_share(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_intf_share()
172 hi_s32 vou_drv_check_dev_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dev_intf()
194 static hi_vo_intf_sync vo_drv_get_hdmi_max_intf_sync(hi_vo_dev dev) in vo_drv_get_hdmi_max_intf_sync()
221 hi_s32 vou_drv_check_hdmi_sync(hi_vo_dev dev, hi_vo_intf_type intf_type, hi_vo_intf_sync intf_sync) in vou_drv_check_hdmi_sync()
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3535av100/hal/
Ddrv_vo_dev.c50 static hi_void vo_drv_set_dev_user_sync_div_clk(hi_vo_dev dev, const hi_vo_user_sync_info *sync_inf… in vo_drv_set_dev_user_sync_div_clk()
69 hi_void vo_drv_set_dev_user_intf_sync_attr(hi_vo_dev dev, const hi_vo_user_sync_info *sync_info) in vo_drv_set_dev_user_intf_sync_attr()
101 hi_void vo_drv_set_dev_div(hi_vo_dev dev, hi_u32 dev_div) in vo_drv_set_dev_div()
122 static hi_void vo_drv_dev_set_hdmi_ssc_vdp_div(hi_vo_dev dev, hi_u32 hdmi_ssc_vdp_div) in vo_drv_dev_set_hdmi_ssc_vdp_div()
130 hi_void vo_drv_set_hdmi_div(hi_vo_dev dev, hi_u32 pre_div) in vo_drv_set_hdmi_div()
140 static hi_s32 vou_drv_check_dhd_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dhd_intf()
150 static hi_s32 vou_drv_check_intf_share(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_intf_share()
171 hi_s32 vou_drv_check_dev_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dev_intf()
193 static hi_vo_intf_sync vo_drv_get_hdmi_max_intf_sync(hi_vo_dev dev) in vo_drv_get_hdmi_max_intf_sync()
220 hi_s32 vou_drv_check_hdmi_sync(hi_vo_dev dev, hi_vo_intf_type intf_type, hi_vo_intf_sync intf_sync) in vou_drv_check_hdmi_sync()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl-sandbox.c57 static int sandbox_get_pins_count(struct udevice *dev) in sandbox_get_pins_count()
62 static const char *sandbox_get_pin_name(struct udevice *dev, unsigned selector) in sandbox_get_pin_name()
67 static int sandbox_get_pin_muxing(struct udevice *dev, in sandbox_get_pin_muxing()
76 static int sandbox_get_groups_count(struct udevice *dev) in sandbox_get_groups_count()
81 static const char *sandbox_get_group_name(struct udevice *dev, in sandbox_get_group_name()
87 static int sandbox_get_functions_count(struct udevice *dev) in sandbox_get_functions_count()
92 static const char *sandbox_get_function_name(struct udevice *dev, in sandbox_get_function_name()
98 static int sandbox_pinmux_set(struct udevice *dev, unsigned pin_selector, in sandbox_pinmux_set()
108 static int sandbox_pinmux_group_set(struct udevice *dev, in sandbox_pinmux_group_set()
119 static int sandbox_pinconf_set(struct udevice *dev, unsigned pin_selector, in sandbox_pinconf_set()
[all …]
/third_party/uboot/u-boot-2020.01/common/
Dstdio.c42 static void nulldev_putc(struct stdio_dev *dev, const char c) in nulldev_putc()
47 static void nulldev_puts(struct stdio_dev *dev, const char *s) in nulldev_puts()
52 static int nulldev_input(struct stdio_dev *dev) in nulldev_input()
59 static void stdio_serial_putc(struct stdio_dev *dev, const char c) in stdio_serial_putc()
64 static void stdio_serial_puts(struct stdio_dev *dev, const char *s) in stdio_serial_puts()
69 static int stdio_serial_getc(struct stdio_dev *dev) in stdio_serial_getc()
74 static int stdio_serial_tstc(struct stdio_dev *dev) in stdio_serial_tstc()
86 struct stdio_dev dev; in drv_system_init() local
145 struct udevice *dev; in stdio_probe_device() local
207 struct stdio_dev* stdio_clone(struct stdio_dev *dev) in stdio_clone()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk_sandbox_test.c23 int sandbox_clk_test_get(struct udevice *dev) in sandbox_clk_test_get()
38 int sandbox_clk_test_devm_get(struct udevice *dev) in sandbox_clk_test_devm_get()
69 int sandbox_clk_test_get_bulk(struct udevice *dev) in sandbox_clk_test_get_bulk()
76 ulong sandbox_clk_test_get_rate(struct udevice *dev, int id) in sandbox_clk_test_get_rate()
86 ulong sandbox_clk_test_set_rate(struct udevice *dev, int id, ulong rate) in sandbox_clk_test_set_rate()
96 int sandbox_clk_test_enable(struct udevice *dev, int id) in sandbox_clk_test_enable()
106 int sandbox_clk_test_enable_bulk(struct udevice *dev) in sandbox_clk_test_enable_bulk()
113 int sandbox_clk_test_disable(struct udevice *dev, int id) in sandbox_clk_test_disable()
123 int sandbox_clk_test_disable_bulk(struct udevice *dev) in sandbox_clk_test_disable_bulk()
130 int sandbox_clk_test_free(struct udevice *dev) in sandbox_clk_test_free()
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/hi3521dv200/hal/
Ddrv_vo_dev.c39 hi_void vo_drv_set_dev_user_intf_sync_attr(hi_vo_dev dev, const hi_vo_user_sync_info *sync_info) in vo_drv_set_dev_user_intf_sync_attr()
80 hi_void vo_drv_set_dev_div(hi_vo_dev dev, hi_u32 dev_div) in vo_drv_set_dev_div()
113 static hi_void vo_drv_dev_set_hdmi_ssc_vdp_div(hi_vo_dev dev, hi_u32 hdmi_ssc_vdp_div) in vo_drv_dev_set_hdmi_ssc_vdp_div()
121 hi_void vo_drv_set_hdmi_div(hi_vo_dev dev, hi_u32 pre_div) in vo_drv_set_hdmi_div()
159 static hi_s32 vou_drv_check_dhd_homologous_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dhd_homologous_intf()
181 static hi_s32 vou_drv_check_dhd_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dhd_intf()
192 static hi_s32 vou_drv_check_intf_share(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_intf_share()
213 hi_s32 vou_drv_check_dev_intf(hi_vo_dev dev, hi_vo_intf_type intf_type) in vou_drv_check_dev_intf()
235 static hi_vo_intf_sync vo_drv_get_vga_max_intf_sync(hi_vo_dev dev) in vo_drv_get_vga_max_intf_sync()
252 hi_s32 vou_drv_check_hdmi_sync(hi_vo_dev dev, hi_vo_intf_type intf_type, hi_vo_intf_sync intf_sync) in vou_drv_check_hdmi_sync()
[all …]

12345678910>>...90