/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-madera.c | 125 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 D | gpio-idio-16.c | 110 if (!config->parent) in devm_idio_16_regmap_register() 155 gpio_config.parent = config->parent; in devm_idio_16_regmap_register()
|
H A D | gpio-pca9570.c | 46 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 D | clk-exynos5-subcmu.c | 134 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 D | clk.c | 65 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 D | clk-a10-ve.c | 91 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 D | uart.c | 104 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 D | uv_irq.c | 54 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 D | hid-roccat-konepure.c | 80 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 D | hid-roccat-savu.c | 60 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 D | stpmic1_onkey.c | 32 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 D | conntrack_sctp_collision.sh | 52 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 D | sys_user.c | 193 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 D | atm_sysfs.c | 141 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 D | fs_rename.c | 159 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 D | LocaleMapper.java | 30 // 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 D | freedreno_ringbuffer.c | 92 * 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 D | rb_tree.h | 45 * 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 D | wasm_assets.py | 20 SRCDIR = pathlib.Path(__file__).parent.parent.parent.absolute()
|
/third_party/python/Lib/idlelib/ |
H A D | tooltip.py | 166 def _tooltip(parent): # htest # 167 top = Toplevel(parent) 169 x, y = map(int, parent.geometry().split('+')[1:])
|
H A D | debugobj.py | 122 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 D | spirvcapgenerator.py | 42 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 D | test_misc.c | 43 pid_t parent; variable 59 kill(parent, SIGKILL); in killparent() 67 parent = getpid(); in create_child()
|
H A D | test_proxies.c | 47 pid_t parent; variable 84 killproc(parent,"fork failed\n"); in au_fork() 97 parent = getpid(); in main()
|
H A D | test_session_timeout.c | 41 pid_t parent; variable 79 kill(parent, SIGKILL); in killparent() 318 parent = getpid(); in main()
|