/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | AnalyzeCallDepth.h | 39 FunctionNode(TIntermAggregate *node); 49 TIntermAggregate *const node; member in AnalyzeCallDepth::FunctionNode
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.h | 26 // tree node, via a page entry in the parent tree. Returns -1 if no 30 // tree node, via the struct parent tree. Returns -1 if no struct parent 38 // An entry in a map from a node ID to an indirect reference to its 39 // corresponding structure element node. 45 static void Copy(SkPDF::StructureElementNode& node, 50 SkPDFTagNode* node,
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutation_finders/ |
H A D | replace_identifiers.cc | 39 for (const auto* node : program.SemNodes().Objects()) { in FindMutations() 40 const auto* sem_variable = tint::As<sem::Variable>(node); in FindMutations()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_fence.c | 36 struct osal_list_head node; member 52 osal_list_del(&fence->node); in osal_fence_try_del() 66 osal_list_for_each_entry(fence_node, list, node) { in osal_fence_find_node() 121 osal_list_add_tail(&(fence_node->node), &fence_list); in osal_fence_create()
|
/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_core.c | 130 DListInsertTail(&rxBox->node, &cntlr->rxBoxList); in CanCntlrAddRxBox() 149 DLIST_FOR_EACH_ENTRY_SAFE(toRmv, tmp, &cntlr->rxBoxList, struct CanRxBox, node) { in CanCntlrDelRxBox() 151 DListRemove(&toRmv->node); in CanCntlrDelRxBox() 166 DLIST_FOR_EACH_ENTRY(rxBox, &cntlr->rxBoxList, struct CanRxBox, node) { in CanCntlrMsgDispatch()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | page_track.c | 188 hlist_add_head_rcu(&n->node, &head->track_notifier_list); in kvm_page_track_register_notifier() 206 hlist_del_rcu(&n->node); in kvm_page_track_unregister_notifier() 213 * Notify the node that write access is intercepted and write emulation is 216 * The node should figure out if the written page is the one that node is 232 hlist_for_each_entry_srcu(n, &head->track_notifier_list, node, in kvm_page_track_write() 240 * Notify the node that memory slot is being removed or moved so that it can 243 * The node should figure out it has any write-protected pages in this slot 258 hlist_for_each_entry_srcu(n, &head->track_notifier_list, node, in kvm_page_track_flush_slot()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | jcore-pit.c | 136 static int __init jcore_pit_init(struct device_node *node) in jcore_pit_init() argument 143 jcore_pit_base = of_iomap(node, 0); in jcore_pit_init() 149 pit_irq = irq_of_parse_and_map(node, 0); in jcore_pit_init() 221 pit->base = of_iomap(node, cpu); in jcore_pit_init()
|
H A D | timer-atmel-pit.c | 166 static int __init at91sam926x_pit_dt_init(struct device_node *node) in at91sam926x_pit_dt_init() argument 177 data->base = of_iomap(node, 0); in at91sam926x_pit_dt_init() 184 data->mck = of_clk_get(node, 0); in at91sam926x_pit_dt_init() 198 data->irq = irq_of_parse_and_map(node, 0); in at91sam926x_pit_dt_init()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | loongson_ipi.c | 55 uint32_t node = (addr >> 44) & 3; in loongson_vipi_read() local 56 uint32_t id = core + node * 4; in loongson_vipi_read() 100 uint32_t node = (addr >> 44) & 3; in loongson_vipi_write() local 101 uint32_t id = core + node * 4; in loongson_vipi_write()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | i8259.c | 161 static int i8259_host_match(struct irq_domain *h, struct device_node *node, in i8259_host_match() argument 165 return of_node == NULL || of_node == node; in i8259_host_match() 218 * @node: device node of the legacy PIC (can be NULL, but then, it will match 223 void i8259_init(struct device_node *node, unsigned long intack_addr) in i8259_init() argument 263 i8259_host = irq_domain_add_legacy_isa(node, &i8259_host_ops, NULL); in i8259_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | setup.c | 157 int node; in cell_publish_devices() local 174 for_each_online_node(node) { in cell_publish_devices() 175 if (cbe_get_cpu_mic_tm_regs(cbe_node_to_cpu(node)) == NULL) in cell_publish_devices() 177 platform_device_register_simple("cbe-mic", node, NULL, 0); in cell_publish_devices()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | prom_32.c | 41 * node. 47 * formats, and the platform plus the type of the node determine the 50 * For children of the ROOT node, the naming convention is fixed and 146 * may have the same name) the node number is printed in ambapp_path_component() 212 phandle node; in of_console_init() local 245 prom_printf("Cannot find PROM_V0 console node.\n"); in of_console_init() 263 node = (*romvec->pv_v2devops.v2_inst2pkg)(fd); in of_console_init() 267 if (!node) { in of_console_init() 268 prom_printf("Cannot resolve stdout node from " in of_console_init() 272 dp = of_find_node_by_phandle(node); in of_console_init() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/82xx/ |
H A D | ep8248e.c | 52 printk(KERN_ERR "PIC init: can not find cpm-pic node\n"); in ep8248e_pic_init() 114 struct device_node *node; in ep8248e_mdio_probe() local 117 node = of_get_parent(ofdev->dev.of_node); in ep8248e_mdio_probe() 118 of_node_put(node); in ep8248e_mdio_probe() 119 if (node != ep8248e_bcsr_node) in ep8248e_mdio_probe()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rscreate.c | 190 struct acpi_namespace_node *node; in acpi_rs_create_pci_routing_table() local 305 node = obj_desc->reference.node; in acpi_rs_create_pci_routing_table() 314 status = acpi_ns_handle_to_pathname((acpi_handle)node, &path_buffer, FALSE); in acpi_rs_create_pci_routing_table()
|
/kernel/linux/linux-5.10/drivers/clk/axs10x/ |
H A D | i2s_pll_clock.c | 169 struct device_node *node = dev->of_node; in i2s_pll_clk_probe() local 185 clk_name = node->name; in i2s_pll_clk_probe() 188 parent_name = of_clk_get_parent_name(node, 0); in i2s_pll_clk_probe() 201 return of_clk_add_provider(node, of_clk_src_simple_get, clk); in i2s_pll_clk_probe()
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | smp.c | 182 struct device_node *node = NULL; in setup_smp() local 185 for_each_of_cpu_node(node) { in setup_smp() 186 if (!of_device_is_available(node)) in setup_smp() 189 if (of_property_read_u32(node, "reg", &cpu)) in setup_smp()
|
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | loongson_ipi.c | 55 uint32_t node = (addr >> 44) & 3; in loongson_vipi_read() local 56 uint32_t id = core + node * 4; in loongson_vipi_read() 100 uint32_t node = (addr >> 44) & 3; in loongson_vipi_write() local 101 uint32_t id = core + node * 4; in loongson_vipi_write()
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | smp.c | 182 struct device_node *node = NULL; in setup_smp() local 185 for_each_of_cpu_node(node) { in setup_smp() 186 if (!of_device_is_available(node)) in setup_smp() 189 cpu = of_get_cpu_hwid(node, 0); in setup_smp()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | i8259.c | 161 static int i8259_host_match(struct irq_domain *h, struct device_node *node, in i8259_host_match() argument 165 return of_node == NULL || of_node == node; in i8259_host_match() 218 * @node: device node of the legacy PIC (can be NULL, but then, it will match 223 void i8259_init(struct device_node *node, unsigned long intack_addr) in i8259_init() argument 263 i8259_host = irq_domain_add_legacy(node, NR_IRQS_LEGACY, 0, 0, in i8259_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/82xx/ |
H A D | ep8248e.c | 51 printk(KERN_ERR "PIC init: can not find cpm-pic node\n"); in ep8248e_pic_init() 113 struct device_node *node; in ep8248e_mdio_probe() local 116 node = of_get_parent(ofdev->dev.of_node); in ep8248e_mdio_probe() 117 of_node_put(node); in ep8248e_mdio_probe() 118 if (node != ep8248e_bcsr_node) in ep8248e_mdio_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | setup.c | 157 int node; in cell_publish_devices() local 176 for_each_online_node(node) { in cell_publish_devices() 177 if (cbe_get_cpu_mic_tm_regs(cbe_node_to_cpu(node)) == NULL) in cell_publish_devices() 179 platform_device_register_simple("cbe-mic", node, NULL, 0); in cell_publish_devices()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-lantiq.c | 95 struct device_node *node = pdev->dev.of_node; in ltq_pci_startup() local 115 bus_clk = of_get_property(node, "lantiq,bus-clock", NULL); in ltq_pci_startup() 121 if (of_property_read_bool(node, "lantiq,external-clock")) in ltq_pci_startup() 148 req_mask = of_get_property(node, "req-mask", NULL); in ltq_pci_startup()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | prom_32.c | 41 * node. 47 * formats, and the platform plus the type of the node determine the 50 * For children of the ROOT node, the naming convention is fixed and 146 * may have the same name) the node number is printed in ambapp_path_component() 212 phandle node; in of_console_init() local 245 prom_printf("Cannot find PROM_V0 console node.\n"); in of_console_init() 263 node = (*romvec->pv_v2devops.v2_inst2pkg)(fd); in of_console_init() 267 if (!node) { in of_console_init() 268 prom_printf("Cannot resolve stdout node from " in of_console_init() 272 dp = of_find_node_by_phandle(node); in of_console_init() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | twl4030-vibra.c | 169 struct device_node *node; in twl4030_vibra_check_coexist() local 174 node = of_get_child_by_name(parent, "codec"); in twl4030_vibra_check_coexist() 175 if (node) { in twl4030_vibra_check_coexist() 176 of_node_put(node); in twl4030_vibra_check_coexist()
|
/kernel/linux/linux-5.10/drivers/input/gameport/ |
H A D | ns558.c | 37 struct list_head node; member 146 list_add(&ns558->node, &ns558_list); in ns558_isa_probe() 219 list_add_tail(&ns558->node, &ns558_list); in ns558_pnp_probe() 260 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
|