Lines Matching defs:subsection
1410 rmclomv_cache_section_t *subsection;
1414 subsection = create_cache_section(RMCLOMV_VOLT_IND,
1420 dst_entry = &subsection->entry[subindex++];
1431 dst_entry = &subsection->entry[subindex++];
1442 dst_entry = &subsection->entry[subindex++];
1453 dst_entry = &subsection->entry[subindex++];
1464 dst_entry = &subsection->entry[subindex++];
1477 subsection->num_entries = subindex;
1478 add_section(chain_head, subsection);
1480 subsection = create_cache_section(RMCLOMV_AMP_IND,
1487 dst_entry = &subsection->entry[subindex++];
1496 dst_entry = &subsection->entry[subindex++];
1505 subsection->num_entries = subindex;
1506 add_section(chain_head, subsection);
1508 subsection = create_cache_section(RMCLOMV_TEMP_IND,
1515 dst_entry = &subsection->entry[subindex++];
1524 subsection->num_entries = subindex;
1525 add_section(chain_head, subsection);
1527 subsection = create_cache_section(RMCLOMV_FAN_IND,
1534 dst_entry = &subsection->entry[subindex++];
1542 dst_entry = &subsection->entry[subindex++];
1550 subsection->num_entries = subindex;
1551 add_section(chain_head, subsection);