Home
last modified time | relevance | path

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

123

/Linux-v5.4/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-v5.4/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-sh7757.c102 static struct clk_lookup lookups[] = { variable
142 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-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()
Dclock-sh7723.c194 static struct clk_lookup lookups[] = { variable
281 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7343.c185 static struct clk_lookup lookups[] = { variable
265 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7724.c259 static struct clk_lookup lookups[] = { variable
355 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/Linux-v5.4/arch/sh/kernel/cpu/sh4/
Dclock-sh4-202.c147 static struct clk_lookup lookups[] = { variable
171 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/Linux-v5.4/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-v5.4/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-v5.4/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
Ddirect-fs-lookup.rst14 races with lookups and avoid uses of the custom fallback mechanisms
/Linux-v5.4/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-v5.4/Documentation/filesystems/nfs/
Didmapper.txt55 this case, /some/other/program will handle all uid lookups and
56 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
70 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap
/Linux-v5.4/drivers/soc/qcom/
Dqmi_interface.c219 list_add(&svc->list_node, &qmi->lookups); in qmi_add_lookup()
464 list_for_each_entry(svc, &qmi->lookups, list_node) in qmi_handle_net_reset()
629 INIT_LIST_HEAD(&qmi->lookups); in qmi_handle_init()
702 list_for_each_entry_safe(svc, tmp, &qmi->lookups, list_node) { in qmi_handle_release()
/Linux-v5.4/net/qrtr/
DKconfig13 In order to do service lookups, a userspace daemon is required to
/Linux-v5.4/net/dns_resolver/
DKconfig10 which can be used to make upcalls to perform DNS lookups in
/Linux-v5.4/security/selinux/include/
Davc.h37 unsigned int lookups; member

123