Lines Matching defs:pos

96 	struct list_head *pos;
99 list_for_each(pos, list) {
368 static int parse_cset_new_info(snd_ctl_elem_info_t *info, const char *s, const char **pos)
395 *pos = p;
404 const char *pos;
415 err = __snd_ctl_ascii_elem_id_parse(id, cset, &pos);
418 while (*pos && isspace(*pos))
419 pos++;
423 err = parse_cset_new_info(info2, pos, &pos);
424 if (err < 0 || !*pos) {
429 while (*pos && isspace(*pos))
430 pos++;
432 if (!*pos) {
473 err = read_tlv_file(&res, pos);
485 err = binary_file_parse(value, info, pos);
487 err = snd_ctl_ascii_value_parse(ctl, value, info, pos);
702 struct list_head *pos;
710 list_for_each(pos, &verb->device_list) {
711 device = list_entry(pos, struct use_case_device, list);
737 struct list_head *pos;
750 list_for_each(pos, seq) {
751 s = list_entry(pos, struct sequence_element, list);
1077 struct list_head *pos;
1080 list_for_each(pos, list) {
1081 ptr = list_entry_offset(pos, char, offset);
1108 struct list_head *pos;
1117 list_for_each(pos, list) {
1118 ptr = list_entry_offset(pos, char, offset);
1157 struct list_head *pos;
1166 list_for_each(pos, list) {
1167 ptr = list_entry_offset(pos, char, offset);
1218 struct list_head *pos, *pos1;
1233 list_for_each(pos, &dev_list->list) {
1234 device = list_entry(pos, struct dev_list_node, list);
1269 struct list_head *pos;
1271 list_for_each(pos, &verb->device_list) {
1272 device = list_entry(pos, struct use_case_device, list);
1297 struct list_head *pos;
1299 list_for_each(pos, &verb->modifier_list) {
1300 modifier = list_entry(pos, struct use_case_modifier, list);
1318 struct list_head *pos;
1320 list_for_each(pos, &uc_mgr->active_devices) {
1321 dev = list_entry(pos, struct use_case_device, active_list);
1332 struct list_head *pos;
1334 list_for_each(pos, &uc_mgr->active_modifiers) {
1335 mod = list_entry(pos, struct use_case_modifier, active_list);
1611 struct list_head *pos, *npos;
1616 list_for_each_safe(pos, npos, &uc_mgr->active_modifiers) {
1617 modifier = list_entry(pos, struct use_case_modifier,
1625 list_for_each_safe(pos, npos, &uc_mgr->active_devices) {
1626 device = list_entry(pos, struct use_case_device,
1807 struct list_head *pos;
1816 list_for_each(pos, list) {
1817 value = list_entry(pos, struct myvalue, list);
1834 struct list_head *pos, *npos;
1837 list_for_each_safe(pos, npos, list) {
1838 value = list_entry(pos, struct myvalue, list);
1852 struct list_head *pos;
1855 list_for_each(pos, list) {
1856 value = list_entry(pos, struct myvalue, list);
1878 struct list_head *pos;
1881 list_for_each(pos, source) {
1882 v = list_entry(pos, struct ucm_value, list);
1901 struct list_head *pos;
1904 list_for_each(pos, source) {
1905 v = list_entry(pos, struct ucm_value, list);
2002 struct list_head mylist, *pos;
2023 list_for_each(pos, &verb->device_list) {
2024 dev = list_entry(pos, struct use_case_device, list);
2029 list_for_each(pos, &verb->modifier_list) {
2030 mod = list_entry(pos, struct use_case_modifier, list);
2130 struct list_head *pos;
2136 list_for_each(pos, value_list) {
2137 val = list_entry(pos, struct ucm_value, list);
2495 struct list_head *pos;
2499 list_for_each(pos, &uc_mgr->active_verb->transition_list) {
2500 trans = list_entry(pos, struct transition_sequence, list);
2589 struct list_head *pos;
2611 list_for_each(pos, &xold->transition_list) {
2612 trans = list_entry(pos, struct transition_sequence, list);
2644 struct list_head *pos;
2664 list_for_each(pos, &xold->transition_list) {
2665 trans = list_entry(pos, struct transition_sequence, list);