/Linux-v5.4/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-v5.4/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7763.c | 91 static struct clk_lookup lookups[] = { variable 113 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7780.c | 97 static struct clk_lookup lookups[] = { variable 119 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7757.c | 102 static struct clk_lookup lookups[] = { variable 142 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-shx3.c | 100 static struct clk_lookup lookups[] = { variable 139 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7785.c | 116 static struct clk_lookup lookups[] = { variable 165 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7786.c | 125 static struct clk_lookup lookups[] = { variable 180 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7722.c | 169 static struct clk_lookup lookups[] = { variable 233 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7366.c | 183 static struct clk_lookup lookups[] = { variable 258 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7734.c | 178 static struct clk_lookup lookups[] = { variable 246 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7723.c | 194 static struct clk_lookup lookups[] = { variable 281 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7343.c | 185 static struct clk_lookup lookups[] = { variable 265 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7724.c | 259 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/ |
D | clock-sh4-202.c | 147 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/ |
D | clock-sh7264.c | 104 static struct clk_lookup lookups[] = { variable 148 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7269.c | 138 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/ |
D | setup.c | 335 static struct clk_lookup lookups[] = { variable 376 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
|
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/drivers/soc/qcom/ |
D | qmi_interface.c | 219 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/ |
D | Kconfig | 13 In order to do service lookups, a userspace daemon is required to
|
/Linux-v5.4/net/dns_resolver/ |
D | Kconfig | 10 which can be used to make upcalls to perform DNS lookups in
|
/Linux-v5.4/security/selinux/include/ |
D | avc.h | 37 unsigned int lookups; member
|