/drivers/acpi/acpica/ |
D | dswstate.c | 80 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 …]
|
D | dsopcode.c | 1366 (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()
|
D | acstruct.h | 120 union acpi_generic_state *results; /* Stack of accumulated results */ member
|
D | dsmethod.c | 468 walk_state->results, walk_state)); in acpi_ds_restart_control_method()
|
D | aclocal.h | 596 struct acpi_result_values results; member
|
/drivers/net/wireless/hostap/ |
D | hostap_info.c | 254 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/ |
D | superio.c | 100 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/ |
D | tenxpress.c | 653 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()
|
D | net_driver.h | 592 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags);
|
/drivers/platform/x86/ |
D | toshiba_acpi.c | 157 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/ |
D | trackpoint.h | 130 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
|
D | trackpoint.c | 24 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/ |
D | README | 175 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/ |
D | controlfb.c | 72 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()
|
D | Kconfig | 54 device-aware may cause unexpected results. If unsure, say N.
|
/drivers/usb/serial/ |
D | whiteheat.h | 298 __u8 results[32]; /* test-dependent results */ member
|
/drivers/staging/wlan-ng/ |
D | prism2sta.c | 1230 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()
|
D | hfa384x.h | 2587 hfa384x_ChInfoResult_t results; member
|
/drivers/staging/panel/ |
D | Kconfig | 113 to the terminal. This results in some non-visible but adressable characters,
|
/drivers/message/fusion/ |
D | mptbase.c | 539 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/ |
D | aic7xxx.reg | 1153 * BIOS trashes 20-2f, writing the synchronous negotiation results
|
/drivers/char/ |
D | ChangeLog | 45 false results by people with strange 16550As being
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1387 * BIOS trashes 20-2f, writing the synchronous negotiation results
|
D | aic79xx.seq | 497 * instruction as the bmov results in a return
|
/drivers/net/ |
D | Kconfig | 2966 which can lead to bad results if the ATM peer loses state and
|