/linux-3.4.99/drivers/of/ |
D | platform.c | 309 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup() argument 314 if (!lookup) in of_dev_lookup() 317 for(; lookup->compatible != NULL; lookup++) { in of_dev_lookup() 318 if (!of_device_is_compatible(np, lookup->compatible)) in of_dev_lookup() 322 if (res.start != lookup->phys_addr) in of_dev_lookup() 324 pr_debug("%s: devname=%s\n", np->full_name, lookup->name); in of_dev_lookup() 325 return lookup; in of_dev_lookup() 344 const struct of_dev_auxdata *lookup, in of_platform_bus_create() argument 361 auxdata = of_dev_lookup(lookup, bus); in of_platform_bus_create() 378 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create() [all …]
|
/linux-3.4.99/fs/ocfs2/ |
D | dir.h | 59 struct ocfs2_dir_lookup_result *lookup); 68 struct ocfs2_dir_lookup_result *lookup); 73 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() argument 77 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry() 103 struct ocfs2_dir_lookup_result *lookup);
|
D | dir.c | 1035 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument 1058 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx() 1065 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx() 1088 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument 1094 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry() 1109 lookup->dl_leaf_bh = bh; in ocfs2_find_entry() 1110 lookup->dl_entry = res_dir; in ocfs2_find_entry() 1260 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument 1263 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx() 1264 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx() [all …]
|
D | namei.c | 82 struct ocfs2_dir_lookup_result *lookup); 89 struct ocfs2_dir_lookup_result *lookup, 230 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local 270 dentry->d_name.len, &lookup); in ocfs2_mknod() 412 &lookup); in ocfs2_mknod() 436 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod() 645 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local 676 dentry->d_name.len, &lookup); in ocfs2_link() 722 parent_fe_bh, &lookup); in ocfs2_link() 751 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link() [all …]
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | stv0900_core.c | 611 const struct stv0900_table *lookup, in stv0900_get_rf_level() argument 622 if ((lookup == NULL) || (lookup->size <= 0)) in stv0900_get_rf_level() 629 imax = lookup->size - 1; in stv0900_get_rf_level() 630 if (INRANGE(lookup->table[imin].regval, agc_gain, in stv0900_get_rf_level() 631 lookup->table[imax].regval)) { in stv0900_get_rf_level() 635 if (INRANGE(lookup->table[imin].regval, in stv0900_get_rf_level() 637 lookup->table[i].regval)) in stv0900_get_rf_level() 643 rf_lvl = (s32)agc_gain - lookup->table[imin].regval; in stv0900_get_rf_level() 644 rf_lvl *= (lookup->table[imax].realval - in stv0900_get_rf_level() 645 lookup->table[imin].realval); in stv0900_get_rf_level() [all …]
|
/linux-3.4.99/Documentation/filesystems/ |
D | path-lookup.txt | 1 Path walking and name lookup locking 9 path string. Then repeating the lookup from the child dentry and finding its 16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and 50 current->fs->cwd or current->fs->root) as the first parent of the lookup. Then 53 parent for the next lookup. 58 Turning the child into a parent for the next lookup requires more checks and 72 - lookup and create missing parts of the path on demand. 77 Dcache name lookup 79 In order to lookup a dcache (parent, name) tuple, we take a hash on the tuple 115 lookup of the old list veering off into the new (incorrect) list and missing [all …]
|
D | squashfs.txt | 88 | lookup table | 96 written the completed inode, directory, fragment, export, uid/gid lookup and 148 file lookup. Directory indexes store one entry per metablock, each entry 151 and at lookup the index is scanned linearly looking for the first filename 155 decompressed to do a lookup irrespective of the length of the directory. 178 3.5 Fragment lookup table 182 location on disk and compressed size using a fragment lookup table. This 183 fragment lookup table is itself stored compressed into metadata blocks. 188 3.6 Uid/gid lookup table 202 an inode number to inode disk location lookup table. This is required to [all …]
|
/linux-3.4.99/include/linux/ |
D | of_platform.h | 95 const struct of_dev_auxdata *lookup, 105 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
|
D | btree-type.h | 37 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument 81 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
|
/linux-3.4.99/Documentation/filesystems/nfs/ |
D | Exporting | 47 2/ The dcache must be prepared for a newly found (via ->lookup) directory 50 ->lookup). This is particularly needed for directories as 68 loose directory dentries at lookup time. They are: 84 ->lookup. 94 when ->lookup finds an inode for a given parent and name. 102 Typically the ->lookup routine will simply end with a: 134 so any filehandle lookup that requires finding a parent will fail. 135 ->lookup("..") is *not* used as a default as it can leave ".." entries
|
/linux-3.4.99/Documentation/networking/ |
D | policy-routing.txt | 15 REJECT - abort route lookup and return an error value. 16 THROW - abort route lookup in this class. 41 RTP_ROUTE - lookup in attached class 42 RTP_NAT - lookup in attached class and if a match is found, 44 RTP_MASQUERADE - lookup in attached class and if a match is found,
|
D | fib_trie.txt | 64 straightforward trie lookup. 115 Main lookup mechanism 117 fn_trie_lookup() is the main lookup function. 119 The lookup is in its simplest form just like fib_find_node(). We descend the
|
/linux-3.4.99/net/ipv6/ |
D | fib6_rules.c | 34 int flags, pol_lookup_t lookup) in fib6_rule_lookup() argument 37 .lookup_ptr = lookup, in fib6_rule_lookup() 58 pol_lookup_t lookup = arg->lookup_ptr; in fib6_rule_action() local 77 rt = lookup(net, table, flp6, flags); in fib6_rule_action()
|
/linux-3.4.99/arch/arm/plat-samsung/ |
D | clock.c | 285 clk->lookup.dev_id = clk->devname; in s3c24xx_register_clock() 286 clk->lookup.con_id = clk->name; in s3c24xx_register_clock() 287 clk->lookup.clk = clk; in s3c24xx_register_clock() 288 clkdev_add(&clk->lookup); in s3c24xx_register_clock()
|
/linux-3.4.99/arch/arm/mach-tegra/ |
D | clock.h | 92 struct clk_lookup lookup; member 152 struct clk_lookup lookup; member
|
D | tegra2_clocks.c | 1915 struct clk_lookup *lookup; in init_audio_sync_clock_mux() local 1925 lookup = tegra_audio_clk_lookups; in init_audio_sync_clock_mux() 1926 for (i = 0; i < ARRAY_SIZE(tegra_audio_clk_lookups); i++, lookup++) { in init_audio_sync_clock_mux() 1927 clk_init(lookup->clk); in init_audio_sync_clock_mux() 1928 clkdev_add(lookup); in init_audio_sync_clock_mux() 2116 .lookup = { \ 2133 .lookup = { \ 2227 .lookup = { \ 2305 if (!c->lookup.dev_id && !c->lookup.con_id) in tegra2_init_one_clock() 2306 c->lookup.con_id = c->name; in tegra2_init_one_clock() [all …]
|
/linux-3.4.99/Documentation/RCU/ |
D | rculist_nulls.txt | 119 the lookup met the end of chain. If final 'nulls' value 120 is not the slot number, then we must restart the lookup at 126 1) lookup algo 142 * if the nulls value we got at the end of this lookup is 143 * not the expected one, we must restart lookup.
|
/linux-3.4.99/crypto/ |
D | api.c | 499 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask) = in crypto_find_alg() local 508 if (frontend->lookup) in crypto_find_alg() 509 lookup = frontend->lookup; in crypto_find_alg() 512 return lookup(alg_name, type, mask); in crypto_find_alg()
|
/linux-3.4.99/Documentation/hwmon/ |
D | ntc_thermistor | 19 resistance and lookup the corresponding compensation table to get the 22 The NTC driver provides lookup tables with a linear approximation function
|
/linux-3.4.99/drivers/media/video/ |
D | soc_mediabus.c | 366 const struct soc_mbus_lookup *lookup, in soc_mbus_find_fmtdesc() argument 372 if (lookup[i].code == code) in soc_mbus_find_fmtdesc() 373 return &lookup[i].fmt; in soc_mbus_find_fmtdesc()
|
/linux-3.4.99/tools/perf/config/ |
D | utilities.mak | 137 # lookup 139 # Usage: absolute-executable-path-or-empty = $(call lookup,path) 144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh))) macro 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
|
/linux-3.4.99/include/media/ |
D | soc_mediabus.h | 78 const struct soc_mbus_lookup *lookup,
|
/linux-3.4.99/Documentation/fb/ |
D | internals.txt | 61 The whole pixel value is fed through a programmable lookup table that has one 74 are looked up in separate red, green, and blue lookup tables.
|
/linux-3.4.99/fs/ |
D | open.c | 955 int lookup = build_open_flags(flags, mode, &op); in filp_open() local 956 return do_filp_open(AT_FDCWD, filename, &op, lookup); in filp_open() 964 int lookup = build_open_flags(flags, 0, &op); in file_open_root() local 968 if (!dentry->d_inode->i_op->lookup) in file_open_root() 970 return do_file_open_root(dentry, mnt, filename, &op, lookup); in file_open_root() 977 int lookup = build_open_flags(flags, mode, &op); in do_sys_open() local 984 struct file *f = do_filp_open(dfd, tmp, &op, lookup); in do_sys_open()
|
/linux-3.4.99/net/decnet/ |
D | dn_rules.c | 96 err = tbl->lookup(tbl, fld, (struct dn_fib_res *)arg->result); in dn_fib_rule_action() 190 if (!tb->lookup(tb, &fld, &res)) { in dnet_addr_type()
|