/Linux-v4.19/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 39 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/ |
D | clock-sh7763.c | 94 static struct clk_lookup lookups[] = { variable 116 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7780.c | 100 static struct clk_lookup lookups[] = { variable 122 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-shx3.c | 103 static struct clk_lookup lookups[] = { variable 142 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7757.c | 105 static struct clk_lookup lookups[] = { variable 145 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7785.c | 119 static struct clk_lookup lookups[] = { variable 168 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7786.c | 128 static struct clk_lookup lookups[] = { variable 183 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7722.c | 181 static struct clk_lookup lookups[] = { variable 245 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7734.c | 181 static struct clk_lookup lookups[] = { variable 249 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7366.c | 195 static struct clk_lookup lookups[] = { variable 270 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7723.c | 206 static struct clk_lookup lookups[] = { variable 293 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7343.c | 197 static struct clk_lookup lookups[] = { variable 277 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7724.c | 271 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/ |
D | clock-sh4-202.c | 150 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/ |
D | clock-sh7264.c | 107 static struct clk_lookup lookups[] = { variable 151 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7269.c | 141 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/ |
D | setup.c | 338 static struct clk_lookup lookups[] = { variable 379 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | firmware_cache.rst | 5 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
|
D | direct-fs-lookup.rst | 14 races with lookups and avoid uses of the custom fallback mechanisms
|
/Linux-v4.19/Documentation/filesystems/ |
D | path-lookup.txt | 30 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/ |
D | idmapper.txt | 55 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/ |
D | Kconfig | 12 In order to do service lookups, a userspace daemon is required to
|
/Linux-v4.19/net/dns_resolver/ |
D | Kconfig | 9 which can be used to make upcalls to perform DNS lookups in
|
/Linux-v4.19/drivers/soc/qcom/ |
D | qmi_interface.c | 219 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/ |
D | avc.h | 37 unsigned int lookups; member
|