Home
last modified time | relevance | path

Searched refs:lookups (Results 1 – 25 of 79) sorted by relevance

1234

/linux/drivers/gpio/
A Dgpio-aggregator.c45 lookups = krealloc(aggr->lookups, struct_size(lookups, table, *n + 2), in aggr_add_gpio()
47 if (!lookups) in aggr_add_gpio()
53 memset(&lookups->table[*n], 0, sizeof(lookups->table[*n])); in aggr_add_gpio()
55 aggr->lookups = lookups; in aggr_add_gpio()
126 aggr->lookups = kzalloc(struct_size(aggr->lookups, table, 1), in new_device_store()
128 if (!aggr->lookups) { in new_device_store()
143 if (!aggr->lookups->dev_id) { in new_device_store()
166 kfree(aggr->lookups->dev_id); in new_device_store()
172 kfree(aggr->lookups); in new_device_store()
184 kfree(aggr->lookups->dev_id); in gpio_aggregator_free()
[all …]
/linux/drivers/soc/qcom/
A Dpdr_interface.c40 struct list_head lookups; member
90 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_locator_new_server()
172 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_work()
204 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_new_server()
228 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_del_server()
315 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_indication_cb()
482 list_for_each_entry_safe(pds, tmp, &pdr->lookups, node) { in pdr_locator_work()
539 list_for_each_entry(tmp, &pdr->lookups, node) { in pdr_add_lookup()
548 list_add(&pds->node, &pdr->lookups); in pdr_add_lookup()
582 list_for_each_entry(tmp, &pdr->lookups, node) { in pdr_restart_pd()
[all …]
/linux/arch/sh/kernel/cpu/
A Dclock-cpg.c39 static struct clk_lookup lookups[] = { variable
58 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in cpg_clk_init()
/linux/drivers/soc/tegra/fuse/
A Dfuse-tegra30.c210 .lookups = tegra124_fuse_lookups,
297 .lookups = tegra210_fuse_lookups,
328 .lookups = tegra186_fuse_lookups,
359 .lookups = tegra194_fuse_lookups,
390 .lookups = tegra234_fuse_lookups,
A Dfuse-tegra.c548 if (fuse->soc->lookups) { in tegra_init_fuse()
549 size_t size = sizeof(*fuse->lookups) * fuse->soc->num_lookups; in tegra_init_fuse()
551 fuse->lookups = kmemdup(fuse->soc->lookups, size, GFP_KERNEL); in tegra_init_fuse()
552 if (fuse->lookups) in tegra_init_fuse()
553 nvmem_add_cell_lookups(fuse->lookups, fuse->soc->num_lookups); in tegra_init_fuse()
A Dfuse.h33 const struct nvmem_cell_lookup *lookups; member
62 struct nvmem_cell_lookup *lookups; member
/linux/arch/sh/kernel/cpu/sh4a/
A Dclock-sh7763.c91 static struct clk_lookup lookups[] = { variable
113 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7780.c97 static struct clk_lookup lookups[] = { variable
119 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7757.c102 static struct clk_lookup lookups[] = { variable
142 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-shx3.c100 static struct clk_lookup lookups[] = { variable
139 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7785.c116 static struct clk_lookup lookups[] = { variable
165 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7786.c125 static struct clk_lookup lookups[] = { variable
180 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7722.c169 static struct clk_lookup lookups[] = { variable
233 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7366.c183 static struct clk_lookup lookups[] = { variable
258 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7734.c178 static struct clk_lookup lookups[] = { variable
246 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7343.c185 static struct clk_lookup lookups[] = { variable
265 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7723.c194 static struct clk_lookup lookups[] = { variable
281 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/linux/arch/sh/kernel/cpu/sh4/
A Dclock-sh4-202.c147 static struct clk_lookup lookups[] = { variable
171 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/linux/arch/sh/kernel/cpu/sh2a/
A Dclock-sh7264.c104 static struct clk_lookup lookups[] = { variable
148 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
A Dclock-sh7269.c138 static struct clk_lookup lookups[] = { variable
172 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/linux/arch/sh/boards/mach-highlander/
A Dsetup.c335 static struct clk_lookup lookups[] = { variable
376 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
/linux/net/qrtr/
A Dns.c23 struct list_head lookups; member
290 list_for_each(li, &qrtr_ns.lookups) { in server_del()
447 list_for_each_safe(li, tmp, &qrtr_ns.lookups) { in ctrl_cmd_del_client()
533 list_for_each(li, &qrtr_ns.lookups) { in ctrl_cmd_new_server()
591 list_add_tail(&lookup->li, &qrtr_ns.lookups); in ctrl_cmd_new_lookup()
645 list_for_each_safe(li, tmp, &qrtr_ns.lookups) { in ctrl_cmd_del_lookup()
763 INIT_LIST_HEAD(&qrtr_ns.lookups); in qrtr_ns_init()
/linux/Documentation/driver-api/firmware/
A Dfirmware_cache.rst5 When Linux resumes from suspend some device drivers require firmware lookups to
7 firmware lookups are not possible, during this short period of time firmware
21 filesystem to mount or dealing with possible race issues with lookups as the
/linux/Documentation/filesystems/
A Dpath-lookup.txt30 are path-walk intensive tend to do path lookups starting from a common dentry
47 Name lookups will want to find a particular path that a name string refers to
69 - perform dcache hash name lookups on (parent, name element) tuples;
96 using d_seq for synchronisation (see seqcount based lookups, below).
175 Seqcount based lookups
177 In refcount based dcache lookups, d_lock is used to serialise access to
206 With this two parts of the puzzle, we can do path lookups without taking
213 is the traditional[*] way of performing dcache lookups using d_lock to
304 * Dentry lookups (based on parent, candidate string tuple) recheck the parent
348 rcu-lookups restart nodentry link revalidate permission
[all …]
/linux/Documentation/admin-guide/nfs/
A Dnfs-idmapper.rst58 this case, /some/other/program will handle all uid lookups and
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
73 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap

Completed in 31 milliseconds

1234