Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/arch/sh/kernel/cpu/sh4a/
Dclock-sh7763.c94 static struct clk_lookup lookups[] = { variable
116 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7780.c100 static struct clk_lookup lookups[] = { variable
122 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-shx3.c103 static struct clk_lookup lookups[] = { variable
142 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7757.c105 static struct clk_lookup lookups[] = { variable
145 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7785.c119 static struct clk_lookup lookups[] = { variable
168 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7786.c128 static struct clk_lookup lookups[] = { variable
183 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7722.c181 static struct clk_lookup lookups[] = { variable
245 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7734.c181 static struct clk_lookup lookups[] = { variable
249 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7366.c195 static struct clk_lookup lookups[] = { variable
270 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7723.c206 static struct clk_lookup lookups[] = { variable
293 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7343.c197 static struct clk_lookup lookups[] = { variable
277 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7724.c271 static struct clk_lookup lookups[] = { variable
367 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dclock-sh4-202.c150 static struct clk_lookup lookups[] = { variable
174 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dclock-sh7264.c107 static struct clk_lookup lookups[] = { variable
151 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
Dclock-sh7269.c141 static struct clk_lookup lookups[] = { variable
175 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/Linux-v4.19/arch/sh/boards/mach-highlander/
Dsetup.c338 static struct clk_lookup lookups[] = { variable
379 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/net/qrtr/
DKconfig12 In order to do service lookups, a userspace daemon is required to
/Linux-v4.19/net/dns_resolver/
DKconfig9 which can be used to make upcalls to perform DNS lookups in
/Linux-v4.19/drivers/soc/qcom/
Dqmi_interface.c219 list_add(&svc->list_node, &qmi->lookups); in qmi_add_lookup()
467 list_for_each_entry(svc, &qmi->lookups, list_node) in qmi_handle_net_reset()
632 INIT_LIST_HEAD(&qmi->lookups); in qmi_handle_init()
705 list_for_each_entry_safe(svc, tmp, &qmi->lookups, list_node) { in qmi_handle_release()
/Linux-v4.19/security/selinux/include/
Davc.h37 unsigned int lookups; member

123