Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/linux-6.15/drivers/i2c/
H A Di2c-core-acpi.c114 if (lookup->index != -1 && lookup->n++ != lookup->index) in i2c_acpi_fill_info()
240 memset(&lookup, 0, sizeof(lookup)); in i2c_acpi_get_info()
241 lookup.info = info; in i2c_acpi_get_info()
242 lookup.index = -1; in i2c_acpi_get_info()
386 if (lookup->search_handle != lookup->adapter_handle) in i2c_acpi_lookup_speed()
389 if (lookup->speed <= lookup->min_speed) in i2c_acpi_lookup_speed()
390 lookup->min_speed = lookup->speed; in i2c_acpi_lookup_speed()
419 memset(&lookup, 0, sizeof(lookup)); in i2c_acpi_find_bus_speed()
436 if (lookup.force_speed != lookup.min_speed) in i2c_acpi_find_bus_speed()
438 lookup.min_speed, lookup.force_speed); in i2c_acpi_find_bus_speed()
[all …]
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_debugfs.c81 int lookup; in sparx5_vcap_is0_port_keys() local
86 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is0_port_keys()
124 int lookup; in sparx5_vcap_is2_port_keys() local
129 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_keys()
236 int lookup; in sparx5_vcap_is2_port_stickies() local
240 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_stickies()
330 int lookup; in sparx5_vcap_es2_port_keys() local
335 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_es2_port_keys()
340 lookup)); in sparx5_vcap_es2_port_keys()
409 int lookup; in sparx5_vcap_es2_port_stickies() local
[all …]
H A Dsparx5_vcap_impl.c350 lookup = 1; in sparx5_vcap_is0_cid_to_lookup()
352 lookup = 2; in sparx5_vcap_is0_cid_to_lookup()
354 lookup = 3; in sparx5_vcap_is0_cid_to_lookup()
356 lookup = 4; in sparx5_vcap_is0_cid_to_lookup()
358 lookup = 5; in sparx5_vcap_is0_cid_to_lookup()
369 lookup = 1; in sparx5_vcap_is2_cid_to_lookup()
1791 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is0_port_key_selection()
1817 for (lookup = 0; lookup < admin->lookups; ++lookup) { in sparx5_vcap_is2_port_key_selection()
1859 for (lookup = 0; lookup < admin->lookups; ++lookup) in sparx5_vcap_es2_port_key_selection()
1897 for (lookup = 0; lookup < admin->lookups; ++lookup) in sparx5_vcap_port_key_deselection()
[all …]
/linux-6.15/net/qrtr/
H A Dns.c286 if (lookup->service && lookup->service != srv->service) in server_del()
288 if (lookup->instance && lookup->instance != srv->instance) in server_del()
418 list_del(&lookup->li); in ctrl_cmd_del_client()
419 kfree(lookup); in ctrl_cmd_del_client()
487 if (lookup->service && lookup->service != service) in ctrl_cmd_new_server()
489 if (lookup->instance && lookup->instance != instance) in ctrl_cmd_new_server()
537 lookup = kzalloc(sizeof(*lookup), GFP_KERNEL); in ctrl_cmd_new_lookup()
538 if (!lookup) in ctrl_cmd_new_lookup()
541 lookup->sq = *from; in ctrl_cmd_new_lookup()
580 if (lookup->instance && lookup->instance != instance) in ctrl_cmd_del_lookup()
[all …]
/linux-6.15/drivers/gpio/
H A Dgpiolib-acpi.c761 if (!lookup->desc) { in acpi_populate_gpio_lookup()
768 lookup->index++; in acpi_populate_gpio_lookup()
770 if (lookup->n++ != lookup->index) in acpi_populate_gpio_lookup()
782 lookup->desc = desc; in acpi_populate_gpio_lookup()
799 lookup->info.polarity = lookup->active_low; in acpi_populate_gpio_lookup()
819 lookup); in acpi_gpio_resource_lookup()
825 if (!lookup->desc) in acpi_gpio_resource_lookup()
902 memset(&lookup, 0, sizeof(lookup)); in acpi_get_gpiod_by_index()
914 dev_name(&lookup.info.adev->dev), lookup.index, in acpi_get_gpiod_by_index()
915 lookup.pin_index, lookup.active_low); in acpi_get_gpiod_by_index()
[all …]
H A Dgpio-virtuser.c1373 struct gpio_virtuser_lookup *lookup; in gpio_virtuser_get_lookup_count() local
1389 struct gpio_virtuser_lookup *lookup; in gpio_virtuser_make_lookup_table() local
1445 ids[i++] = lookup->con_id; in gpio_virtuser_make_device_swnode()
1619 entry->parent = lookup; in gpio_virtuser_make_lookup_entry_group()
1632 list_del(&lookup->siblings); in gpio_virtuser_lookup_config_group_release()
1634 kfree(lookup->con_id); in gpio_virtuser_lookup_config_group_release()
1635 kfree(lookup); in gpio_virtuser_lookup_config_group_release()
1669 if (!lookup) in gpio_virtuser_make_lookup_group()
1673 if (!lookup->con_id) in gpio_virtuser_make_lookup_group()
1679 lookup->parent = dev; in gpio_virtuser_make_lookup_group()
[all …]
/linux-6.15/arch/mips/pic32/pic32mzda/
H A Dinit.c90 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data() argument
97 for (; lookup->compatible; lookup++) { in pic32_of_prepare_platform_data()
98 np = of_find_compatible_node(NULL, NULL, lookup->compatible); in pic32_of_prepare_platform_data()
100 lookup->name = (char *)np->name; in pic32_of_prepare_platform_data()
101 if (lookup->phys_addr) { in pic32_of_prepare_platform_data()
106 lookup->phys_addr = res.start; in pic32_of_prepare_platform_data()
/linux-6.15/drivers/mfd/
H A Darizona-spi.c46 static void arizona_spi_acpi_remove_lookup(void *lookup) in arizona_spi_acpi_remove_lookup() argument
48 gpiod_remove_lookup_table(lookup); in arizona_spi_acpi_remove_lookup()
54 struct gpiod_lookup_table *lookup; in arizona_spi_acpi_windows_probe() local
62 lookup = devm_kzalloc(arizona->dev, in arizona_spi_acpi_windows_probe()
63 struct_size(lookup, table, ARRAY_SIZE(arizona_soc_gpios) + 1), in arizona_spi_acpi_windows_probe()
65 if (!lookup) in arizona_spi_acpi_windows_probe()
68 lookup->dev_id = dev_name(arizona->dev); in arizona_spi_acpi_windows_probe()
69 memcpy(lookup->table, arizona_soc_gpios, sizeof(arizona_soc_gpios)); in arizona_spi_acpi_windows_probe()
71 gpiod_add_lookup_table(lookup); in arizona_spi_acpi_windows_probe()
72 ret = devm_add_action_or_reset(arizona->dev, arizona_spi_acpi_remove_lookup, lookup); in arizona_spi_acpi_windows_probe()
/linux-6.15/drivers/platform/x86/intel/int3472/
H A Dled.c44 int3472->pled.lookup.provider = int3472->pled.name; in skl_int3472_register_pled()
45 int3472->pled.lookup.dev_id = int3472->sensor_name; in skl_int3472_register_pled()
46 int3472->pled.lookup.con_id = "privacy-led"; in skl_int3472_register_pled()
47 led_add_lookup(&int3472->pled.lookup); in skl_int3472_register_pled()
57 led_remove_lookup(&int3472->pled.lookup); in skl_int3472_unregister_pled()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c16 struct drm_privacy_screen_lookup lookup; member
63 .lookup = {
73 .lookup = {
92 arch_init_data[i].lookup.provider); in drm_privacy_screen_lookup_init()
95 arch_lookup = arch_init_data[i].lookup; in drm_privacy_screen_lookup_init()
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c101 int lookup = 0; in lan966x_vcap_is1_cid_to_lookup() local
105 lookup = 1; in lan966x_vcap_is1_cid_to_lookup()
108 lookup = 2; in lan966x_vcap_is1_cid_to_lookup()
110 return lookup; in lan966x_vcap_is1_cid_to_lookup()
200 if (ANA_VCAP_S2_CFG_SNAP_DIS_GET(val) & (BIT(0) << lookup)) in lan966x_vcap_is2_get_port_keysets()
209 if (ANA_VCAP_S2_CFG_OAM_DIS_GET(val) & (BIT(0) << lookup)) in lan966x_vcap_is2_get_port_keysets()
218 if (ANA_VCAP_S2_CFG_ARP_DIS_GET(val) & (BIT(0) << lookup)) in lan966x_vcap_is2_get_port_keysets()
241 switch (ANA_VCAP_S2_CFG_IP6_CFG_GET(val) & (0x3 << lookup)) { in lan966x_vcap_is2_get_port_keysets()
276 int lookup; in lan966x_vcap_validate_keyset() local
327 u32 lookup; in lan966x_vcap_is1_add_default_fields() local
[all …]
/linux-6.15/drivers/tty/serdev/
H A Dcore.c587 struct acpi_serdev_lookup *lookup = data; in acpi_serdev_parse_resource() local
594 if (lookup->index != -1 && lookup->n++ != lookup->index) in acpi_serdev_parse_resource()
597 status = acpi_get_handle(lookup->device_handle, in acpi_serdev_parse_resource()
599 &lookup->controller_handle); in acpi_serdev_parse_resource()
617 lookup->device_handle = acpi_device_handle(adev); in acpi_serdev_do_lookup()
618 lookup->controller_handle = NULL; in acpi_serdev_do_lookup()
619 lookup->n = 0; in acpi_serdev_do_lookup()
623 acpi_serdev_parse_resource, lookup); in acpi_serdev_do_lookup()
635 struct acpi_serdev_lookup lookup; in acpi_serdev_check_resources() local
644 ret = acpi_serdev_do_lookup(adev, &lookup); in acpi_serdev_check_resources()
[all …]
/linux-6.15/fs/ocfs2/
H A Ddir.h43 struct ocfs2_dir_lookup_result *lookup);
52 struct ocfs2_dir_lookup_result *lookup);
57 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() argument
61 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry()
86 struct ocfs2_dir_lookup_result *lookup);
H A Ddir.c1097 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1098 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1521 &lookup->dl_hinfo, in ocfs2_dx_dir_insert()
1527 lookup->dl_dx_leaf_bh); in ocfs2_dx_dir_insert()
1550 bh = lookup->dl_dx_root_bh; in ocfs2_remove_block_from_free_list()
1700 lookup); in __ocfs2_add_entry()
3072 &lookup->dl_hinfo); in ocfs2_expand_inline_dir()
3200 blocks_wanted, lookup, in ocfs2_extend_dir()
4200 namelen, lookup); in ocfs2_prepare_dx_dir_for_insert()
4305 lookup, &bh); in ocfs2_prepare_dir_for_insert()
[all …]
/linux-6.15/fs/smb/server/mgmt/
H A Dshare_config.c129 struct ksmbd_share_config *lookup; in share_config_request() local
210 lookup = __share_lookup(name); in share_config_request()
211 if (lookup) in share_config_request()
212 lookup = __get_share_config(lookup); in share_config_request()
213 if (!lookup) { in share_config_request()
217 share = lookup; in share_config_request()
/linux-6.15/include/linux/
H A Dof_platform.h82 const struct of_dev_auxdata *lookup,
85 const struct of_dev_auxdata *lookup,
107 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
113 const struct of_dev_auxdata *lookup, in of_platform_default_populate() argument
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_flower.c20 #define VCAP_IS1_CHAIN(lookup) \ argument
21 (1 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP)
22 #define VCAP_IS2_CHAIN(lookup, pag) \ argument
30 int lookup, pag; in ocelot_chain_to_block() local
44 for (lookup = 0; lookup < VCAP_IS1_NUM_LOOKUPS; lookup++) in ocelot_chain_to_block()
45 if (chain == VCAP_IS1_CHAIN(lookup)) in ocelot_chain_to_block()
48 for (lookup = 0; lookup < VCAP_IS2_NUM_LOOKUPS; lookup++) in ocelot_chain_to_block()
78 int lookup; in ocelot_chain_to_pag() local
86 lookup = ocelot_chain_to_lookup(chain); in ocelot_chain_to_pag()
326 filter->lookup != 0) { in ocelot_flower_parse_action()
[all …]
/linux-6.15/fs/orangefs/
H A Ddcache.c31 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_revalidate_lookup()
32 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_revalidate_lookup()
34 memcpy(new_op->upcall.req.lookup.d_name, name->name, in orangefs_revalidate_lookup()
55 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
H A Dnamei.c130 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_lookup()
137 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_lookup()
139 strscpy(new_op->upcall.req.lookup.d_name, dentry->d_name.name); in orangefs_lookup()
144 new_op->upcall.req.lookup.d_name, in orangefs_lookup()
145 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup()
146 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
152 &new_op->downcall.resp.lookup.refn.khandle, in orangefs_lookup()
153 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
158 inode = orangefs_iget(dir->i_sb, &new_op->downcall.resp.lookup.refn); in orangefs_lookup()
422 .lookup = orangefs_lookup,
/linux-6.15/sound/soc/mediatek/mt8186/
H A Dmt8186-audsys-clk.c99 cl = afe_priv->lookup[i]; in mt8186_audsys_clk_unregister()
117 afe_priv->lookup = devm_kcalloc(afe->dev, CLK_AUD_NR_CLK, in mt8186_audsys_clk_register()
118 sizeof(*afe_priv->lookup), in mt8186_audsys_clk_register()
121 if (!afe_priv->lookup) in mt8186_audsys_clk_register()
147 afe_priv->lookup[i] = cl; in mt8186_audsys_clk_register()
/linux-6.15/drivers/clk/x86/
H A Dclk-pmc-atom.c22 struct clk_lookup *lookup; member
28 struct clk_lookup *lookup; member
186 pclk->lookup = clkdev_hw_create(&pclk->hw, init.name, NULL); in plt_clk_register()
187 if (!pclk->lookup) { in plt_clk_register()
199 clkdev_drop(pclk->lookup); in plt_clk_unregister()
218 pclk->lookup = clkdev_hw_create(pclk->clk, name, NULL); in plt_clk_register_fixed_rate()
219 if (!pclk->lookup) { in plt_clk_register_fixed_rate()
229 clkdev_drop(pclk->lookup); in plt_clk_unregister_fixed_rate()
/linux-6.15/Documentation/bpf/
H A Dprog_sk_lookup.rst8 into the socket lookup performed by the transport layer when a packet is to be
31 latency spikes during socket lookup.
54 ``SK_PASS`` signifies that the socket lookup should continue on to regular
55 hashtable-based lookup, while ``SK_DROP`` causes the transport layer to drop the
69 is used as the result of the socket lookup.
73 selected a socket, socket lookup fails.
75 socket lookup continues on.
81 receives information about the packet that triggered the socket lookup. Namely:
/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_mh.c63 struct ip_vs_mh_lookup *lookup; member
111 l = &s->lookup[0]; in ip_vs_mh_reset()
208 dest = rcu_dereference_protected(s->lookup[c].dest, 1); in ip_vs_mh_populate()
214 RCU_INIT_POINTER(s->lookup[c].dest, new_dest); in ip_vs_mh_populate()
240 struct ip_vs_dest *dest = rcu_dereference(s->lookup[hash].dest); in ip_vs_mh_get()
257 dest = rcu_dereference(s->lookup[ihash].dest); in ip_vs_mh_get_fallback()
273 dest = rcu_dereference(s->lookup[hash].dest); in ip_vs_mh_get_fallback()
377 kfree(s->lookup); in ip_vs_mh_state_free()
391 s->lookup = kcalloc(IP_VS_MH_TAB_SIZE, sizeof(struct ip_vs_mh_lookup), in ip_vs_mh_init_svc()
393 if (!s->lookup) { in ip_vs_mh_init_svc()
/linux-6.15/drivers/reset/
H A Dcore.c206 entry = &lookup[i]; in reset_controller_add_lookup()
883 struct gpiod_lookup_table *lookup __free(kfree) = kzalloc(struct_size(lookup, table, 2), in __reset_add_reset_gpio_lookup()
885 if (!lookup) in __reset_add_reset_gpio_lookup()
889 if (!lookup->dev_id) in __reset_add_reset_gpio_lookup()
1107 const struct reset_control_lookup *lookup; in __reset_control_get_from_lookup() local
1115 if (strcmp(lookup->dev_id, dev_id)) in __reset_control_get_from_lookup()
1118 if ((!con_id && !lookup->con_id) || in __reset_control_get_from_lookup()
1119 ((con_id && lookup->con_id) && in __reset_control_get_from_lookup()
1120 !strcmp(con_id, lookup->con_id))) { in __reset_control_get_from_lookup()
1133 lookup->index, in __reset_control_get_from_lookup()
[all …]
/linux-6.15/drivers/of/
H A Dplatform.c275 static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *lookup, in of_dev_lookup() argument
282 if (!lookup) in of_dev_lookup()
285 auxdata = lookup; in of_dev_lookup()
301 auxdata = lookup; in of_dev_lookup()
327 const struct of_dev_auxdata *lookup, in of_platform_bus_create() argument
355 auxdata = of_dev_lookup(lookup, bus); in of_platform_bus_create()
376 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
446 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
460 rc = of_platform_bus_create(child, matches, lookup, parent, true); in of_platform_populate()
474 const struct of_dev_auxdata *lookup, in of_platform_default_populate() argument
[all …]

12345678910>>...19