Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_vcap_debugfs.c81 int lookup; in sparx5_vcap_is0_port_keys() local
124 int lookup; in sparx5_vcap_is2_port_keys() local
236 int lookup; in sparx5_vcap_is2_port_stickies() local
330 int lookup; in sparx5_vcap_es2_port_keys() local
409 int lookup; in sparx5_vcap_es2_port_stickies() local
A Dsparx5_vcap_impl.c363 int lookup = 0; in sparx5_vcap_is0_cid_to_lookup() local
382 int lookup = 0; in sparx5_vcap_is2_cid_to_lookup() local
397 int lookup = 0; in sparx5_vcap_es2_cid_to_lookup() local
422 int lookup, in sparx5_vcap_is0_get_port_keysets()
476 int lookup, in sparx5_vcap_is2_get_port_keysets()
630 int lookup, in sparx5_vcap_es2_get_port_keysets()
769 int idx, jdx, lookup; in sparx5_vcap_validate_keyset() local
1526 int portno, lookup; in sparx5_vcap_is0_port_key_selection() local
1552 int portno, lookup; in sparx5_vcap_is2_port_key_selection() local
1595 int portno, lookup; in sparx5_vcap_es2_port_key_selection() local
[all …]
/linux-6.3-rc2/drivers/i2c/
A Di2c-core-acpi.c106 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local
146 struct i2c_acpi_lookup *lookup) in i2c_acpi_do_lookup()
237 struct i2c_acpi_lookup lookup; in i2c_acpi_get_info() local
361 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_lookup_speed() local
390 struct i2c_acpi_lookup lookup; in i2c_acpi_find_bus_speed() local
511 struct i2c_acpi_lookup lookup; in i2c_acpi_new_device_by_fwnode() local
/linux-6.3-rc2/drivers/of/
A Dplatform.c289 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup()
341 const struct of_dev_auxdata *lookup, in of_platform_bus_create()
463 const struct of_dev_auxdata *lookup, in of_platform_populate()
494 const struct of_dev_auxdata *lookup, in of_platform_default_populate()
/linux-6.3-rc2/fs/ocfs2/
A Dnamei.c248 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
691 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
886 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_unlink() local
1811 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_symlink() local
2129 struct ocfs2_dir_lookup_result *lookup, in __ocfs2_prepare_orphan_dir()
2185 struct ocfs2_dir_lookup_result *lookup, in ocfs2_prepare_orphan_dir()
2227 struct ocfs2_dir_lookup_result *lookup, in ocfs2_orphan_add()
2334 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_orphan_del() local
2774 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mv_orphaned_inode_to_new() local
A Ddir.c1005 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx()
1230 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx()
1486 struct ocfs2_dir_lookup_result *lookup) in ocfs2_dx_dir_insert()
1552 struct ocfs2_dir_lookup_result *lookup) in ocfs2_recalc_free_list()
1584 struct ocfs2_dir_lookup_result *lookup) in __ocfs2_add_entry()
1966 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_files_on_disk()
2766 struct ocfs2_dir_lookup_result *lookup, in ocfs2_expand_inline_dir()
3150 struct ocfs2_dir_lookup_result *lookup, in ocfs2_extend_dir()
3883 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_dir_space_dx()
4135 struct ocfs2_dir_lookup_result *lookup) in ocfs2_prepare_dx_dir_for_insert()
[all …]
A Ddir.h57 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry()
/linux-6.3-rc2/drivers/mfd/
A Darizona-spi.c46 static void arizona_spi_acpi_remove_lookup(void *lookup) in arizona_spi_acpi_remove_lookup()
54 struct gpiod_lookup_table *lookup; in arizona_spi_acpi_windows_probe() local
/linux-6.3-rc2/include/linux/
A Dof_platform.h103 const struct of_dev_auxdata *lookup, in of_platform_populate()
109 const struct of_dev_auxdata *lookup, in of_platform_default_populate()
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
/linux-6.3-rc2/net/qrtr/
A Dns.c279 struct qrtr_lookup *lookup; in server_del() local
427 struct qrtr_lookup *lookup; in ctrl_cmd_del_client() local
513 struct qrtr_lookup *lookup; in ctrl_cmd_new_server() local
579 struct qrtr_lookup *lookup; in ctrl_cmd_new_lookup() local
645 struct qrtr_lookup *lookup; in ctrl_cmd_del_lookup() local
/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot_flower.c20 #define VCAP_IS1_CHAIN(lookup) \ argument
22 #define VCAP_IS2_CHAIN(lookup, pag) \ argument
30 int lookup, pag; in ocelot_chain_to_block() local
78 int lookup; in ocelot_chain_to_pag() local
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_privacy_screen.c55 void drm_privacy_screen_lookup_add(struct drm_privacy_screen_lookup *lookup) in drm_privacy_screen_lookup_add()
71 void drm_privacy_screen_lookup_remove(struct drm_privacy_screen_lookup *lookup) in drm_privacy_screen_lookup_remove()
A Ddrm_privacy_screen_x86.c16 struct drm_privacy_screen_lookup lookup; member
/linux-6.3-rc2/drivers/tty/serdev/
A Dcore.c594 struct acpi_serdev_lookup *lookup = data; in acpi_serdev_parse_resource() local
619 struct acpi_serdev_lookup *lookup) in acpi_serdev_do_lookup()
642 struct acpi_serdev_lookup lookup; in acpi_serdev_check_resources() local
/linux-6.3-rc2/tools/scripts/
A Dutilities.mak144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh))) macro
/linux-6.3-rc2/arch/mips/pic32/pic32mzda/
A Dinit.c90 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data()
/linux-6.3-rc2/drivers/gpio/
A Dgpiolib-acpi.c751 struct acpi_gpio_lookup *lookup = data; in acpi_populate_gpio_lookup() local
803 static int acpi_gpio_resource_lookup(struct acpi_gpio_lookup *lookup, in acpi_gpio_resource_lookup()
830 struct acpi_gpio_lookup *lookup) in acpi_gpio_property_lookup()
895 struct acpi_gpio_lookup lookup; in acpi_get_gpiod_by_index() local
943 struct acpi_gpio_lookup lookup; in acpi_get_gpiod_from_data() local
/linux-6.3-rc2/drivers/bus/
A Dsimple-pm-bus.c25 const struct of_dev_auxdata *lookup = dev_get_platdata(dev); in simple_pm_bus_probe() local
/linux-6.3-rc2/drivers/thunderbolt/
A Dretimer.c398 const struct tb_retimer_lookup *lookup = data; in retimer_match() local
406 struct tb_retimer_lookup lookup = { .port = port, .index = index }; in tb_port_find_retimer() local
/linux-6.3-rc2/drivers/clk/x86/
A Dclk-pmc-atom.c33 struct clk_lookup *lookup; member
39 struct clk_lookup *lookup; member
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-ssp-clk.c23 struct clk_lookup *lookup; member
28 struct clk_lookup *lookup; member
/linux-6.3-rc2/net/ipv6/
A Dfib6_rules.c94 int flags, pol_lookup_t lookup) in fib6_rule_lookup()
204 pol_lookup_t lookup = arg->lookup_ptr; in __fib6_rule_action() local
/linux-6.3-rc2/drivers/reset/
A Dcore.c172 void reset_controller_add_lookup(struct reset_control_lookup *lookup, in reset_controller_add_lookup()
900 const struct reset_control_lookup *lookup; in __reset_control_get_from_lookup() local
1251 const struct reset_control_lookup *lookup; in reset_control_get_count_from_lookup() local
/linux-6.3-rc2/fs/ksmbd/mgmt/
A Dshare_config.c128 struct ksmbd_share_config *lookup; in share_config_request() local

Completed in 62 milliseconds

1234