Searched defs:results (Results 1 - 19 of 19) sorted by relevance

/drivers/input/mouse/
H A Dtrackpoint.c25 static int trackpoint_read(struct ps2dev *ps2dev, unsigned char loc, unsigned char *results) argument
28 ps2_command(ps2dev, results, MAKE_PS2_CMD(0, 1, loc))) {
/drivers/parisc/
H A Dsuperio.c100 u8 results; local
106 results = inb(IC_PIC1+0);
113 if ((results & 0x80) == 0) {
122 local_irq = results & 0x0f;
134 results = inb(IC_PIC1+0);
135 if ((results & 0x80) == 0) { /* if ISR7 not set: spurious */
/drivers/net/wireless/hostap/
H A Dhostap_info.c182 /* ScanResults are sorted: first ESS results in decreasing signal
183 * quality then IBSS results in similar order.
194 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n",
238 /* Inform user space about new scan results (just empty event,
258 struct hfa384x_hostscan_result *results, *prev; local
272 results = kmalloc(new_count * sizeof(struct hfa384x_hostscan_result),
274 if (results == NULL)
280 memcpy(&results[i], &res[i],
282 results[i].atim = 0;
288 local->last_scan_results = results;
306 struct hfa384x_hostscan_result *results, *prev; local
[all...]
/drivers/net/ethernet/sfc/
H A Dmcdi_phy.c613 int *results)
651 results[count++] = (status == MC_CMD_POLL_BIST_PASSED) ? 1 : -1;
661 results[count + i] =
676 static int efx_mcdi_phy_run_tests(struct efx_nic *efx, int *results, argument
684 rc = efx_mcdi_bist(efx, MC_CMD_PHY_BIST, results);
688 results += rc;
706 rc = efx_mcdi_bist(efx, mode, results);
709 results += rc;
612 efx_mcdi_bist(struct efx_nic *efx, unsigned int bist_mode, int *results) argument
H A Dtenxpress.c429 sfx7101_run_tests(struct efx_nic *efx, int *results, unsigned flags) argument
438 results[0] = rc ? -1 : 1;
H A Dtxc43128_phy.c526 static int txc43128_run_tests(struct efx_nic *efx, int *results, unsigned flags) argument
539 results[0] = rc ? -1 : 1;
/drivers/acpi/acpica/
H A Dacstruct.h120 union acpi_generic_state *results; /* Stack of accumulated results */ member in struct:acpi_walk_state
H A Daclocal.h589 * Result values - used to accumulate the results of nested
622 struct acpi_result_values results; member in union:acpi_generic_state
/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c76 * calculation results.
245 static int lis3lv02d_selftest(struct lis3lv02d *lis3, s16 results[3]) argument
298 results[0] = x - lis3->read_data(lis3, OUTX);
299 results[1] = y - lis3->read_data(lis3, OUTY);
300 results[2] = z - lis3->read_data(lis3, OUTZ);
327 if ((results[i] < lis3->pdata->st_min_limits[i]) ||
328 (results[i] > lis3->pdata->st_max_limits[i])) {
/drivers/usb/serial/
H A Dwhiteheat.h298 __u8 results[32]; /* test-dependent results */ member in struct:whiteheat_test_info
/drivers/video/
H A Dcontrolfb.c74 int i, results; local
76 results = 1;
78 results &= !DIRTY(regvals.clock_params[i]);
79 if (!results)
82 results &= !DIRTY(regvals.regs[i]);
83 if (!results)
/drivers/platform/x86/
H A Dtoshiba_acpi.c213 struct acpi_buffer results; local
225 results.length = sizeof(out_objs);
226 results.pointer = out_objs;
230 &results);
/drivers/net/wireless/bcmdhd/
H A Dwl_iw.c1014 WL_ERROR(("%d: Scan results error %d\n", __LINE__, error));
1089 list = &((wl_iscan_results_t*)buf->iscan_buf)->results;
1473 list = &((wl_iscan_results_t*)p_buf->iscan_buf)->results;
3413 wl_scan_results_t *results; local
3438 results = &list_buf->results;
3439 results->buflen = WL_ISCAN_RESULTS_FIXED_SIZE;
3440 results->version = 0;
3441 results->count = 0;
3444 list.results
[all...]
H A Dwl_cfg80211.c1903 wl_scan_results_t *results; local
1906 results = (wl_scan_results_t *) wl->escan_info.escan_buf;
1907 results->version = 0;
1908 results->count = 0;
1909 results->buflen = WL_SCAN_RESULTS_FIXED_SIZE;
1949 * Scan results will be delivered corresponding to cfg80211_scan_request
6623 /* If cfg80211 scheduled scan is supported, report the pno results via sched
6624 * scan results
6980 * (For e.g IEs) Do a target Escan so that sched scan results are reported
7094 WL_ERR(("Scan results allo
7284 struct wl_scan_results *results; local
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c2315 struct brcmf_scan_results *results; local
2322 results = &list_buf->results;
2324 results->buflen = BRCMF_ISCAN_RESULTS_FIXED_SIZE;
2325 results->version = 0;
2326 results->count = 0;
2337 results->buflen = le32_to_cpu(results_le->buflen);
2338 results->version = le32_to_cpu(results_le->version);
2339 results->count = le32_to_cpu(results_le->count);
2340 WL_SCAN("results
[all...]
H A Ddhd.h474 /* incremental scan results struct */
481 struct brcmf_scan_results results; member in union:brcmf_iscan_results::__anon3436
489 offsetof(struct brcmf_iscan_results, results))
/drivers/net/wireless/b43/
H A Dphy_n.c1324 s32 results[8][4] = { }; local
1370 b43_nphy_poll_rssi(dev, 2, results[i], 8);
1380 curr = results[j][i] * results[j][i] +
1381 results[j][i + 1] * results[j][i];
1386 if (results[j][i] < minpoll)
1387 minpoll = results[j][i];
1397 offset[i] = -results[vcm_final][i];
1498 s32 results[ local
[all...]
/drivers/staging/wlan-ng/
H A Dhfa384x.h1341 /* Channel Info request results (AP only) */
1345 hfa384x_ChInfoResult_t results; member in struct:hfa384x::__anon5640
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h466 /* incremental scan results struct */
469 wl_scan_results_t results; member in struct:wl_iscan_results
474 (WL_SCAN_RESULTS_FIXED_SIZE + OFFSETOF(wl_iscan_results_t, results))

Completed in 526 milliseconds