Home
last modified time | relevance | path

Searched defs:child (Results 151 – 175 of 739) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-pxa-pci.c29 struct device_node *child; in add_i2c_device() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dfsgsbase.c449 pid_t child = fork(); in test_ptrace_write_gs_read_base() local
511 pid_t child = fork(); in test_ptrace_write_gsbase() local
/OK3568_Linux_fs/kernel/fs/openpromfs/
H A Dinode.c184 struct device_node *dp, *child; in openpromfs_lookup() local
270 struct device_node *child; in openpromfs_readdir() local
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-scpi.c252 struct device_node *child, *np = dev->of_node; in scpi_clocks_remove() local
268 struct device_node *child, *np = dev->of_node; in scpi_clocks_probe() local
/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c28 char *name, struct dentry *child) in exportfs_get_name()
277 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name()
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Ddev.c182 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat() local
199 struct pnfs_block_dev *child; in bl_map_stripe() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c34 struct nfp_alink_stats *child) in nfp_abm_stats_propagate()
236 struct nfp_qdisc *child = qdisc->children[i]; in nfp_abm_offload_compile_mq() local
433 struct nfp_qdisc *parent, *child; in nfp_abm_qdisc_graft() local
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lp55xx-common.c587 static int lp55xx_parse_multi_led_child(struct device_node *child, in lp55xx_parse_multi_led_child()
611 struct device_node *child; in lp55xx_parse_multi_led() local
659 struct device_node *child; in lp55xx_of_populate_pdata() local
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dgpio_keys.c482 struct fwnode_handle *child) in gpio_keys_setup_key()
694 struct fwnode_handle *child; in gpio_keys_get_devtree_pdata() local
765 struct fwnode_handle *child = NULL; in gpio_keys_probe() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Dimx-ldb.c61 struct device_node *child; member
531 struct imx_ldb_channel *channel, struct device_node *child) in imx_ldb_panel_ddc()
577 struct device_node *child; in imx_ldb_bind() local
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-core.c124 struct dw_edma_burst *child, *_next; in dw_edma_free_burst() local
140 struct dw_edma_chunk *child, *_next; in dw_edma_free_chunk() local
171 struct dw_edma_chunk *child; in dw_edma_start_transfer() local
/OK3568_Linux_fs/kernel/crypto/
H A Dccm.c30 struct crypto_aead *child; member
54 struct crypto_cipher *child; member
573 struct crypto_aead *child = ctx->child; in crypto_rfc4309_setkey() local
610 struct crypto_aead *child = ctx->child; in crypto_rfc4309_crypt() local
H A Dgcm.c33 struct crypto_aead *child; member
48 struct crypto_aead *child; member
695 struct crypto_aead *child = ctx->child; in crypto_rfc4106_setkey() local
728 struct crypto_aead *child = ctx->child; in crypto_rfc4106_crypt() local
903 struct crypto_aead *child = ctx->child; in crypto_rfc4543_setkey() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-hotplug.c23 struct pci_bus *child = NULL; in find_bus_among_children() local
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dcontainer.c29 struct acpi_device *child; in acpi_container_offline() local
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-riscv.c96 struct device_node *child; in riscv_timer_init_dt() local
/OK3568_Linux_fs/kernel/drivers/clk/versatile/
H A Dclk-impd1.c107 struct device_node *child; in integrator_impd1_clk_probe() local
/OK3568_Linux_fs/kernel/lib/
H A Dradix-tree.c472 struct radix_tree_node *child; in radix_tree_shrink() local
600 struct radix_tree_node *node = NULL, *child; in __radix_tree_create() local
657 struct radix_tree_node *child = entry_to_node(node); in radix_tree_free_nodes() local
1156 struct radix_tree_node *node, *child; in radix_tree_next_chunk() local
1478 struct radix_tree_node *node = NULL, *child; in idr_get_free() local
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c64 struct device_node *child; in get_soc_id_by_pci() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_tile_masks.hpp32 for (const auto& child : ref.children()) { in computeTileMasks() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spd-gpr.c93 int trace_tm_spd_gpr(pid_t child) in trace_tm_spd_gpr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c50 static int child(unsigned int stack_size, union pipe write_pipe) in child() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/
H A Dfw_namespace.c69 pid_t child; in test_fw_in_ns() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c24 void child(int cpu) in child() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/nsfs/
H A Dpidns.c33 static int child(void *args) in child() function

12345678910>>...30