Home
last modified time | relevance | path

Searched refs:parent (Results 2526 - 2550 of 11642) sorted by relevance

1...<<101102103104105106107108109110>>...466

/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-madera.c125 struct madera *madera = dev_get_drvdata(pdev->dev.parent); in madera_gpio_probe()
139 madera_gpio->gpio_chip.parent = pdev->dev.parent; in madera_gpio_probe()
H A Dgpio-idio-16.c110 if (!config->parent) in devm_idio_16_regmap_register()
155 gpio_config.parent = config->parent; in devm_idio_16_regmap_register()
H A Dgpio-pca9570.c46 struct i2c_client *client = to_i2c_client(gpio->chip.parent); in pca9570_read()
63 struct i2c_client *client = to_i2c_client(gpio->chip.parent); in pca9570_write()
124 gpio->chip.parent = &client->dev; in pca9570_probe()
/kernel/linux/linux-6.6/drivers/clk/samsung/
H A Dclk-exynos5-subcmu.c134 static int __init exynos5_clk_register_subcmu(struct device *parent, in exynos5_clk_register_subcmu() argument
146 pdev->dev.parent = parent; in exynos5_clk_register_subcmu()
/kernel/linux/linux-6.6/drivers/clk/pistachio/
H A Dclk.c65 clk = clk_register_gate(NULL, gate[i].name, gate[i].parent, in pistachio_clk_register_gate()
99 clk = clk_register_divider(NULL, div[i].name, div[i].parent, in pistachio_clk_register_div()
115 clk = clk_register_fixed_factor(NULL, ff[i].name, ff[i].parent, in pistachio_clk_register_fixed_factor()
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-a10-ve.c91 const char *parent; in sun4i_ve_clk_setup() local
109 parent = of_clk_get_parent_name(node, 0); in sun4i_ve_clk_setup()
120 clk = clk_register_composite(NULL, clk_name, &parent, 1, in sun4i_ve_clk_setup()
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
H A Duart.c104 if (dev && dev->parent && dev->parent->of_node) in nfcmrvl_nci_uart_open()
105 if (nfcmrvl_uart_parse_dt(dev->parent->of_node, &config) == 0) in nfcmrvl_nci_uart_open()
/kernel/linux/linux-6.6/arch/x86/platform/uv/
H A Duv_irq.c54 struct irq_data *parent = data->parent_data; in uv_set_irq_affinity() local
58 ret = parent->chip->irq_set_affinity(parent, mask, force); in uv_set_irq_affinity()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-roccat-konepure.c80 struct usb_interface *intf = to_usb_interface(hdev->dev.parent); in konepure_init_specials()
121 struct usb_interface *intf = to_usb_interface(hdev->dev.parent); in konepure_remove_specials()
177 struct usb_interface *intf = to_usb_interface(hdev->dev.parent); in konepure_raw_event()
H A Dhid-roccat-savu.c60 struct usb_interface *intf = to_usb_interface(hdev->dev.parent); in savu_init_specials()
101 struct usb_interface *intf = to_usb_interface(hdev->dev.parent); in savu_remove_specials()
175 struct usb_interface *intf = to_usb_interface(hdev->dev.parent); in savu_raw_event()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dstpmic1_onkey.c32 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_falling_irq()
44 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_rising_irq()
52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dconntrack_sctp_collision.sh52 tc -n $SERVER_NS class add dev link0 parent 1: classid 1:1 htb rate 100mbit
53 tc -n $SERVER_NS filter add dev link0 parent 1: protocol ip u32 match ip protocol 132 \
55 tc -n $SERVER_NS qdisc add dev link0 parent 1:1 handle 10: netem delay 1200ms
/kernel/liteos_a/fs/proc/os_adapt/
H A Dsys_user.c193 static int ProcCreateSysUser(struct ProcDirEntry *parent) in ProcCreateSysUser() argument
200 struct ProcDirEntry *userFile = ProcCreateData(sysUser->name, sysUser->mode, parent, sysUser->fileOps, &parm); in ProcCreateSysUser()
202 PRINT_ERR("create /proc/%s/%s error!\n", parent->name, sysUser->name); in ProcCreateSysUser()
/kernel/linux/linux-6.6/net/atm/
H A Datm_sysfs.c141 int atm_register_sysfs(struct atm_dev *adev, struct device *parent) in atm_register_sysfs() argument
147 cdev->parent = parent; in atm_register_sysfs()
/third_party/NuttX/fs/vfs/
H A Dfs_rename.c159 old_parent_vnode = old_vnode->parent; in do_rename()
163 new_parent_vnode = new_vnode->parent; in do_rename()
198 old_vnode->parent = new_parent_vnode; in do_rename()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DLocaleMapper.java30 // The default calendar (only set is different from inherited parent value).
87 RbPath parent = rbPath.getParent(); in collectResultPath()
88 checkState(!parent.isAnonymous(), "anonymous paths must not be nested: %s", rbPath); in collectResultPath()
89 validRbPaths.add(parent); in collectResultPath()
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.c92 * the IB source) as it's parent before emitting reloc's, to ensure
96 struct fd_ringbuffer *parent) in fd_ringbuffer_set_parent()
100 ring->parent = parent; in fd_ringbuffer_set_parent()
95 fd_ringbuffer_set_parent(struct fd_ringbuffer *ring, struct fd_ringbuffer *parent) fd_ringbuffer_set_parent() argument
/third_party/mesa3d/src/util/
H A Drb_tree.h45 * black and 0 for red. The other bits are the pointer to the parent
49 uintptr_t parent; member
58 /** Return the parent node of the given node or NULL if it is the root */
62 return (struct rb_node *)(n->parent & ~(uintptr_t)1); in rb_node_parent()
98 * caller to ensure that the parent node is correct. Use rb_tree_insert
103 * \param parent The node in the tree that will be the parent of the
109 * \p parent, otherwise it will be the right child
111 void rb_tree_insert_at(struct rb_tree *T, struct rb_node *parent,
/third_party/python/Tools/wasm/
H A Dwasm_assets.py20 SRCDIR = pathlib.Path(__file__).parent.parent.parent.absolute()
/third_party/python/Lib/idlelib/
H A Dtooltip.py166 def _tooltip(parent): # htest #
167 top = Toplevel(parent)
169 x, y = map(int, parent.geometry().split('+')[1:])
H A Ddebugobj.py122 def _object_browser(parent): # htest #
125 top = Toplevel(parent)
127 x, y = map(int, parent.geometry().split('+')[1:])
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dspirvcapgenerator.py42 def getCondition(self, enable, parent):
48 - parent - Parent <spirvcapability> or <spirvenable> ElementTree,
58 self.logMsg('error', f"<{parent.tag} name=\"{parent.get('name')}\"> is missing a required attribute for an <enable>")
70 condition = self.getCondition(enable, parent=enables)
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_misc.c43 pid_t parent; variable
59 kill(parent, SIGKILL); in killparent()
67 parent = getpid(); in create_child()
H A Dtest_proxies.c47 pid_t parent; variable
84 killproc(parent,"fork failed\n"); in au_fork()
97 parent = getpid(); in main()
H A Dtest_session_timeout.c41 pid_t parent; variable
79 kill(parent, SIGKILL); in killparent()
318 parent = getpid(); in main()

Completed in 12 milliseconds

1...<<101102103104105106107108109110>>...466