Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-acpi.c74 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local
109 struct i2c_acpi_lookup *lookup) in i2c_acpi_do_lookup()
182 struct i2c_acpi_lookup lookup; in i2c_acpi_get_info() local
305 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_lookup_speed() local
337 struct i2c_acpi_lookup lookup; in i2c_acpi_find_bus_speed() local
473 struct i2c_acpi_lookup lookup; in i2c_acpi_new_device() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Denv.hpp124 struct lookup struct
134 struct lookup struct
140 struct lookup<Key, OtherValue> struct
142 typedef Value type;
143 … typedef typename add_reference<typename add_const<Value>::type>::type const_reference;
H A Dimpl.hpp40 struct lookup struct
42 typedef OtherValue type;
45 const_reference;
/OK3568_Linux_fs/kernel/drivers/of/
H A Dplatform.c296 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup()
348 const struct of_dev_auxdata *lookup, in of_platform_bus_create()
470 const struct of_dev_auxdata *lookup, in of_platform_populate()
501 const struct of_dev_auxdata *lookup, in of_platform_default_populate()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_flower.c19 #define VCAP_IS1_CHAIN(lookup) \ argument
21 #define VCAP_IS2_CHAIN(lookup, pag) \ argument
26 int lookup, pag; in ocelot_chain_to_block() local
71 int lookup; in ocelot_chain_to_pag() local
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dnamei.c247 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
688 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
883 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() local
1806 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_symlink() local
2124 struct ocfs2_dir_lookup_result *lookup, in __ocfs2_prepare_orphan_dir()
2180 struct ocfs2_dir_lookup_result *lookup, in ocfs2_prepare_orphan_dir()
2222 struct ocfs2_dir_lookup_result *lookup, in ocfs2_orphan_add()
2329 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_orphan_del() local
2769 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mv_orphaned_inode_to_new() local
H A Ddir.c1007 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx()
1060 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry()
1232 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx()
1488 struct ocfs2_dir_lookup_result *lookup) in ocfs2_dx_dir_insert()
1524 struct ocfs2_dir_lookup_result *lookup) in ocfs2_remove_block_from_free_list()
1554 struct ocfs2_dir_lookup_result *lookup) in ocfs2_recalc_free_list()
1586 struct ocfs2_dir_lookup_result *lookup) in __ocfs2_add_entry()
1968 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_files_on_disk()
1995 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_lookup_ino_from_name() local
2015 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_check_dir_for_entry() local
[all …]
H A Ddir.h59 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_platform.h89 const struct of_dev_auxdata *lookup, in of_platform_populate()
95 const struct of_dev_auxdata *lookup, in of_platform_default_populate()
H A Dbtree-type.h38 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
82 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
/OK3568_Linux_fs/kernel/net/qrtr/
H A Dns.c275 struct qrtr_lookup *lookup; in server_del() local
423 struct qrtr_lookup *lookup; in ctrl_cmd_del_client() local
509 struct qrtr_lookup *lookup; in ctrl_cmd_new_server() local
583 struct qrtr_lookup *lookup; in ctrl_cmd_new_lookup() local
649 struct qrtr_lookup *lookup; in ctrl_cmd_del_lookup() local
/OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_tc35876x.c26 struct gpiod_lookup *lookup = table->table; in tc35876x_platform_data() local
H A Dplatform_bcm43xx.c66 struct gpiod_lookup *lookup = table->table; in bcm43xx_regulator_register() local
H A Dplatform_bt.c40 struct gpiod_lookup *lookup = table->table; in tng_bt_sfi_setup() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtoken.hpp16 std::string replaceTokens(const std::string &source, const Lookup &lookup) { in replaceTokens()
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Dshdma-of.c43 const struct of_dev_auxdata *lookup = dev_get_platdata(&pdev->dev); in shdma_of_probe() local
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-acpi.c644 struct acpi_gpio_lookup *lookup = data; in acpi_populate_gpio_lookup() local
694 static int acpi_gpio_resource_lookup(struct acpi_gpio_lookup *lookup, in acpi_gpio_resource_lookup()
721 struct acpi_gpio_lookup *lookup) in acpi_gpio_property_lookup()
785 struct acpi_gpio_lookup lookup; in acpi_get_gpiod_by_index() local
893 struct acpi_gpio_lookup lookup; in acpi_node_get_gpiod() local
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dcore.c171 void reset_controller_add_lookup(struct reset_control_lookup *lookup, in reset_controller_add_lookup()
692 const struct reset_control_lookup *lookup; in __reset_control_get_from_lookup() local
950 const struct reset_control_lookup *lookup; in reset_control_get_count_from_lookup() local
/OK3568_Linux_fs/kernel/tools/scripts/
H A Dutilities.mak144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh))) macro
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dretimer.c381 const struct tb_retimer_lookup *lookup = data; in retimer_match() local
389 struct tb_retimer_lookup lookup = { .port = port, .index = index }; in tb_port_find_retimer() local
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dcore.c591 struct acpi_serdev_lookup *lookup = data; in acpi_serdev_parse_resource() local
621 struct acpi_serdev_lookup *lookup) in acpi_serdev_do_lookup()
644 struct acpi_serdev_lookup lookup; in acpi_serdev_check_resources() local
/OK3568_Linux_fs/kernel/drivers/clk/x86/
H A Dclk-pmc-atom.c33 struct clk_lookup *lookup; member
39 struct clk_lookup *lookup; member
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-ssp-clk.c23 struct clk_lookup *lookup; member
28 struct clk_lookup *lookup; member
/OK3568_Linux_fs/kernel/arch/mips/pic32/pic32mzda/
H A Dinit.c115 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dfib6_rules.c93 int flags, pol_lookup_t lookup) in fib6_rule_lookup()
203 pol_lookup_t lookup = arg->lookup_ptr; in __fib6_rule_action() local

1234