Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 25) sorted by relevance

/drivers/acpi/acpica/
Ddswstate.c80 state = walk_state->results; in acpi_ds_result_pop()
107 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
115 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop()
174 state = walk_state->results; in acpi_ds_result_push()
190 state->results.obj_desc[index] = object; in acpi_ds_result_push()
237 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push()
269 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop()
281 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop()
744 while (walk_state->results) { in acpi_ds_delete_walk_state()
745 state = walk_state->results; in acpi_ds_delete_walk_state()
[all …]
Ddsopcode.c1366 (walk_state->results->results.obj_desc[0]) == in acpi_ds_exec_end_control_op()
1370 (walk_state->results->results.obj_desc[0]) == in acpi_ds_exec_end_control_op()
1372 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op()
1376 results->results. in acpi_ds_exec_end_control_op()
1385 walk_state->results->results.obj_desc[0]; in acpi_ds_exec_end_control_op()
Dacstruct.h120 union acpi_generic_state *results; /* Stack of accumulated results */ member
Ddsmethod.c468 walk_state->results, walk_state)); in acpi_ds_restart_control_method()
Daclocal.h596 struct acpi_result_values results; member
/drivers/net/wireless/hostap/
Dhostap_info.c254 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local
268 results = kmalloc(new_count * sizeof(struct hfa384x_hostscan_result), in prism2_info_scanresults()
270 if (results == NULL) in prism2_info_scanresults()
276 memcpy(&results[i], &res[i], in prism2_info_scanresults()
278 results[i].atim = 0; in prism2_info_scanresults()
284 local->last_scan_results = results; in prism2_info_scanresults()
302 struct hfa384x_hostscan_result *results, *prev; in prism2_info_hostscanresults() local
331 results = kcalloc(new_count, sizeof(struct hfa384x_hostscan_result), in prism2_info_hostscanresults()
333 if (results == NULL) in prism2_info_hostscanresults()
337 memcpy(&results[i], ptr, copy_len); in prism2_info_hostscanresults()
[all …]
/drivers/parisc/
Dsuperio.c100 u8 results; in superio_interrupt() local
106 results = inb(IC_PIC1+0); in superio_interrupt()
113 if ((results & 0x80) == 0) { in superio_interrupt()
122 local_irq = results & 0x0f; in superio_interrupt()
134 results = inb(IC_PIC1+0); in superio_interrupt()
135 if ((results & 0x80) == 0) { /* if ISR7 not set: spurious */ in superio_interrupt()
/drivers/net/sfc/
Dtenxpress.c653 sfx7101_run_tests(struct efx_nic *efx, int *results, unsigned flags) in sfx7101_run_tests() argument
662 results[0] = rc ? -1 : 1; in sfx7101_run_tests()
678 static int sft9001_run_tests(struct efx_nic *efx, int *results, unsigned flags) in sft9001_run_tests() argument
691 results[i] = -1; in sft9001_run_tests()
720 results[1 + i] = 1; in sft9001_run_tests()
722 results[1 + i] = -1; in sft9001_run_tests()
724 results[1 + i] = -pair_res; in sft9001_run_tests()
728 results[5 + i] = len_reg; in sft9001_run_tests()
735 results[0] = rc2 ? -1 : 1; in sft9001_run_tests()
Dnet_driver.h592 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags);
/drivers/platform/x86/
Dtoshiba_acpi.c157 struct acpi_buffer results;
161 results.length = sizeof(out_objs);
162 results.pointer = out_objs;
164 status = acpi_evaluate_object(0, (char *)methodName, 0, &results);
180 struct acpi_buffer results; in hci_raw() local
192 results.length = sizeof(out_objs); in hci_raw()
193 results.pointer = out_objs; in hci_raw()
196 &results); in hci_raw()
/drivers/input/mouse/
Dtrackpoint.h130 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
Dtrackpoint.c24 static int trackpoint_read(struct ps2dev *ps2dev, unsigned char loc, unsigned char *results) in trackpoint_read() argument
27 ps2_command(ps2dev, results, MAKE_PS2_CMD(0, 1, loc))) { in trackpoint_read()
/drivers/net/wireless/libertas/
DREADME175 To see the results of use getscantable command.
180 scan results).
188 Initiate a customized scan and retrieve the results
200 keep=[0 or 1] keep the previous scan results (1), discard (0)
/drivers/video/
Dcontrolfb.c72 int i, results; in PAR_EQUAL() local
74 results = 1; in PAR_EQUAL()
76 results &= !DIRTY(regvals.clock_params[i]); in PAR_EQUAL()
77 if (!results) in PAR_EQUAL()
80 results &= !DIRTY(regvals.regs[i]); in PAR_EQUAL()
81 if (!results) in PAR_EQUAL()
DKconfig54 device-aware may cause unexpected results. If unsure, say N.
/drivers/usb/serial/
Dwhiteheat.h298 __u8 results[32]; /* test-dependent results */ member
/drivers/staging/wlan-ng/
Dprism2sta.c1230 hw->channel_info.results.scanchannels = in prism2sta_inf_chinforesults()
1233 memcpy(&inf->info.chinforesult, &hw->channel_info.results, sizeof(hfa384x_ChInfoResult_t)); in prism2sta_inf_chinforesults()
1237 if (hw->channel_info.results.scanchannels & (1<<i)) { in prism2sta_inf_chinforesults()
1239 hfa384x_ChInfoResultSub_t *chinforesult=&hw->channel_info.results.result[channel]; in prism2sta_inf_chinforesults()
Dhfa384x.h2587 hfa384x_ChInfoResult_t results; member
/drivers/staging/panel/
DKconfig113 to the terminal. This results in some non-visible but adressable characters,
/drivers/message/fusion/
Dmptbase.c539 int results; in mpt_base_reply() local
541 results = ProcessEventNotification(ioc, pEvReply, &evHandlers); in mpt_base_reply()
542 if (results != evHandlers) { in mpt_base_reply()
545 ioc->name, evHandlers, results)); in mpt_base_reply()
/drivers/scsi/aic7xxx_old/
Daic7xxx.reg1153 * BIOS trashes 20-2f, writing the synchronous negotiation results
/drivers/char/
DChangeLog45 false results by people with strange 16550As being
/drivers/scsi/aic7xxx/
Daic7xxx.reg1387 * BIOS trashes 20-2f, writing the synchronous negotiation results
Daic79xx.seq497 * instruction as the bmov results in a return
/drivers/net/
DKconfig2966 which can lead to bad results if the ATM peer loses state and