Home
last modified time | relevance | path

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

12345678910>>...18

/linux-6.6.21/drivers/i2c/
Di2c-core-acpi.c106 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local
107 struct i2c_board_info *info = lookup->info; in i2c_acpi_fill_info()
114 if (lookup->index != -1 && lookup->n++ != lookup->index) in i2c_acpi_fill_info()
117 status = acpi_get_handle(lookup->device_handle, in i2c_acpi_fill_info()
119 &lookup->adapter_handle); in i2c_acpi_fill_info()
124 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
146 struct i2c_acpi_lookup *lookup) in i2c_acpi_do_lookup() argument
148 struct i2c_board_info *info = lookup->info; in i2c_acpi_do_lookup()
162 lookup->device_handle = acpi_device_handle(adev); in i2c_acpi_do_lookup()
167 i2c_acpi_fill_info, lookup); in i2c_acpi_do_lookup()
[all …]
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/
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()
87 out->prf(out->dst, "\n Lookup %d: ", lookup); in sparx5_vcap_is0_port_keys()
91 ANA_CL_ADV_CL_CFG(port->portno, 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()
130 out->prf(out->dst, "\n Lookup %d: ", lookup); in sparx5_vcap_is2_port_keys()
135 if (ANA_ACL_VCAP_S2_CFG_SEC_ENA_GET(value) & BIT(lookup)) in sparx5_vcap_is2_port_keys()
142 ANA_ACL_VCAP_S2_KEY_SEL(port->portno, lookup)); in sparx5_vcap_is2_port_keys()
236 int lookup; in sparx5_vcap_is2_port_stickies() local
[all …]
Dsparx5_vcap_impl.c363 int lookup = 0; in sparx5_vcap_is0_cid_to_lookup() local
366 lookup = 1; in sparx5_vcap_is0_cid_to_lookup()
368 lookup = 2; in sparx5_vcap_is0_cid_to_lookup()
370 lookup = 3; in sparx5_vcap_is0_cid_to_lookup()
372 lookup = 4; in sparx5_vcap_is0_cid_to_lookup()
374 lookup = 5; in sparx5_vcap_is0_cid_to_lookup()
376 return lookup; in sparx5_vcap_is0_cid_to_lookup()
382 int lookup = 0; in sparx5_vcap_is2_cid_to_lookup() local
385 lookup = 1; in sparx5_vcap_is2_cid_to_lookup()
387 lookup = 2; in sparx5_vcap_is2_cid_to_lookup()
[all …]
/linux-6.6.21/net/qrtr/
Dns.c266 struct qrtr_lookup *lookup; in server_del() local
282 lookup = container_of(li, struct qrtr_lookup, li); in server_del()
283 if (lookup->service && lookup->service != srv->service) in server_del()
285 if (lookup->instance && lookup->instance != srv->instance) in server_del()
288 lookup_notify(&lookup->sq, srv, false); in server_del()
384 struct qrtr_lookup *lookup; in ctrl_cmd_del_client() local
409 lookup = container_of(li, struct qrtr_lookup, li); in ctrl_cmd_del_client()
410 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client()
412 if (lookup->sq.sq_port != port) in ctrl_cmd_del_client()
415 list_del(&lookup->li); in ctrl_cmd_del_client()
[all …]
/linux-6.6.21/drivers/gpio/
Dgpiolib-acpi.c756 struct acpi_gpio_lookup *lookup = data; in acpi_populate_gpio_lookup() local
761 if (!lookup->desc) { in acpi_populate_gpio_lookup()
767 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ONLY_GPIOIO && gpioint) in acpi_populate_gpio_lookup()
768 lookup->index++; in acpi_populate_gpio_lookup()
770 if (lookup->n++ != lookup->index) in acpi_populate_gpio_lookup()
773 pin_index = lookup->pin_index; in acpi_populate_gpio_lookup()
777 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER) in acpi_populate_gpio_lookup()
782 lookup->desc = desc; in acpi_populate_gpio_lookup()
783 lookup->info.pin_config = agpio->pin_config; in acpi_populate_gpio_lookup()
784 lookup->info.debounce = agpio->debounce_timeout; in acpi_populate_gpio_lookup()
[all …]
/linux-6.6.21/arch/mips/pic32/pic32mzda/
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.6.21/drivers/mfd/
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.6.21/drivers/gpu/drm/
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.6.21/drivers/net/ethernet/microchip/lan966x/
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()
124 lan966x_vcap_is1_get_port_keysets(struct net_device *ndev, int lookup, in lan966x_vcap_is1_get_port_keysets() argument
132 val = lan_rd(lan966x, ANA_VCAP_S1_CFG(port->chip_port, lookup)); in lan966x_vcap_is1_get_port_keysets()
184 lan966x_vcap_is2_get_port_keysets(struct net_device *dev, int lookup, in lan966x_vcap_is2_get_port_keysets() argument
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()
[all …]
/linux-6.6.21/drivers/tty/serdev/
Dcore.c605 struct acpi_serdev_lookup *lookup = data; in acpi_serdev_parse_resource() local
612 if (lookup->index != -1 && lookup->n++ != lookup->index) in acpi_serdev_parse_resource()
615 status = acpi_get_handle(lookup->device_handle, in acpi_serdev_parse_resource()
617 &lookup->controller_handle); in acpi_serdev_parse_resource()
630 struct acpi_serdev_lookup *lookup) in acpi_serdev_do_lookup() argument
635 lookup->device_handle = acpi_device_handle(adev); in acpi_serdev_do_lookup()
636 lookup->controller_handle = NULL; in acpi_serdev_do_lookup()
637 lookup->n = 0; in acpi_serdev_do_lookup()
641 acpi_serdev_parse_resource, lookup); in acpi_serdev_do_lookup()
653 struct acpi_serdev_lookup lookup; in acpi_serdev_check_resources() local
[all …]
/linux-6.6.21/drivers/platform/x86/intel/int3472/
Dled.c55 int3472->pled.lookup.provider = int3472->pled.name; in skl_int3472_register_pled()
56 int3472->pled.lookup.dev_id = int3472->sensor_name; in skl_int3472_register_pled()
57 int3472->pled.lookup.con_id = "privacy-led"; in skl_int3472_register_pled()
58 led_add_lookup(&int3472->pled.lookup); in skl_int3472_register_pled()
72 led_remove_lookup(&int3472->pled.lookup); in skl_int3472_unregister_pled()
/linux-6.6.21/fs/ocfs2/
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);
Ddir.c1005 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument
1028 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx()
1035 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx()
1058 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument
1064 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry()
1079 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1080 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1230 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument
1233 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx()
1234 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx()
[all …]
/linux-6.6.21/fs/smb/server/mgmt/
Dshare_config.c128 struct ksmbd_share_config *lookup; in share_config_request() local
192 lookup = __share_lookup(name); in share_config_request()
193 if (lookup) in share_config_request()
194 lookup = __get_share_config(lookup); in share_config_request()
195 if (!lookup) { in share_config_request()
199 share = lookup; in share_config_request()
/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_flower.c20 #define VCAP_IS1_CHAIN(lookup) \ argument
21 (1 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP)
22 #define VCAP_IS2_CHAIN(lookup, pag) \ argument
23 (2 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP + (pag))
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()
50 if (chain == VCAP_IS2_CHAIN(lookup, pag)) in ocelot_chain_to_block()
78 int lookup; in ocelot_chain_to_pag() local
[all …]
/linux-6.6.21/include/linux/
Dof_platform.h84 const struct of_dev_auxdata *lookup,
87 const struct of_dev_auxdata *lookup,
109 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
115 const struct of_dev_auxdata *lookup, in of_platform_default_populate() argument
/linux-6.6.21/fs/orangefs/
Ddcache.c34 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_revalidate_lookup()
35 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_revalidate_lookup()
36 strncpy(new_op->upcall.req.lookup.d_name, in orangefs_revalidate_lookup()
58 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
Dnamei.c131 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_lookup()
138 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_lookup()
140 strncpy(new_op->upcall.req.lookup.d_name, dentry->d_name.name, in orangefs_lookup()
146 new_op->upcall.req.lookup.d_name, in orangefs_lookup()
147 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup()
148 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
154 &new_op->downcall.resp.lookup.refn.khandle, in orangefs_lookup()
155 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
160 inode = orangefs_iget(dir->i_sb, &new_op->downcall.resp.lookup.refn); in orangefs_lookup()
432 .lookup = orangefs_lookup,
/linux-6.6.21/sound/soc/mediatek/mt8186/
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.6.21/Documentation/bpf/
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.6.21/drivers/clk/x86/
Dclk-pmc-atom.c33 struct clk_lookup *lookup; member
39 struct clk_lookup *lookup; member
197 pclk->lookup = clkdev_hw_create(&pclk->hw, init.name, NULL); in plt_clk_register()
198 if (!pclk->lookup) { in plt_clk_register()
210 clkdev_drop(pclk->lookup); in plt_clk_unregister()
229 pclk->lookup = clkdev_hw_create(pclk->clk, name, NULL); in plt_clk_register_fixed_rate()
230 if (!pclk->lookup) { in plt_clk_register_fixed_rate()
240 clkdev_drop(pclk->lookup); in plt_clk_unregister_fixed_rate()
/linux-6.6.21/net/netfilter/ipvs/
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.6.21/drivers/clk/
Dclk-s2mps11.c27 struct clk_lookup *lookup; member
180 s2mps11_clks[i].lookup = clkdev_hw_create(&s2mps11_clks[i].hw, in s2mps11_clk_probe()
182 if (!s2mps11_clks[i].lookup) { in s2mps11_clk_probe()
200 clkdev_drop(s2mps11_clks[i].lookup); in s2mps11_clk_probe()
216 if (!s2mps11_clks[i].lookup) in s2mps11_clk_remove()
218 clkdev_drop(s2mps11_clks[i].lookup); in s2mps11_clk_remove()
/linux-6.6.21/sound/soc/intel/skylake/
Dskl-ssp-clk.c23 struct clk_lookup *lookup; member
28 struct clk_lookup *lookup; member
273 clkdev_drop(pclk[id].lookup); in unregister_parent_src_clk()
281 clkdev_drop(dclk->clk[dclk->avail_clk_cnt]->lookup); in unregister_src_clk()
300 parent[i].lookup = clkdev_hw_create(parent[i].hw, pclk[i].name, in skl_register_parent_clks()
302 if (!parent[i].lookup) { in skl_register_parent_clks()
343 clkdev->lookup = clkdev_hw_create(&clkdev->hw, init.name, NULL); in register_skl_clk()
344 if (!clkdev->lookup) in register_skl_clk()
/linux-6.6.21/drivers/media/dvb-frontends/
Dstv0900_core.c591 const struct stv0900_table *lookup, in stv0900_get_rf_level() argument
602 if ((lookup == NULL) || (lookup->size <= 0)) in stv0900_get_rf_level()
609 imax = lookup->size - 1; in stv0900_get_rf_level()
610 if (INRANGE(lookup->table[imin].regval, agc_gain, in stv0900_get_rf_level()
611 lookup->table[imax].regval)) { in stv0900_get_rf_level()
615 if (INRANGE(lookup->table[imin].regval, in stv0900_get_rf_level()
617 lookup->table[i].regval)) in stv0900_get_rf_level()
623 rf_lvl = (s32)agc_gain - lookup->table[imin].regval; in stv0900_get_rf_level()
624 rf_lvl *= (lookup->table[imax].realval - in stv0900_get_rf_level()
625 lookup->table[imin].realval); in stv0900_get_rf_level()
[all …]

12345678910>>...18