Home
last modified time | relevance | path

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

1234

/linux-6.12.1/drivers/gpio/
Dgpio-aggregator.c37 struct gpiod_lookup_table *lookups; member
48 struct gpiod_lookup_table *lookups; in aggr_add_gpio() local
50 lookups = krealloc(aggr->lookups, struct_size(lookups, table, *n + 2), in aggr_add_gpio()
52 if (!lookups) in aggr_add_gpio()
55 lookups->table[*n] = GPIO_LOOKUP_IDX(key, hwnum, NULL, *n, 0); in aggr_add_gpio()
58 memset(&lookups->table[*n], 0, sizeof(lookups->table[*n])); in aggr_add_gpio()
60 aggr->lookups = lookups; in aggr_add_gpio()
131 aggr->lookups = kzalloc(struct_size(aggr->lookups, table, 1), in new_device_store()
133 if (!aggr->lookups) { in new_device_store()
147 aggr->lookups->dev_id = kasprintf(GFP_KERNEL, "%s.%d", DRV_NAME, id); in new_device_store()
[all …]
/linux-6.12.1/arch/sh/kernel/cpu/
Dclock-cpg.c39 static struct clk_lookup lookups[] = { variable
58 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in cpg_clk_init()
/linux-6.12.1/drivers/soc/qcom/
Dpdr_interface.c41 struct list_head lookups; member
91 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_locator_new_server()
173 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_work()
205 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_new_server()
229 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_del_server()
315 list_for_each_entry(iter, &pdr->lookups, node) { in pdr_indication_cb()
483 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()
547 list_add(&pds->node, &pdr->lookups); in pdr_add_lookup()
578 list_for_each_entry(tmp, &pdr->lookups, node) { in pdr_restart_pd()
[all …]
/linux-6.12.1/arch/sh/kernel/cpu/sh4a/
Dclock-sh7763.c91 static struct clk_lookup lookups[] = { variable
113 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7780.c97 static struct clk_lookup lookups[] = { variable
119 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-shx3.c100 static struct clk_lookup lookups[] = { variable
139 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7757.c102 static struct clk_lookup lookups[] = { variable
142 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7785.c116 static struct clk_lookup lookups[] = { variable
165 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7786.c125 static struct clk_lookup lookups[] = { variable
180 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7722.c169 static struct clk_lookup lookups[] = { variable
233 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7366.c183 static struct clk_lookup lookups[] = { variable
258 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7734.c178 static struct clk_lookup lookups[] = { variable
246 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/linux-6.12.1/arch/sh/kernel/cpu/sh2a/
Dclock-sh7264.c104 static struct clk_lookup lookups[] = { variable
148 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7269.c138 static struct clk_lookup lookups[] = { variable
172 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/linux-6.12.1/drivers/soc/tegra/fuse/
Dfuse-tegra30.c286 .lookups = tegra124_fuse_lookups,
457 .lookups = tegra210_fuse_lookups,
514 .lookups = tegra186_fuse_lookups,
607 .lookups = tegra194_fuse_lookups,
672 .lookups = tegra234_fuse_lookups,
Dfuse.h33 const struct nvmem_cell_lookup *lookups; member
67 struct nvmem_cell_lookup *lookups; member
Dfuse-tegra.c130 fuse->lookups = kmemdup_array(fuse->soc->lookups, fuse->soc->num_lookups, in tegra_fuse_add_lookups()
131 sizeof(*fuse->lookups), GFP_KERNEL); in tegra_fuse_add_lookups()
132 if (!fuse->lookups) in tegra_fuse_add_lookups()
135 nvmem_add_cell_lookups(fuse->lookups, fuse->soc->num_lookups); in tegra_fuse_add_lookups()
/linux-6.12.1/net/qrtr/
Dns.c24 struct list_head lookups; member
284 list_for_each(li, &qrtr_ns.lookups) { in server_del()
411 list_for_each_safe(li, tmp, &qrtr_ns.lookups) { in ctrl_cmd_del_client()
485 list_for_each(li, &qrtr_ns.lookups) { in ctrl_cmd_new_server()
544 list_add_tail(&lookup->li, &qrtr_ns.lookups); in ctrl_cmd_new_lookup()
572 list_for_each_safe(li, tmp, &qrtr_ns.lookups) { in ctrl_cmd_del_lookup()
692 INIT_LIST_HEAD(&qrtr_ns.lookups); in qrtr_ns_init()
/linux-6.12.1/arch/sh/boards/mach-highlander/
Dsetup.c335 static struct clk_lookup lookups[] = { variable
376 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
/linux-6.12.1/Documentation/driver-api/firmware/
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-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vcap_debugfs.c86 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is0_port_keys()
129 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_keys()
240 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_stickies()
335 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_es2_port_keys()
413 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_es2_port_stickies()
Dsparx5_vcap_impl.c55 int lookups; /* number of lookups in this vcap type */ member
69 .lookups = SPARX5_IS0_LOOKUPS,
81 .lookups = SPARX5_IS0_LOOKUPS,
93 .lookups = SPARX5_IS0_LOOKUPS,
105 .lookups = SPARX5_IS2_LOOKUPS,
117 .lookups = SPARX5_IS2_LOOKUPS,
127 .lookups = SPARX5_ES0_LOOKUPS,
136 .lookups = SPARX5_ES2_LOOKUPS,
1806 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is0_port_key_selection()
1831 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_key_selection()
[all …]
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_vcap_impl.c23 int lookups; /* number of lookups in this vcap type */ member
32 .lookups = LAN966X_ES0_LOOKUPS,
40 .lookups = LAN966X_IS1_LOOKUPS,
49 .lookups = LAN966X_IS2_LOOKUPS,
629 admin->lookups = cfg->lookups; in lan966x_vcap_admin_alloc()
630 admin->lookups_per_instance = cfg->lookups; in lan966x_vcap_admin_alloc()
/linux-6.12.1/Documentation/filesystems/
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
217 lookups, and can perform lookup of intermediate elements without any stores to
299 lookups, and to assume dentry mount points and mount roots are stable up and
[all …]
/linux-6.12.1/Documentation/admin-guide/nfs/
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

1234