/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_patch.c | 83 ucontrol->value.enumerated.item[0] = ac97->indep_surround; in ac97_surround_jack_mode_get() 90 unsigned char indep = !!ucontrol->value.enumerated.item[0]; in ac97_surround_jack_mode_put() 112 ucontrol->value.enumerated.item[0] = ac97->channel_mode; in ac97_channel_mode_get() 119 unsigned char mode = ucontrol->value.enumerated.item[0]; in ac97_channel_mode_put() 237 ucontrol->value.enumerated.item[0] = val; in snd_ac97_ymf7x3_get_speaker() 247 if (ucontrol->value.enumerated.item[0] > 2) in snd_ac97_ymf7x3_put_speaker() 249 val = (ucontrol->value.enumerated.item[0] + 1) << 10; in snd_ac97_ymf7x3_put_speaker() 279 ucontrol->value.enumerated.item[0] = (val >> 1) & 1; in snd_ac97_ymf7x3_spdif_source_get() 289 if (ucontrol->value.enumerated.item[0] > 1) in snd_ac97_ymf7x3_spdif_source_put() 291 val = ucontrol->value.enumerated.item[ in snd_ac97_ymf7x3_spdif_source_put() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 105 for item in objlist: 106 self._recs.append({"objid": item, "value": item.var_tuple()}) 161 for item in self: 162 if item.weak_eq(by_obj): 163 return item 167 for item in self: 168 if item.weak_eq(by_obj): 169 self.remove(item)
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | rx51.c | 121 ucontrol->value.enumerated.item[0] = rx51_spk_func; in rx51_get_spk() 131 if (rx51_spk_func == ucontrol->value.enumerated.item[0]) in rx51_set_spk() 134 rx51_spk_func = ucontrol->value.enumerated.item[0]; in rx51_set_spk() 156 ucontrol->value.enumerated.item[0] = rx51_dmic_func; in rx51_get_input() 166 if (rx51_dmic_func == ucontrol->value.enumerated.item[0]) in rx51_set_input() 169 rx51_dmic_func = ucontrol->value.enumerated.item[0]; in rx51_set_input() 178 ucontrol->value.enumerated.item[0] = rx51_jack_func; in rx51_get_jack() 188 if (rx51_jack_func == ucontrol->value.enumerated.item[0]) in rx51_set_jack() 191 rx51_jack_func = ucontrol->value.enumerated.item[0]; in rx51_set_jack()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 105 for item in objlist: 106 self._recs.append({"objid": item, "value": item.var_tuple()}) 161 for item in self: 162 if item.weak_eq(by_obj): 163 return item 167 for item in self: 168 if item.weak_eq(by_obj): 169 self.remove(item)
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | rx51.c | 121 ucontrol->value.enumerated.item[0] = rx51_spk_func; in rx51_get_spk() 131 if (rx51_spk_func == ucontrol->value.enumerated.item[0]) in rx51_set_spk() 134 rx51_spk_func = ucontrol->value.enumerated.item[0]; in rx51_set_spk() 156 ucontrol->value.enumerated.item[0] = rx51_dmic_func; in rx51_get_input() 166 if (rx51_dmic_func == ucontrol->value.enumerated.item[0]) in rx51_set_input() 169 rx51_dmic_func = ucontrol->value.enumerated.item[0]; in rx51_set_input() 178 ucontrol->value.enumerated.item[0] = rx51_jack_func; in rx51_get_jack() 188 if (rx51_jack_func == ucontrol->value.enumerated.item[0]) in rx51_set_jack() 191 rx51_jack_func = ucontrol->value.enumerated.item[0]; in rx51_set_jack()
|
/kernel/linux/linux-5.10/scripts/basic/ |
H A D | fixdep.c | 159 struct item { struct 160 struct item *next; 167 static struct item *hashtab[HASHSZ]; 184 struct item *aux; in is_defined_config() 199 struct item *aux = malloc(sizeof(*aux) + len); in define_config()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 76 static void dlm_request_all_locks_worker(struct dlm_work_item *item, 78 static void dlm_mig_lockres_worker(struct dlm_work_item *item, void *data); 142 struct dlm_work_item *item, *next; in dlm_dispatch_work() local 150 list_for_each_entry(item, &tmp_list, list) { in dlm_dispatch_work() 155 list_for_each_entry_safe(item, next, &tmp_list, list) { in dlm_dispatch_work() 156 workfunc = item->func; in dlm_dispatch_work() 157 list_del_init(&item->list); in dlm_dispatch_work() 161 BUG_ON(item->dlm != dlm); in dlm_dispatch_work() 165 workfunc(item, item in dlm_dispatch_work() 828 struct dlm_work_item *item = NULL; dlm_request_all_locks_handler() local 872 dlm_request_all_locks_worker(struct dlm_work_item *item, void *data) dlm_request_all_locks_worker() argument 1364 struct dlm_work_item *item = NULL; dlm_mig_lockres_handler() local 1542 dlm_mig_lockres_worker(struct dlm_work_item *item, void *data) dlm_mig_lockres_worker() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 74 static void dlm_request_all_locks_worker(struct dlm_work_item *item, 76 static void dlm_mig_lockres_worker(struct dlm_work_item *item, void *data); 133 struct dlm_work_item *item, *next; in dlm_dispatch_work() local 141 list_for_each_entry(item, &tmp_list, list) { in dlm_dispatch_work() 146 list_for_each_entry_safe(item, next, &tmp_list, list) { in dlm_dispatch_work() 147 workfunc = item->func; in dlm_dispatch_work() 148 list_del_init(&item->list); in dlm_dispatch_work() 152 BUG_ON(item->dlm != dlm); in dlm_dispatch_work() 156 workfunc(item, item in dlm_dispatch_work() 819 struct dlm_work_item *item = NULL; dlm_request_all_locks_handler() local 863 dlm_request_all_locks_worker(struct dlm_work_item *item, void *data) dlm_request_all_locks_worker() argument 1355 struct dlm_work_item *item = NULL; dlm_mig_lockres_handler() local 1533 dlm_mig_lockres_worker(struct dlm_work_item *item, void *data) dlm_mig_lockres_worker() argument [all...] |
/kernel/linux/linux-6.6/include/linux/soc/qcom/ |
H A D | smem.h | 8 int qcom_smem_alloc(unsigned host, unsigned item, size_t size); 9 void *qcom_smem_get(unsigned host, unsigned item, size_t *size);
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | grant-table.c | 1228 static void __gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item); 1241 static void __gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item) in __gnttab_unmap_refs_async() argument 1246 for (pc = 0; pc < item->count; pc++) { in __gnttab_unmap_refs_async() 1247 if (page_count(item->pages[pc]) > 1) { in __gnttab_unmap_refs_async() 1248 unsigned long delay = GNTTAB_UNMAP_REFS_DELAY * (item->age + 1); in __gnttab_unmap_refs_async() 1249 schedule_delayed_work(&item->gnttab_work, in __gnttab_unmap_refs_async() 1255 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async() 1256 item->pages, item in __gnttab_unmap_refs_async() 1260 gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item) gnttab_unmap_refs_async() argument 1278 gnttab_unmap_refs_sync(struct gntab_unmap_queue_data *item) gnttab_unmap_refs_sync() argument [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | grant-table.c | 1312 static void __gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item); 1325 static void __gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item) in __gnttab_unmap_refs_async() argument 1330 for (pc = 0; pc < item->count; pc++) { in __gnttab_unmap_refs_async() 1331 if (page_count(item->pages[pc]) > 1) { in __gnttab_unmap_refs_async() 1332 unsigned long delay = GNTTAB_UNMAP_REFS_DELAY * (item->age + 1); in __gnttab_unmap_refs_async() 1333 schedule_delayed_work(&item->gnttab_work, in __gnttab_unmap_refs_async() 1339 ret = gnttab_unmap_refs(item->unmap_ops, item->kunmap_ops, in __gnttab_unmap_refs_async() 1340 item->pages, item in __gnttab_unmap_refs_async() 1344 gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item) gnttab_unmap_refs_async() argument 1362 gnttab_unmap_refs_sync(struct gntab_unmap_queue_data *item) gnttab_unmap_refs_sync() argument [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | think-lmi.c | 31 * Description: Get item name and settings for current LMI instance. 86 * Description: Return a list of valid settings for a given item. 352 static int tlmi_setting(int item, char **value, const char *guid_string) in tlmi_setting() argument 358 status = wmi_query_block(guid_string, item, &output); in tlmi_setting() 369 static int tlmi_get_bios_selections(const char *item, char **value) in tlmi_get_bios_selections() argument 371 const struct acpi_buffer input = { strlen(item), (char *)item }; in tlmi_get_bios_selections() 933 char *item, *value, *p; in current_value_show() local 936 ret = tlmi_setting(setting->index, &item, LENOVO_BIOS_SETTING_GUID); in current_value_show() 940 /* validate and split from `item,valu in current_value_show() 1449 char *item = NULL; tlmi_analyze() local [all...] |
H A D | sony-laptop.c | 952 struct sony_nc_value *item = in sony_nc_sysfs_show() local 955 if (!*item->acpiget) in sony_nc_sysfs_show() 958 ret = sony_nc_int_call(sony_nc_acpi_handle, *item->acpiget, NULL, in sony_nc_sysfs_show() 963 if (item->validate) in sony_nc_sysfs_show() 964 value = item->validate(SNC_VALIDATE_OUT, value); in sony_nc_sysfs_show() 975 struct sony_nc_value *item = in sony_nc_sysfs_store() local 978 if (!item->acpiset) in sony_nc_sysfs_store() 987 if (item->validate) in sony_nc_sysfs_store() 988 value = item->validate(SNC_VALIDATE_IN, value); in sony_nc_sysfs_store() 993 ret = sony_nc_int_call(sony_nc_acpi_handle, *item in sony_nc_sysfs_store() 1548 struct sony_nc_value *item; sony_nc_resume() local 3158 struct sony_nc_value *item; sony_nc_add() local 3273 struct sony_nc_value *item; sony_nc_remove() local [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 108 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put() local 109 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() 111 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put() 112 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put() 131 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() local 133 strcpy(new->m_class, item->m_class); in ip_map_init() 134 new->m_addr = item->m_addr; in ip_map_init() 139 struct ip_map *item = container_of(citem, struct ip_map, h); in update() local 141 kref_get(&item->m_client->h.ref); in update() 142 new->m_client = item in update() 423 struct cache_head *item = &ug->h; unix_gid_free() local 433 struct cache_head *item = container_of(kref, struct cache_head, ref); unix_gid_put() local 448 struct unix_gid *item = container_of(citem, struct unix_gid, h); unix_gid_init() local 454 struct unix_gid *item = container_of(citem, struct unix_gid, h); unix_gid_update() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | firmware.c | 511 struct brcmf_fw_item *item; in brcmf_fw_free_request() local 514 for (i = 0, item = &req->items[0]; i < req->n_items; i++, item++) { in brcmf_fw_free_request() 515 if (item->type == BRCMF_FW_TYPE_BINARY) in brcmf_fw_free_request() 516 release_firmware(item->binary); in brcmf_fw_free_request() 517 else if (item->type == BRCMF_FW_TYPE_NVRAM) in brcmf_fw_free_request() 518 brcmf_fw_nvram_free(item->nv_data.data); in brcmf_fw_free_request() 648 struct brcmf_fw_item *item; in brcmf_fw_request_is_valid() local 654 for (i = 0, item = &req->items[0]; i < req->n_items; i++, item in brcmf_fw_request_is_valid() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.h | 242 #define ath10k_bmi_read32(ar, item, val) \ 248 addr = host_interest_item_address(HI_ITEM(item)); \ 255 #define ath10k_bmi_write32(ar, item, val) \ 261 address = host_interest_item_address(HI_ITEM(item)); \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_keys.h | 10 #include "item.h" 49 struct mlxsw_item item; /* element geometry in internal storage */ member 56 .item = { \ 77 struct mlxsw_item item; /* element geometry in block */ member 89 .item = { \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_keys.h | 10 #include "item.h" 51 struct mlxsw_item item; /* element geometry in internal storage */ member 58 .item = { \ 79 struct mlxsw_item item; /* element geometry in block */ member 91 .item = { \
|
H A D | core_linecards.c | 465 struct mlxsw_linecards_event_ops_item *item; in mlxsw_linecard_active_ops_call() local 468 list_for_each_entry(item, &linecards->event_ops_list, list) in mlxsw_linecard_active_ops_call() 470 item->event_ops->got_active, in mlxsw_linecard_active_ops_call() 471 item->priv); in mlxsw_linecard_active_ops_call() 479 struct mlxsw_linecards_event_ops_item *item; in mlxsw_linecard_inactive_ops_call() local 482 list_for_each_entry(item, &linecards->event_ops_list, list) in mlxsw_linecard_inactive_ops_call() 484 item->event_ops->got_inactive, in mlxsw_linecard_inactive_ops_call() 485 item->priv); in mlxsw_linecard_inactive_ops_call() 491 const struct mlxsw_linecards_event_ops_item *item) in mlxsw_linecards_event_ops_register_call() 501 item in mlxsw_linecards_event_ops_register_call() 490 mlxsw_linecards_event_ops_register_call(struct mlxsw_linecards *linecards, const struct mlxsw_linecards_event_ops_item *item) mlxsw_linecards_event_ops_register_call() argument 508 mlxsw_linecards_event_ops_unregister_call(struct mlxsw_linecards *linecards, const struct mlxsw_linecards_event_ops_item *item) mlxsw_linecards_event_ops_unregister_call() argument 530 struct mlxsw_linecards_event_ops_item *item; mlxsw_linecards_event_ops_register() local 553 struct mlxsw_linecards_event_ops_item *item, *tmp; mlxsw_linecards_event_ops_unregister() local [all...] |
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | configfs_internal.h | 64 extern int configfs_is_root(struct config_item *item); 123 struct config_item * item = NULL; in configfs_get_config_item() local 128 item = config_item_get(sd->s_element); in configfs_get_config_item() 132 return item; in configfs_get_config_item()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.h | 242 #define ath10k_bmi_read32(ar, item, val) \ 248 addr = host_interest_item_address(HI_ITEM(item)); \ 255 #define ath10k_bmi_write32(ar, item, val) \ 261 address = host_interest_item_address(HI_ITEM(item)); \
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 23 #include "inode-item.h" 28 #include "dir-item.h" 29 #include "file-item.h" 370 * If the key is already in the destination tree the existing item is 371 * overwritten. If the existing item isn't big enough, it is extended. 374 * If the key isn't in the destination yet, a new item is inserted. 453 struct btrfs_inode_item *item; in overwrite_item() local 457 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in overwrite_item() 459 nbytes = btrfs_inode_nbytes(path->nodes[0], item); in overwrite_item() 460 item in overwrite_item() 474 struct btrfs_inode_item *item; overwrite_item() local 636 struct btrfs_file_extent_item *item; replay_one_extent() local 2029 struct btrfs_dir_log_item *item; find_dir_range() local 3503 struct btrfs_dir_log_item *item; insert_dir_log_key() local 4110 fill_inode_item(struct btrfs_trans_handle *trans, struct extent_buffer *leaf, struct btrfs_inode_item *item, struct inode *inode, int log_inode_only, u64 logged_isize) fill_inode_item() argument 4953 struct btrfs_inode_item *item; logged_inode_size() local 5557 struct btrfs_inode_item *item; conflicting_inode_is_dir() local 6257 struct btrfs_delayed_item *item; log_new_delayed_dentries() local [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | order-list-attributes.c | 28 int item; in replace_char_str() local 33 for (item = 0; item < buflen; item++) in replace_char_str() 34 if (src[item] == *repl_char) in replace_char_str() 35 src[item] = *repl_with; in replace_char_str()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | check_mmap_options.c | 64 int item = ARRAY_SIZE(sizes); in check_anonymous_memory_mapping() local 67 for (run = 0; run < item; run++) { in check_anonymous_memory_mapping() 189 int item = ARRAY_SIZE(sizes); in main() local 199 sizes[item - 3] = page_size - 1; in main() 200 sizes[item - 2] = page_size; in main() 201 sizes[item - 1] = page_size + 1; in main()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | sony-laptop.c | 953 struct sony_nc_value *item = in sony_nc_sysfs_show() local 956 if (!*item->acpiget) in sony_nc_sysfs_show() 959 ret = sony_nc_int_call(sony_nc_acpi_handle, *item->acpiget, NULL, in sony_nc_sysfs_show() 964 if (item->validate) in sony_nc_sysfs_show() 965 value = item->validate(SNC_VALIDATE_OUT, value); in sony_nc_sysfs_show() 976 struct sony_nc_value *item = in sony_nc_sysfs_store() local 979 if (!item->acpiset) in sony_nc_sysfs_store() 988 if (item->validate) in sony_nc_sysfs_store() 989 value = item->validate(SNC_VALIDATE_IN, value); in sony_nc_sysfs_store() 994 ret = sony_nc_int_call(sony_nc_acpi_handle, *item in sony_nc_sysfs_store() 1549 struct sony_nc_value *item; sony_nc_resume() local 3173 struct sony_nc_value *item; sony_nc_add() local 3288 struct sony_nc_value *item; sony_nc_remove() local [all...] |