/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.c | 471 static s32 fm10k_tlv_attr_parse(u32 *attr, u32 **results, in fm10k_tlv_attr_parse() argument 479 if (!attr || !results) in fm10k_tlv_attr_parse() 484 results[i] = NULL; in fm10k_tlv_attr_parse() 495 results[0] = attr; in fm10k_tlv_attr_parse() 515 results[attr_id] = attr; in fm10k_tlv_attr_parse() 548 u32 *results[FM10K_TLV_RESULTS_MAX]; in fm10k_tlv_msg_parse() local 573 err = fm10k_tlv_attr_parse(msg, results, data->attr); in fm10k_tlv_msg_parse() 577 return data->func(hw, results, mbx); in fm10k_tlv_msg_parse() 590 s32 fm10k_tlv_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_error() argument 706 s32 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_test() argument [all …]
|
D | fm10k_iov.c | 8 static s32 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_error() argument 16 **results & FM10K_TLV_ID_MASK, vf_info->vf_idx); in fm10k_iov_msg_error() 18 return fm10k_tlv_msg_error(hw, results, mbx); in fm10k_iov_msg_error() 33 static s32 fm10k_iov_msg_queue_mac_vlan(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_queue_mac_vlan() argument 49 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_queue_mac_vlan() 50 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_queue_mac_vlan() 88 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_queue_mac_vlan() 89 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_queue_mac_vlan() 115 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_queue_mac_vlan() 116 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_queue_mac_vlan()
|
D | fm10k_pf.c | 1155 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_msix_pf() argument 1192 s32 fm10k_iov_msg_mac_vlan_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_mac_vlan_pf() argument 1207 if (!err && !!results[FM10K_MAC_VLAN_MSG_VLAN]) { in fm10k_iov_msg_mac_vlan_pf() 1208 result = results[FM10K_MAC_VLAN_MSG_VLAN]; in fm10k_iov_msg_mac_vlan_pf() 1246 if (!err && !!results[FM10K_MAC_VLAN_MSG_MAC]) { in fm10k_iov_msg_mac_vlan_pf() 1247 result = results[FM10K_MAC_VLAN_MSG_MAC]; in fm10k_iov_msg_mac_vlan_pf() 1273 if (!err && !!results[FM10K_MAC_VLAN_MSG_MULTICAST]) { in fm10k_iov_msg_mac_vlan_pf() 1274 result = results[FM10K_MAC_VLAN_MSG_MULTICAST]; in fm10k_iov_msg_mac_vlan_pf() 1351 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_lport_state_pf() argument 1364 if (!!results[FM10K_LPORT_STATE_MSG_XCAST_MODE]) { in fm10k_iov_msg_lport_state_pf() [all …]
|
D | fm10k_vf.c | 200 s32 fm10k_msg_mac_vlan_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_mac_vlan_vf() argument 209 results[FM10K_MAC_VLAN_MSG_DEFAULT_MAC], in fm10k_msg_mac_vlan_vf() 375 s32 fm10k_msg_lport_state_vf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_lport_state_vf() argument 378 hw->mac.dglort_map = !results[FM10K_LPORT_STATE_MSG_READY] ? in fm10k_msg_lport_state_vf()
|
/Linux-v4.19/lib/ |
D | interval_tree_test.c | 32 unsigned long results = 0; in search() local 36 results++; in search() 37 return results; in search() 64 unsigned long results; in interval_tree_test_init() local 105 results = 0; in interval_tree_test_init() 111 results += search(&root, start, last); in interval_tree_test_init() 118 results = div_u64(results, search_loops); in interval_tree_test_init() 120 (unsigned long long)time, results); in interval_tree_test_init()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dscontrol.c | 272 (walk_state->results->results.obj_desc[0]) == in acpi_ds_exec_end_control_op() 274 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op() 276 && ((walk_state->results->results.obj_desc[0])-> in acpi_ds_exec_end_control_op() 280 results->results. in acpi_ds_exec_end_control_op() 289 walk_state->results->results.obj_desc[0]; in acpi_ds_exec_end_control_op()
|
D | dswstate.c | 47 state = walk_state->results; in acpi_ds_result_pop() 74 *object = state->results.obj_desc[index]; in acpi_ds_result_pop() 82 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop() 141 state = walk_state->results; in acpi_ds_result_push() 157 state->results.obj_desc[index] = object; in acpi_ds_result_push() 204 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push() 236 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop() 248 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop() 714 while (walk_state->results) { in acpi_ds_delete_walk_state() 715 state = walk_state->results; in acpi_ds_delete_walk_state() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | intel_workarounds.c | 97 static void print_results(const struct whitelist *w, const u32 *results) in print_results() argument 103 u32 actual = results[i]; in print_results() 114 struct drm_i915_gem_object *results; in check_whitelist() local 120 results = read_nonprivs(ctx, engine); in check_whitelist() 121 if (IS_ERR(results)) in check_whitelist() 122 return PTR_ERR(results); in check_whitelist() 126 err = i915_gem_object_set_to_cpu_domain(results, false); in check_whitelist() 132 vaddr = i915_gem_object_pin_map(results, I915_MAP_WB); in check_whitelist() 152 i915_gem_object_unpin_map(results); in check_whitelist() 154 i915_gem_object_put(results); in check_whitelist()
|
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap_info.c | 260 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local 274 results = kmalloc_array(new_count, in prism2_info_scanresults() 277 if (results == NULL) in prism2_info_scanresults() 283 memcpy(&results[i], &res[i], in prism2_info_scanresults() 285 results[i].atim = 0; in prism2_info_scanresults() 291 local->last_scan_results = results; in prism2_info_scanresults() 309 struct hfa384x_hostscan_result *results, *prev; in prism2_info_hostscanresults() local 338 results = kcalloc(new_count, sizeof(struct hfa384x_hostscan_result), in prism2_info_hostscanresults() 340 if (results == NULL) in prism2_info_hostscanresults() 344 memcpy(&results[i], ptr, copy_len); in prism2_info_hostscanresults() [all …]
|
/Linux-v4.19/Documentation/misc-devices/ |
D | bh1770glc.txt | 19 but ALS side results are used to estimate reliability of the proximity sensor. 26 8 bit. Driver supports only one channel. Driver uses ALS results to estimate 27 reliability of the proximity results. Thus ALS is always running while 69 RW - HI level threshold value. All results above the value 74 RW - LO level threshold value. All results below the value 79 Output results are multiplied with calibscale / calibscale_default
|
D | apds990x.txt | 32 selects suitable gain step. After each measurement, reliability of the results 72 Output results are multiplied with calibscale / calibscale_default 79 RW - HI level threshold value. All results above the value 84 RW - LO level threshold value. All results below the value
|
/Linux-v4.19/arch/x86/math-emu/ |
D | README | 195 The following results show the improvement which is obtained under 231 The results of the basic arithmetic functions (+,-,*,/), and fsqrt 234 return exact results; they have no error. 239 each function was tested at about 400 points. Ideal worst-case results 277 for operands close to pi/2. Measured results are (note that the 303 Prior to version 1.20 of the emulator, the accuracy of the results for 305 good as the results from an 80486 FPU. From version 1.20, the accuracy 307 worst-case results which are better than the worst-case results given 310 The following table gives the measured results for the emulator. The 316 The results show that the fsin, fcos and fptan instructions return [all …]
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/platform/x86/ |
D | dell-wmi.c | 453 struct dell_dmi_results *results = opaque; in handle_dmi_entry() local 458 if (results->err || results->keymap) in handle_dmi_entry() 483 results->err = -ENOMEM; in handle_dmi_entry() 518 results->keymap = keymap; in handle_dmi_entry() 519 results->keymap_size = pos; in handle_dmi_entry()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_dmap.c | 85 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 90 int l2nb, s64 * results); 95 s64 * results); 97 s64 * results); 99 s64 * results); 700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument 737 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc() 794 *results = blkno; in dbAlloc() 818 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc() 830 if ((rc = dbAllocDmapLev(bmp, dp, (int) nblocks, l2nb, results)) in dbAlloc() [all …]
|
/Linux-v4.19/drivers/input/mouse/ |
D | trackpoint.h | 143 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
|
/Linux-v4.19/drivers/staging/greybus/tools/ |
D | README.loopback | 6 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")
|
D | loopback_test.c | 75 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()
|
/Linux-v4.19/include/linux/ |
D | radix-tree.h | 325 void **results, unsigned long first_index, 328 void __rcu ***results, unsigned long *indices, 345 void **results, unsigned long first_index, 348 void __rcu ***results, unsigned long first_index,
|
/Linux-v4.19/fs/fscache/ |
D | page.c | 800 void *results[1]; in fscache_write_op() local 840 results[0] = NULL; in fscache_write_op() 842 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, 1, in fscache_write_op() 844 trace_fscache_gang_lookup(cookie, &op->op, results, n, op->store_limit); in fscache_write_op() 847 page = results[0]; in fscache_write_op() 901 void *results[16]; in fscache_invalidate_writes() local 908 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, in fscache_invalidate_writes() 909 ARRAY_SIZE(results), in fscache_invalidate_writes() 917 page = results[i]; in fscache_invalidate_writes() 926 put_page(results[i]); in fscache_invalidate_writes()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | x_ovfl.S | 12 | Trap disabled results 28 | Trap enabled results
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-hi8435 | 25 If falling threshold results hysteresis to odd value then rising 42 If rising threshold results hysteresis to odd value then falling
|
/Linux-v4.19/fs/f2fs/ |
D | trace.c | 129 static unsigned int gang_lookup_pids(pid_t *results, unsigned long first_index, in gang_lookup_pids() argument 140 results[ret] = iter.index; in gang_lookup_pids()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 307 __u32 results[NR_RESULTS]; in check_results() local 312 err = bpf_map_lookup_elem(result_map, &i, &results[i]); in check_results() 318 if (results[i] != expected_results[i]) { in check_results() 329 printf("%u", results[0]); in check_results() 331 printf(", %u", results[i]); in check_results() 340 CHECK(expected_results[broken] != results[broken], in check_results()
|
/Linux-v4.19/fs/overlayfs/ |
D | Kconfig | 25 feature will have unexpected results. 59 that doesn't support this feature will have unexpected results. 84 that doesn't support this feature will have unexpected results. 122 that doesn't support this feature will have unexpected results.
|