Searched refs:item_count (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsmisc.c80 u16 item_count = 0; local
149 item_count = ACPI_GET8(source);
150 ACPI_SET8(destination) = (u8) item_count;
153 (info->value * (item_count - 1));
158 item_count = aml_resource_length;
159 ACPI_SET16(destination) = item_count;
162 (info->value * (item_count - 1));
175 * Raw data move. Use the Info value field unless item_count has
179 item_count = info->value;
181 acpi_rs_move_data(destination, source, item_count,
332 u16 item_count = 0; local
[all...]
H A Drsutils.c119 * item_count - How many items to move
131 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) argument
139 for (i = 0; i < item_count; i++) {
146 ACPI_MEMCPY(destination, source, item_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dmenubox.c201 max_choice = MIN(menu_height, item_count());
252 (scroll >= 0) && (scroll + max_choice <= item_count())) {
259 if (choice >= item_count() - max_choice / 2)
260 scroll = first_item = item_count() - max_choice;
273 print_arrows(dialog, item_count(), scroll,
324 (scroll + max_choice < item_count())) {
347 if (scroll + max_choice < item_count()) {
361 print_arrows(dialog, item_count(), scroll,
H A Dchecklist.c134 max_choice = MIN(list_height, item_count());
192 print_arrows(dialog, choice, item_count(), scroll,
228 print_arrows(dialog, choice, item_count(),
239 if (scroll + choice >= item_count() - 1)
256 print_arrows(dialog, choice, item_count(),
H A Ddialog.h176 int item_count(void);
H A Dutil.c601 int item_count(void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacresrc.h246 void *source, u16 item_count, u8 move_type);

Completed in 51 milliseconds