Home
last modified time | relevance | path

Searched defs:node (Results 326 – 350 of 3482) sorted by relevance

1...<<11121314151617181920>>...140

/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-fixed-mmio.c18 static struct clk_hw *fixed_mmio_clk_setup(struct device_node *node) in fixed_mmio_clk_setup()
52 static void __init of_fixed_mmio_clk_setup(struct device_node *node) in of_fixed_mmio_clk_setup()
H A Dclk-moxart.c19 static void __init moxart_of_pll_clk_init(struct device_node *node) in moxart_of_pll_clk_init()
58 static void __init moxart_of_apb_clk_init(struct device_node *node) in moxart_of_apb_clk_init()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dof_device_common.c16 unsigned int irq_of_parse_and_map(struct device_node *node, int index) in irq_of_parse_and_map()
27 int of_address_to_resource(struct device_node *node, int index, in of_address_to_resource()
40 void __iomem *of_iomap(struct device_node *node, int index) in of_iomap()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-nps.c49 static int __init nps_get_timer_clk(struct device_node *node, in nps_get_timer_clk()
87 static int __init nps_setup_clocksource(struct device_node *node) in nps_setup_clocksource()
243 static int __init nps_setup_clockevent(struct device_node *node) in nps_setup_clockevent()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dparam_test.c514 struct percpu_list_node *node, in this_cpu_list_push()
546 struct percpu_list_node *node = NULL; in this_cpu_list_pop() local
581 struct percpu_list_node *node; in __percpu_list_pop() local
600 struct percpu_list_node *node; in test_percpu_list_thread() local
635 struct percpu_list_node *node; in test_percpu_list() local
667 struct percpu_list_node *node; in test_percpu_list() local
687 struct percpu_buffer_node *node, in this_cpu_buffer_push()
787 struct percpu_buffer_node *node; in test_percpu_buffer_thread() local
832 struct percpu_buffer_node *node; in test_percpu_buffer() local
871 struct percpu_buffer_node *node; in test_percpu_buffer() local
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c162 static bool sunxi_pctrl_has_bias_prop(struct device_node *node) in sunxi_pctrl_has_bias_prop()
170 static bool sunxi_pctrl_has_drive_prop(struct device_node *node) in sunxi_pctrl_has_drive_prop()
176 static int sunxi_pctrl_parse_bias_prop(struct device_node *node) in sunxi_pctrl_parse_bias_prop()
206 static int sunxi_pctrl_parse_drive_prop(struct device_node *node) in sunxi_pctrl_parse_drive_prop()
231 static const char *sunxi_pctrl_parse_function_prop(struct device_node *node) in sunxi_pctrl_parse_function_prop()
249 static const char *sunxi_pctrl_find_pins_prop(struct device_node *node, in sunxi_pctrl_find_pins_prop()
271 static unsigned long *sunxi_pctrl_build_pin_config(struct device_node *node, in sunxi_pctrl_build_pin_config()
328 struct device_node *node, in sunxi_pctrl_dt_node_to_map()
1111 struct device_node *node, in sunxi_pinctrl_irq_of_xlate()
1342 struct device_node *node) in sunxi_pinctrl_setup_debounce()
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec_common.c22 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int()
40 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Devxfregn.c48 struct acpi_namespace_node *node; in acpi_install_address_space_handler() local
114 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
H A Devmisc.c35 u8 acpi_ev_is_notify_object(struct acpi_namespace_node *node) in acpi_ev_is_notify_object()
68 acpi_ev_queue_notify_request(struct acpi_namespace_node *node, u32 notify_value) in acpi_ev_queue_notify_request()
H A Ddsfield.c64 struct acpi_namespace_node **node) in acpi_ds_create_external_region()
124 struct acpi_namespace_node *node; in acpi_ds_create_buffer_field() local
558 struct acpi_namespace_node *node; in acpi_ds_init_field_objects() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Dmisc.c30 static int __init find_i2c_driver(struct device_node *node, in find_i2c_driver()
50 struct device_node *node; in pasemi_register_i2c_devices() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dultravisor.c21 int __init early_init_dt_scan_ultravisor(unsigned long node, const char *uname, in early_init_dt_scan_ultravisor()
48 struct device_node *node; in uv_init() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsrcline.c40 struct inline_node *node) in inline_list__append()
279 struct inline_node *node, in inline_list__append_dso_a2l()
294 bool unwind_inlines, struct inline_node *node, in addr2line()
367 struct inline_node *node; in addr2inlines() local
455 struct inline_node *node; in addr2inlines() local
618 struct srcline_node *i, *node; in srcline__tree_insert() local
689 void inline_node__delete(struct inline_node *node) in inline_node__delete()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-sun6i.c212 static void __init sun6i_rtc_clk_init(struct device_node *node, in sun6i_rtc_clk_init()
328 static void __init sun6i_a31_rtc_clk_init(struct device_node *node) in sun6i_a31_rtc_clk_init()
341 static void __init sun8i_a23_rtc_clk_init(struct device_node *node) in sun8i_a23_rtc_clk_init()
356 static void __init sun8i_h3_rtc_clk_init(struct device_node *node) in sun8i_h3_rtc_clk_init()
376 static void __init sun50i_h6_rtc_clk_init(struct device_node *node) in sun50i_h6_rtc_clk_init()
392 static void __init sun8i_r40_rtc_clk_init(struct device_node *node) in sun8i_r40_rtc_clk_init()
404 static void __init sun8i_v3_rtc_clk_init(struct device_node *node) in sun8i_v3_rtc_clk_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring.hpp437 void set_next(const_point_ptr<T>& node, const const_point_ptr<T>& next_node) { in set_next()
442 point_ptr<T> get_next(const_point_ptr<T>& node) { in get_next()
447 point_ptr<T> get_prev(const_point_ptr<T>& node) { in get_prev()
452 void set_prev(const_point_ptr<T>& node, const const_point_ptr<T>& prev_node) { in set_prev()
457 void init(const_point_ptr<T>& node) { in init()
463 void link_before(point_ptr<T>& node, point_ptr<T>& new_node) { in link_before()
472 void link_after(point_ptr<T>& node, point_ptr<T>& new_node) { in link_after()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsimple_card_utils.h84 #define asoc_simple_parse_clk_cpu(dev, node, dai_link, simple_dai) \ argument
86 #define asoc_simple_parse_clk_codec(dev, node, dai_link, simple_dai) \ argument
100 #define asoc_simple_parse_cpu(node, dai_link, is_single_link) \ argument
102 #define asoc_simple_parse_codec(node, dai_link) \ argument
104 #define asoc_simple_parse_platform(node, dai_link) \ argument
/OK3568_Linux_fs/kernel/net/tipc/
H A Dname_table.c223 u32 scope, u32 node, u32 port, in tipc_publ_create()
321 u32 node, u32 port, in tipc_service_insert_publ()
366 u32 node, u32 key) in tipc_service_remove_publ()
460 u32 scope, u32 node, in tipc_nametbl_insert_publ()
487 u32 node, u32 key) in tipc_nametbl_remove_publ()
555 u32 node = 0; in tipc_nametbl_translate() local
1102 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port) in tipc_dest_find()
1113 bool tipc_dest_push(struct list_head *l, u32 node, u32 port) in tipc_dest_push()
1129 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop()
1145 bool tipc_dest_del(struct list_head *l, u32 node, u32 port) in tipc_dest_del()
/OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c35 int ret = 0, node; in board_prepare_usb() local
109 int node, ret; in misc_init_r() local
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dof.c31 __iomem void *plat_of_remap_node(const char *node) in plat_of_remap_node()
58 static int __init early_init_dt_find_memory(unsigned long node, in early_init_dt_find_memory()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c39 static int spl_node_to_boot_device(int node) in spl_node_to_boot_device()
149 int node; in board_boot_order() local
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtwl4030-audio.c150 struct device_node *node; in twl4030_audio_has_codec() local
165 struct device_node *node) in twl4030_audio_has_vibra()
182 struct device_node *node = pdev->dev.of_node; in twl4030_audio_probe() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci_32.c75 make_one_node_map(struct device_node* node, u8 pci_bus) in make_one_node_map()
134 struct device_node* node = hose->dn; in pcibios_make_OF_bus_map() local
161 int pci_device_from_OF_node(struct device_node *node, u8 *bus, u8 *devfn) in pci_device_from_OF_node()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dhashtable.h57 #define hash_add(hashtable, node, key) \ argument
64 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed()
93 static inline void hash_del(struct hlist_node *node) in hash_del()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_rkparm.c28 struct list_head node; member
151 struct list_head *node; in part_print_rkparm() local
177 struct list_head *node; in part_get_info_rkparm() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c36 struct list_head node; member
62 struct diff_mmio *node; in mmio_diff_handler() local
93 struct diff_mmio *node, *next; in vgpu_mmio_diff_show() local

1...<<11121314151617181920>>...140