/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-acpi.c | 74 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local 75 struct i2c_board_info *info = lookup->info; in i2c_acpi_fill_info() 82 if (lookup->index != -1 && lookup->n++ != lookup->index) in i2c_acpi_fill_info() 85 status = acpi_get_handle(lookup->device_handle, in i2c_acpi_fill_info() 87 &lookup->adapter_handle); in i2c_acpi_fill_info() 92 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info() 109 struct i2c_acpi_lookup *lookup) in i2c_acpi_do_lookup() 111 struct i2c_board_info *info = lookup in i2c_acpi_do_lookup() 108 i2c_acpi_do_lookup(struct acpi_device *adev, struct i2c_acpi_lookup *lookup) i2c_acpi_do_lookup() argument 182 struct i2c_acpi_lookup lookup; i2c_acpi_get_info() local 305 struct i2c_acpi_lookup *lookup = data; i2c_acpi_lookup_speed() local 337 struct i2c_acpi_lookup lookup; i2c_acpi_find_bus_speed() local 473 struct i2c_acpi_lookup lookup; i2c_acpi_new_device() local [all...] |
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-core-acpi.c | 106 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() 148 struct i2c_board_info *info = lookup in i2c_acpi_do_lookup() 145 i2c_acpi_do_lookup(struct acpi_device *adev, struct i2c_acpi_lookup *lookup) i2c_acpi_do_lookup() argument 237 struct i2c_acpi_lookup lookup; i2c_acpi_get_info() local 361 struct i2c_acpi_lookup *lookup = data; i2c_acpi_lookup_speed() local 390 struct i2c_acpi_lookup lookup; i2c_acpi_find_bus_speed() local 511 struct i2c_acpi_lookup lookup; i2c_acpi_new_device_by_fwnode() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_vcap_debugfs.c | 34 return "no lookup"; in sparx5_vcap_is0_etype_str() 58 return "no lookup"; in sparx5_vcap_is0_mpls_str() 70 return "no lookup"; in sparx5_vcap_is0_mlbs_str() 81 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() 89 /* Get lookup state */ in sparx5_vcap_is0_port_keys() 91 ANA_CL_ADV_CL_CFG(port->portno, lookup)); in sparx5_vcap_is0_port_keys() 124 int lookup; sparx5_vcap_is2_port_keys() local 236 int lookup; sparx5_vcap_is2_port_stickies() local 330 int lookup; sparx5_vcap_es2_port_keys() local 409 int lookup; sparx5_vcap_es2_port_stickies() local [all...] |
H A D | sparx5_vcap_impl.c | 281 /* Check if this is the first lookup of IS0 */ 292 /* Check if this is the first lookup of IS2 */ 360 /* Convert IS0 chain id to vcap lookup id */ 363 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; sparx5_vcap_is2_cid_to_lookup() local 397 int lookup = 0; sparx5_vcap_es2_cid_to_lookup() local 421 sparx5_vcap_is0_get_port_keysets(struct net_device *ndev, int lookup, struct vcap_keyset_list *keysetlist, u16 l3_proto) sparx5_vcap_is0_get_port_keysets() argument 475 sparx5_vcap_is2_get_port_keysets(struct net_device *ndev, int lookup, struct vcap_keyset_list *keysetlist, u16 l3_proto) sparx5_vcap_is2_get_port_keysets() argument 629 sparx5_vcap_es2_get_port_keysets(struct net_device *ndev, int lookup, struct vcap_keyset_list *keysetlist, u16 l3_proto) sparx5_vcap_es2_get_port_keysets() argument 698 int lookup, err = -EINVAL; sparx5_vcap_get_port_keyset() local 769 int idx, jdx, lookup; sparx5_vcap_validate_keyset() local 1534 sparx5_vcap_is0_set_port_keyset(struct net_device *ndev, int lookup, enum vcap_keyfield_set keyset, int l3_proto) sparx5_vcap_is0_set_port_keyset() argument 1623 sparx5_vcap_is2_set_port_keyset(struct net_device *ndev, int lookup, enum vcap_keyfield_set keyset, int l3_proto) sparx5_vcap_is2_set_port_keyset() argument 1716 sparx5_vcap_es2_set_port_keyset(struct net_device *ndev, int lookup, enum vcap_keyfield_set keyset, int l3_proto) sparx5_vcap_es2_set_port_keyset() argument 1759 int lookup; sparx5_vcap_set_port_keyset() local 1796 int portno, lookup; sparx5_vcap_is0_port_key_selection() local 1822 int portno, lookup; sparx5_vcap_is2_port_key_selection() local 1865 int portno, lookup; sparx5_vcap_es2_port_key_selection() local 1904 int portno, lookup; sparx5_vcap_port_key_deselection() local [all...] |
/kernel/linux/linux-6.6/net/qrtr/ |
H A D | ns.c | 39 [QRTR_TYPE_NEW_LOOKUP] = "new-lookup", 40 [QRTR_TYPE_DEL_LOOKUP] = "del-lookup", 192 pr_err("failed to send lookup notification\n"); in lookup_notify() 266 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 in server_del() 384 struct qrtr_lookup *lookup; ctrl_cmd_del_client() local 458 struct qrtr_lookup *lookup; ctrl_cmd_new_server() local 524 struct qrtr_lookup *lookup; ctrl_cmd_new_lookup() local 565 struct qrtr_lookup *lookup; ctrl_cmd_del_lookup() local [all...] |
/kernel/linux/linux-5.10/net/qrtr/ |
H A D | ns.c | 38 [QRTR_TYPE_NEW_LOOKUP] = "new-lookup", 39 [QRTR_TYPE_DEL_LOOKUP] = "del-lookup", 190 pr_err("failed to send lookup notification\n"); in lookup_notify() 278 struct qrtr_lookup *lookup; in server_del() local 294 lookup = container_of(li, struct qrtr_lookup, li); in server_del() 295 if (lookup->service && lookup->service != srv->service) in server_del() 297 if (lookup->instance && lookup->instance != srv->instance) in server_del() 300 lookup_notify(&lookup in server_del() 426 struct qrtr_lookup *lookup; ctrl_cmd_del_client() local 515 struct qrtr_lookup *lookup; ctrl_cmd_new_server() local 591 struct qrtr_lookup *lookup; ctrl_cmd_new_lookup() local 657 struct qrtr_lookup *lookup; ctrl_cmd_del_lookup() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-acpi.c | 756 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 in acpi_populate_gpio_lookup() 808 acpi_gpio_resource_lookup(struct acpi_gpio_lookup *lookup, struct acpi_gpio_info *info) acpi_gpio_resource_lookup() argument 833 acpi_gpio_property_lookup(struct fwnode_handle *fwnode, const char *propname, int index, struct acpi_gpio_lookup *lookup) acpi_gpio_property_lookup() argument 897 struct acpi_gpio_lookup lookup; acpi_get_gpiod_by_index() local 945 struct acpi_gpio_lookup lookup; acpi_get_gpiod_from_data() local [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-acpi.c | 644 struct acpi_gpio_lookup *lookup = data; in acpi_populate_gpio_lookup() local 649 if (!lookup->desc) { in acpi_populate_gpio_lookup() 655 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ONLY_GPIOIO && gpioint) in acpi_populate_gpio_lookup() 656 lookup->index++; in acpi_populate_gpio_lookup() 658 if (lookup->n++ != lookup->index) in acpi_populate_gpio_lookup() 661 pin_index = lookup->pin_index; in acpi_populate_gpio_lookup() 665 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER) in acpi_populate_gpio_lookup() 670 lookup->desc = desc; in acpi_populate_gpio_lookup() 671 lookup in acpi_populate_gpio_lookup() 694 acpi_gpio_resource_lookup(struct acpi_gpio_lookup *lookup, struct acpi_gpio_info *info) acpi_gpio_resource_lookup() argument 719 acpi_gpio_property_lookup(struct fwnode_handle *fwnode, const char *propname, int index, struct acpi_gpio_lookup *lookup) acpi_gpio_property_lookup() argument 785 struct acpi_gpio_lookup lookup; acpi_get_gpiod_by_index() local 893 struct acpi_gpio_lookup lookup; acpi_node_get_gpiod() local [all...] |
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/ |
H A D | init.c | 90 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()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | arizona-spi.c | 46 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() [all...] |
/kernel/linux/linux-5.10/arch/mips/pic32/pic32mzda/ |
H A D | init.c | 115 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data() argument 122 for (; lookup->compatible; lookup++) { in pic32_of_prepare_platform_data() 123 np = of_find_compatible_node(NULL, NULL, lookup->compatible); in pic32_of_prepare_platform_data() 125 lookup->name = (char *)np->name; in pic32_of_prepare_platform_data() 126 if (lookup->phys_addr) in pic32_of_prepare_platform_data() 129 lookup->phys_addr = res.start; in pic32_of_prepare_platform_data()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_flower.c | 11 /* Arbitrarily chosen constants for encoding the VCAP block and lookup number 19 #define VCAP_IS1_CHAIN(lookup) \ 20 (1 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP) 21 #define VCAP_IS2_CHAIN(lookup, pag) \ 22 (2 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP + (pag)) 26 int lookup, pag; in ocelot_chain_to_block() local 40 for (lookup = 0; lookup < VCAP_IS1_NUM_LOOKUPS; lookup++) in ocelot_chain_to_block() 41 if (chain == VCAP_IS1_CHAIN(lookup)) in ocelot_chain_to_block() 71 int lookup; ocelot_chain_to_pag() local [all...] |
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/ |
H A D | platform_tc35876x.c | 26 struct gpiod_lookup *lookup = table->table; in tc35876x_platform_data() local 28 lookup[0].chip_hwnum = get_gpio_by_name("LCMB_RXEN"); in tc35876x_platform_data() 29 lookup[1].chip_hwnum = get_gpio_by_name("6S6P_BL_EN"); in tc35876x_platform_data() 30 lookup[2].chip_hwnum = get_gpio_by_name("EN_VREG_LCD_V3P3"); in tc35876x_platform_data()
|
H A D | platform_bt.c | 40 struct gpiod_lookup *lookup = table->table; in tng_bt_sfi_setup() local 51 lookup[0].chip_hwnum = get_gpio_by_name(TNG_BT_SFI_GPIO_DEVICE_WAKEUP); in tng_bt_sfi_setup() 52 lookup[1].chip_hwnum = get_gpio_by_name(TNG_BT_SFI_GPIO_SHUTDOWN); in tng_bt_sfi_setup() 53 lookup[2].chip_hwnum = get_gpio_by_name(TNG_BT_SFI_GPIO_HOST_WAKEUP); in tng_bt_sfi_setup()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.h | 45 struct ocfs2_dir_lookup_result *lookup); 54 struct ocfs2_dir_lookup_result *lookup); 59 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() 63 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry() 88 struct ocfs2_dir_lookup_result *lookup); 55 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) ocfs2_add_entry() argument
|
H A D | dir.c | 1013 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() 1036 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx() 1043 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx() 1066 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() 1072 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry() 1075 * The unindexed dir code only uses part of the lookup in ocfs2_find_entry() 1087 lookup->dl_leaf_bh = bh; in ocfs2_find_entry() 1088 lookup->dl_entry = res_dir; in ocfs2_find_entry() 1238 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() 1241 struct buffer_head *dx_root_bh = lookup in ocfs2_delete_entry_dx() 1011 ocfs2_find_entry_dx(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_entry_dx() argument 1065 ocfs2_find_entry(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_entry() argument 1237 ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) ocfs2_delete_entry_dx() argument 1493 ocfs2_dx_dir_insert(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) ocfs2_dx_dir_insert() argument 1528 ocfs2_remove_block_from_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) ocfs2_remove_block_from_free_list() argument 1559 ocfs2_recalc_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) ocfs2_recalc_free_list() argument 1587 __ocfs2_add_entry(handle_t *handle, struct inode *dir, const char *name, int namelen, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) __ocfs2_add_entry() argument 1973 ocfs2_find_files_on_disk(const char *name, int namelen, u64 *blkno, struct inode *inode, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_files_on_disk() argument 2004 struct ocfs2_dir_lookup_result lookup = { NULL, }; ocfs2_lookup_ino_from_name() local 2024 struct ocfs2_dir_lookup_result lookup = { NULL, }; ocfs2_check_dir_for_entry() local 2775 ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **first_block_bh) ocfs2_expand_inline_dir() argument 3157 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) ocfs2_extend_dir() argument 3893 ocfs2_find_dir_space_dx(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_dir_space_dx() argument 3966 ocfs2_search_dx_free_list(struct inode *dir, struct buffer_head *dx_root_bh, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_search_dx_free_list() argument 4145 ocfs2_prepare_dx_dir_for_insert(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_prepare_dx_dir_for_insert() argument 4247 ocfs2_prepare_dir_for_insert(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_prepare_dir_for_insert() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.h | 43 struct ocfs2_dir_lookup_result *lookup); 52 struct ocfs2_dir_lookup_result *lookup); 57 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() 61 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry() 86 struct ocfs2_dir_lookup_result *lookup); 53 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) ocfs2_add_entry() argument
|
H A D | dir.c | 1005 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() 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() 1064 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry() 1067 * The unindexed dir code only uses part of the 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() 1233 struct buffer_head *dx_root_bh = lookup in ocfs2_delete_entry_dx() 1003 ocfs2_find_entry_dx(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_entry_dx() argument 1057 ocfs2_find_entry(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_entry() argument 1229 ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) ocfs2_delete_entry_dx() argument 1485 ocfs2_dx_dir_insert(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) ocfs2_dx_dir_insert() argument 1520 ocfs2_remove_block_from_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) ocfs2_remove_block_from_free_list() argument 1551 ocfs2_recalc_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) ocfs2_recalc_free_list() argument 1579 __ocfs2_add_entry(handle_t *handle, struct inode *dir, const char *name, int namelen, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) __ocfs2_add_entry() argument 1962 ocfs2_find_files_on_disk(const char *name, int namelen, u64 *blkno, struct inode *inode, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_files_on_disk() argument 1993 struct ocfs2_dir_lookup_result lookup = { NULL, }; ocfs2_lookup_ino_from_name() local 2013 struct ocfs2_dir_lookup_result lookup = { NULL, }; ocfs2_check_dir_for_entry() local 2764 ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **first_block_bh) ocfs2_expand_inline_dir() argument 3146 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) ocfs2_extend_dir() argument 3879 ocfs2_find_dir_space_dx(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_find_dir_space_dx() argument 3952 ocfs2_search_dx_free_list(struct inode *dir, struct buffer_head *dx_root_bh, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_search_dx_free_list() argument 4131 ocfs2_prepare_dx_dir_for_insert(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_prepare_dx_dir_for_insert() argument 4233 ocfs2_prepare_dir_for_insert(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) ocfs2_prepare_dir_for_insert() argument [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/intel/int3472/ |
H A D | led.c | 55 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_privacy_screen_x86.c | 16 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()
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | core.c | 569 struct acpi_serdev_lookup *lookup = data; in acpi_serdev_parse_resource() local 579 if (lookup->index != -1 && lookup->n++ != lookup->index) in acpi_serdev_parse_resource() 584 status = acpi_get_handle(lookup->device_handle, in acpi_serdev_parse_resource() 586 &lookup->controller_handle); in acpi_serdev_parse_resource() 599 struct acpi_serdev_lookup *lookup) in acpi_serdev_do_lookup() 604 lookup->device_handle = acpi_device_handle(adev); in acpi_serdev_do_lookup() 605 lookup->controller_handle = NULL; in acpi_serdev_do_lookup() 606 lookup in acpi_serdev_do_lookup() 598 acpi_serdev_do_lookup(struct acpi_device *adev, struct acpi_serdev_lookup *lookup) acpi_serdev_do_lookup() argument 622 struct acpi_serdev_lookup lookup; acpi_serdev_check_resources() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | core.c | 605 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() 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 in acpi_serdev_do_lookup() 629 acpi_serdev_do_lookup(struct acpi_device *adev, struct acpi_serdev_lookup *lookup) acpi_serdev_do_lookup() argument 653 struct acpi_serdev_lookup lookup; acpi_serdev_check_resources() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_vcap_impl.c | 101 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() 276 int lookup; lan966x_vcap_validate_keyset() local 327 u32 lookup; lan966x_vcap_is1_add_default_fields() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_flower.c | 12 /* Arbitrarily chosen constants for encoding the VCAP block and lookup number 20 #define VCAP_IS1_CHAIN(lookup) \ 21 (1 * VCAP_BLOCK + (lookup) * VCAP_LOOKUP) 22 #define VCAP_IS2_CHAIN(lookup, pag) \ 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() 78 int lookup; ocelot_chain_to_pag() local [all...] |
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | share_config.c | 128 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()
|