Home
last modified time | relevance | path

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

123

/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.c487 static s32 fm10k_tlv_attr_parse(u32 *attr, u32 **results, in fm10k_tlv_attr_parse() argument
495 if (!attr || !results) in fm10k_tlv_attr_parse()
500 results[i] = NULL; in fm10k_tlv_attr_parse()
511 results[0] = attr; in fm10k_tlv_attr_parse()
531 results[attr_id] = attr; in fm10k_tlv_attr_parse()
564 u32 *results[FM10K_TLV_RESULTS_MAX]; in fm10k_tlv_msg_parse() local
589 err = fm10k_tlv_attr_parse(msg, results, data->attr); in fm10k_tlv_msg_parse()
593 return data->func(hw, results, mbx); in fm10k_tlv_msg_parse()
606 s32 fm10k_tlv_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_error() argument
722 s32 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_test() argument
[all …]
Dfm10k_pf.c1172 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_msix_pf() argument
1209 s32 fm10k_iov_msg_mac_vlan_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_mac_vlan_pf() argument
1224 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_mac_vlan_pf()
1225 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_mac_vlan_pf()
1263 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_mac_vlan_pf()
1264 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_mac_vlan_pf()
1290 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_mac_vlan_pf()
1291 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_mac_vlan_pf()
1368 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_lport_state_pf() argument
1381 if (!!results[FM10K_LPORT_STATE_MSG_XCAST_MODE]) { in fm10k_iov_msg_lport_state_pf()
[all …]
Dfm10k_vf.c217 s32 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_mac_vlan_vf() argument
226 results[FM10K_MAC_VLAN_MSG_DEFAULT_MAC], in fm10k_msg_mac_vlan_vf()
392 s32 fm10k_msg_lport_state_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_lport_state_vf() argument
395 hw->mac.dglort_map = !results[FM10K_LPORT_STATE_MSG_READY] ? in fm10k_msg_lport_state_vf()
Dfm10k_iov.c25 static s32 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_error() argument
33 **results & FM10K_TLV_ID_MASK, vf_info->vf_idx); in fm10k_iov_msg_error()
35 return fm10k_tlv_msg_error(hw, results, mbx); in fm10k_iov_msg_error()
/drivers/acpi/acpica/
Ddscontrol.c304 (walk_state->results->results.obj_desc[0]) == in acpi_ds_exec_end_control_op()
306 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op()
308 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op()
312 results->results. in acpi_ds_exec_end_control_op()
321 walk_state->results->results.obj_desc[0]; in acpi_ds_exec_end_control_op()
Ddswstate.c81 state = walk_state->results; in acpi_ds_result_pop()
108 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
116 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop()
175 state = walk_state->results; in acpi_ds_result_push()
191 state->results.obj_desc[index] = object; in acpi_ds_result_push()
238 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push()
270 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop()
282 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop()
748 while (walk_state->results) { in acpi_ds_delete_walk_state()
749 state = walk_state->results; in acpi_ds_delete_walk_state()
[all …]
Ddbdisply.c555 if (walk_state->results) { in acpi_db_display_results()
564 frame = walk_state->results; in acpi_db_display_results()
568 obj_desc = frame->results.obj_desc[index]; in acpi_db_display_results()
573 frame = frame->results.next; in acpi_db_display_results()
/drivers/net/wireless/intersil/hostap/
Dhostap_info.c260 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local
274 results = kmalloc(new_count * sizeof(struct hfa384x_hostscan_result), in prism2_info_scanresults()
276 if (results == NULL) in prism2_info_scanresults()
282 memcpy(&results[i], &res[i], in prism2_info_scanresults()
284 results[i].atim = 0; in prism2_info_scanresults()
290 local->last_scan_results = results; in prism2_info_scanresults()
308 struct hfa384x_hostscan_result *results, *prev; in prism2_info_hostscanresults() local
337 results = kcalloc(new_count, sizeof(struct hfa384x_hostscan_result), in prism2_info_hostscanresults()
339 if (results == NULL) in prism2_info_hostscanresults()
343 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/input/mouse/
Dtrackpoint.c36 u8 results[2]; in trackpoint_power_on_reset() local
42 ps2_command(ps2dev, results, MAKE_PS2_CMD(0, 2, TP_POR))) in trackpoint_power_on_reset()
44 } while (results[0] == 0xFC && results[1] == 0x00 && ++tries < 2); in trackpoint_power_on_reset()
47 if (results[0] != 0xAA || results[1] != 0x00) in trackpoint_power_on_reset()
56 static int trackpoint_read(struct ps2dev *ps2dev, u8 loc, u8 *results) in trackpoint_read() argument
59 ps2_command(ps2dev, results, MAKE_PS2_CMD(0, 1, loc))) { in trackpoint_read()
Dtrackpoint.h143 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
/drivers/platform/x86/
Ddell-wmi.c437 struct dell_dmi_results *results = opaque; in handle_dmi_entry() local
442 if (results->err || results->keymap) in handle_dmi_entry()
467 results->err = -ENOMEM; in handle_dmi_entry()
502 results->keymap = keymap; in handle_dmi_entry()
503 results->keymap_size = pos; in handle_dmi_entry()
/drivers/staging/greybus/tools/
DREADME.loopback6 sysfs files to configure the test and retrieve the results.
67 The loopback test application manages and formats the results provided by
71 - Calculate the aggregate results for multiple devices.
72 - Gather and format test results (csv or human readable).
124 * Read the results from sysfs:
154 * Show the aggregate results of both devices. ("-a")
Dloopback_test.c75 struct loopback_results results; member
119 if (t->devices[i].results.field > max) \
120 max = t->devices[i].results.field; \
133 if (t->devices[i].results.field < min) \
134 min = t->devices[i].results.field; \
149 val += t->devices[i].results.field; \
335 r = &d->results; in get_results()
552 len = format_output(t, &t->devices[i].results, in log_results()
/drivers/crypto/inside-secure/
Dsafexcel_cipher.c187 int *commands, int *results) in safexcel_aes_send() argument
275 *results = n_rdesc; in safexcel_aes_send()
386 int *commands, int *results) in safexcel_cipher_send_inv() argument
399 *results = 1; in safexcel_cipher_send_inv()
406 int *commands, int *results) in safexcel_send() argument
414 commands, results); in safexcel_send()
417 commands, results); in safexcel_send()
Dsafexcel_hash.c175 int *commands, int *results) in safexcel_ahash_send_req() argument
214 *results = 0; in safexcel_ahash_send_req()
316 *results = 1; in safexcel_ahash_send_req()
435 int *commands, int *results) in safexcel_ahash_send_inv() argument
447 *results = 1; in safexcel_ahash_send_inv()
454 int *commands, int *results) in safexcel_ahash_send() argument
462 commands, results); in safexcel_ahash_send()
465 commands, results); in safexcel_ahash_send()
/drivers/staging/lustre/lustre/llite/
Dglimpse.c68 void *results[1]; in dirty_cnt() local
72 results, 0, 1, in dirty_cnt()
/drivers/net/ethernet/sfc/
Dmcdi_port.c624 int *results) in efx_mcdi_bist() argument
660 results[count++] = (status == MC_CMD_POLL_BIST_PASSED) ? 1 : -1; in efx_mcdi_bist()
670 results[count + i] = in efx_mcdi_bist()
683 static int efx_mcdi_phy_run_tests(struct efx_nic *efx, int *results, in efx_mcdi_phy_run_tests() argument
691 rc = efx_mcdi_bist(efx, MC_CMD_PHY_BIST, results); in efx_mcdi_phy_run_tests()
695 results += rc; in efx_mcdi_phy_run_tests()
713 rc = efx_mcdi_bist(efx, mode, results); in efx_mcdi_phy_run_tests()
716 results += rc; in efx_mcdi_phy_run_tests()
/drivers/gpu/drm/i915/
Dintel_pm.c3324 struct ilk_wm_values *results) in ilk_compute_wm_results() argument
3330 results->enable_fbc_wm = merged->fbc_wm_enabled; in ilk_compute_wm_results()
3331 results->partitioning = partitioning; in ilk_compute_wm_results()
3345 results->wm_lp[wm_lp - 1] = in ilk_compute_wm_results()
3351 results->wm_lp[wm_lp - 1] |= WM1_LP_SR_EN; in ilk_compute_wm_results()
3354 results->wm_lp[wm_lp - 1] |= in ilk_compute_wm_results()
3357 results->wm_lp[wm_lp - 1] |= in ilk_compute_wm_results()
3366 results->wm_lp_spr[wm_lp - 1] = WM1S_LP_EN | r->spr_val; in ilk_compute_wm_results()
3368 results->wm_lp_spr[wm_lp - 1] = r->spr_val; in ilk_compute_wm_results()
3380 results->wm_linetime[pipe] = intel_crtc->wm.active.ilk.linetime; in ilk_compute_wm_results()
[all …]
/drivers/video/fbdev/
Dcontrolfb.c74 int i, results; in PAR_EQUAL() local
76 results = 1; in PAR_EQUAL()
78 results &= !DIRTY(regvals.clock_params[i]); in PAR_EQUAL()
79 if (!results) in PAR_EQUAL()
82 results &= !DIRTY(regvals.regs[i]); in PAR_EQUAL()
83 if (!results) in PAR_EQUAL()
/drivers/net/wireless/marvell/libertas/
DREADME174 To see the results of use getscantable command.
179 scan results).
187 Initiate a customized scan and retrieve the results
199 keep=[0 or 1] keep the previous scan results (1), discard (0)
/drivers/staging/vboxvideo/
DTODO5 -Extend this TODO with the results of that review
/drivers/thermal/qcom/
DKconfig9 thermal zone device via the mode file results in disabling the sensor.
/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.h92 struct qed_dcbx_results results; member
/drivers/misc/lis3lv02d/
Dlis3lv02d.c269 static int lis3lv02d_selftest(struct lis3lv02d *lis3, s16 results[3]) in lis3lv02d_selftest()
322 results[0] = x - lis3->read_data(lis3, OUTX); in lis3lv02d_selftest()
323 results[1] = y - lis3->read_data(lis3, OUTY); in lis3lv02d_selftest()
324 results[2] = z - lis3->read_data(lis3, OUTZ); in lis3lv02d_selftest()
351 if ((results[i] < lis3->pdata->st_min_limits[i]) || in lis3lv02d_selftest()
352 (results[i] > lis3->pdata->st_max_limits[i])) { in lis3lv02d_selftest()

123