Searched refs:result (Results 326 - 350 of 2627) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn315/
H A Dhw_translate_dcn315.c194 bool result = true; local
221 result = false;
248 result = false;
277 result = false;
303 result = false;
311 result = false;
316 result = false;
321 result = false;
326 result = false;
331 result
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_translate_dcn30.c202 bool result = true; local
232 result = false;
262 result = false;
291 result = false;
317 result = false;
325 result = false;
330 result = false;
335 result = false;
340 result = false;
345 result
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_translate_dcn32.c175 bool result = true; local
202 result = false;
229 result = false;
255 result = false;
278 result = false;
286 result = false;
291 result = false;
296 result = false;
301 result = false;
306 result
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_translate_dcn20.c197 bool result = true; local
227 result = false;
257 result = false;
286 result = false;
312 result = false;
320 result = false;
325 result = false;
330 result = false;
335 result = false;
340 result
[all...]
/linux-master/drivers/usb/gadget/function/
H A Du_uac1_legacy.c96 snd_pcm_sframes_t result; local
126 result = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_PREPARE, NULL);
127 if (result < 0) {
129 "Preparing sound card failed: %d\n", (int)result);
131 return result;
157 ssize_t result; local
163 result = snd_pcm_kernel_ioctl(substream,
165 if (result < 0) {
167 (int)result);
168 return result;
[all...]
/linux-master/drivers/input/gameport/
H A Dlightning.c61 int i, result = -1; local
84 result = 0;
87 return result;
106 int i, result = -1; local
130 result = 0;
133 return result;
142 int i, result = -1; local
166 result = 0;
169 return result;
239 int i, rev, result; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-platdrv.c138 int irq, result = 0, hlc_irq = 0; local
160 result = -ENOMEM;
171 result = PTR_ERR(i2c->twsi_base);
184 result = -ENXIO;
205 result = devm_request_irq(&pdev->dev, i2c->hlc_irq,
208 if (result < 0) {
219 result = devm_request_irq(&pdev->dev, i2c->irq,
221 if (result < 0) {
229 result = octeon_i2c_init_lowlevel(i2c);
230 if (result) {
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c218 int ret = 0, result; local
225 result = saa7164_api_transition_port(port, SAA_DMASTATE_ACQUIRE);
226 if ((result != SAA_OK) && (result != SAA_ERR_ALREADY_STOPPED)) {
228 __func__, result);
231 result = saa7164_api_transition_port(port, SAA_DMASTATE_STOP);
232 if ((result != SAA_OK) && (result != SAA_ERR_ALREADY_STOPPED)) {
234 __func__, result);
242 result
336 int result, i; local
[all...]
H A Dsaa7164-vbi.c72 int result = -ENODEV, i; local
100 __func__, result);
101 result = -ENOMEM;
133 result = 0;
136 return result;
316 int result, ret = 0; local
345 result = saa7164_api_transition_port(port, SAA_DMASTATE_ACQUIRE);
346 if ((result != SAA_OK) && (result != SAA_ERR_ALREADY_STOPPED)) {
348 __func__, result);
701 int result = -ENODEV; local
[all...]
/linux-master/tools/perf/tests/
H A Dtests-scripts.c142 struct test_suite ***result,
179 result_tmp = realloc(*result, (*result_sz + 1) * sizeof(*result_tmp));
187 *result = result_tmp;
188 (*result)[*result_sz] = test_suite;
193 struct test_suite ***result,
213 append_script(dir_fd, ent->d_name, desc, result, result_sz);
226 append_scripts_in_dir(fd, result, result_sz);
235 struct test_suite **result = NULL, **result_tmp; local
244 append_scripts_in_dir(dir_fd, &result, &result_sz);
246 result_tmp = realloc(result, (result_s
141 append_script(int dir_fd, const char *name, char *desc, struct test_suite ***result, size_t *result_sz) argument
192 append_scripts_in_dir(int dir_fd, struct test_suite ***result, size_t *result_sz) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
H A Dhw_translate_dcn21.c193 bool result = true; local
220 result = false;
247 result = false;
276 result = false;
302 result = false;
310 result = false;
315 result = false;
320 result = false;
325 result = false;
330 result
[all...]
/linux-master/drivers/ps3/
H A Dps3-sys-manager.c233 int result; local
240 result = ps3_vuart_write(dev, header,
243 if (!result)
244 result = ps3_vuart_write(dev, payload, header->payload_size);
246 return result;
325 * command handler the guest performs the requested operation. The result of
405 int result; local
416 result = ps3_vuart_read(dev, &event, sizeof(event));
417 BUG_ON(result && "need to retry here");
487 int result; local
528 int result; local
700 int result; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c38 /* Expected test result */
46 } result; member in struct:sock_test
61 .result = LOAD_REJECT,
74 .result = LOAD_REJECT,
87 .result = LOAD_REJECT,
100 .result = LOAD_REJECT,
114 .result = SUCCESS,
128 .result = SUCCESS,
138 .result = ATTACH_REJECT,
148 .result
[all...]
/linux-master/fs/exportfs/
H A Dexpfs.c43 find_acceptable_alias(struct dentry *result, argument
50 if (acceptable(context, result))
51 return result;
53 inode = result->d_inode;
60 if (dentry != result && acceptable(context, dentry)) {
61 dput(result);
435 struct dentry *result, *alias; local
444 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type);
445 if (IS_ERR_OR_NULL(result))
446 return result;
[all...]
/linux-master/drivers/hwmon/pmbus/
H A Dmax20730.c117 char *result = tbuf; local
152 result = "2000\n";
154 result = "125\n";
156 result = "62.5\n";
158 result = "32\n";
167 result = "0.8\n";
169 result = "3.2\n";
171 result = "1.6\n";
173 result = "6.4\n";
177 result
[all...]
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c159 int result = 0; local
174 result = -EPERM;
178 result = -EPERM;
180 return result;
265 int result = 0; local
274 result = -EINVAL;
281 result = -EINVAL;
287 result = -EINVAL;
304 return result;
498 int result local
569 int result; local
[all...]
/linux-master/drivers/usb/serial/
H A Dcp210x.c648 int result; local
651 result = usb_control_msg_recv(serial->dev, 0, req,
655 if (result) {
657 req, bufsize, result);
658 return result;
679 int result; local
681 result = usb_control_msg_recv(serial->dev, 0, CP210X_VENDOR_SPECIFIC,
684 if (result) {
687 bufsize, result);
688 return result;
702 int result; local
725 int result; local
760 int result; local
779 int result; local
931 int result; local
1424 int result; local
1471 int result; local
1515 int result; local
1658 int result; local
1722 int result; local
1771 int result; local
1831 int result; local
1928 int result; local
2161 int result; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c139 int result = 0; local
149 result = -1;
152 result = -1;
155 if (0 == result) {
158 result = atomctrl_set_mc_reg_address_table(reg_block, table);
161 if (0 == result) {
162 result = atomctrl_retrieve_ac_timing(module_index,
166 return result;
176 int result = 0; local
186 result
293 int result; local
342 int result; local
363 int result; local
393 int result; local
416 int result; local
453 int result; local
485 int result; local
713 int result; local
1124 int result; local
1158 int result; local
1346 int result; local
1373 int result; local
1392 int result; local
1523 int result; local
[all...]
H A Dvega10_powertune.c886 int result; local
898 result = vega10_program_didt_config_registers(hwmgr, SEDiDtStallCtrlConfig_vega10, VEGA10_CONFIGREG_DIDT);
899 result |= vega10_program_didt_config_registers(hwmgr, SEDiDtStallPatternConfig_vega10, VEGA10_CONFIGREG_DIDT);
900 result |= vega10_program_didt_config_registers(hwmgr, SEDiDtWeightConfig_Vega10, VEGA10_CONFIGREG_DIDT);
901 result |= vega10_program_didt_config_registers(hwmgr, SEDiDtCtrl1Config_Vega10, VEGA10_CONFIGREG_DIDT);
902 result |= vega10_program_didt_config_registers(hwmgr, SEDiDtCtrl2Config_Vega10, VEGA10_CONFIGREG_DIDT);
903 result |= vega10_program_didt_config_registers(hwmgr, SEDiDtCtrl3Config_vega10, VEGA10_CONFIGREG_DIDT);
904 result |= vega10_program_didt_config_registers(hwmgr, SEDiDtTuningCtrlConfig_Vega10, VEGA10_CONFIGREG_DIDT);
905 result |= vega10_program_didt_config_registers(hwmgr, SELCacConfig_Vega10, VEGA10_CONFIGREG_SECAC);
906 result |
937 int result; local
998 int result; local
1045 int result = 0; local
1112 int result; local
1134 int result; local
1144 int result = 0; local
1191 int result = 0; local
1293 int result = 0; local
[all...]
/linux-master/drivers/md/
H A Ddm-clone-metadata.h170 int dm_clone_get_free_metadata_block_count(struct dm_clone_metadata *cmd, dm_block_t *result);
175 int dm_clone_get_metadata_dev_size(struct dm_clone_metadata *cmd, dm_block_t *result);
/linux-master/tools/testing/selftests/bpf/verifier/
H A Datomic_and.c20 .result = ACCEPT,
48 .result = ACCEPT,
76 .result = ACCEPT,
99 .result = ACCEPT,
H A Datomic_or.c20 .result = ACCEPT,
48 .result = ACCEPT,
76 .result = ACCEPT,
101 .result = ACCEPT,
/linux-master/drivers/acpi/
H A Dsysfs.c94 int result = 0; local
97 result = sprintf(buffer, "%-25s\tHex SET\n", "Description");
100 result += sprintf(buffer + result, "%-25s\t0x%08lX [%c]\n",
106 result +=
107 sprintf(buffer + result, "%-25s\t0x%08X [%c]\n", "ACPI_ALL_DRIVERS",
112 result +=
113 sprintf(buffer + result,
117 return result;
122 int result local
283 int result; local
682 int result = 0; local
739 int result = 0; local
1028 int result; local
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dtc1100-wmi.c50 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL }; local
59 status = wmi_query_block(GUID, instance, &result);
63 obj = (union acpi_object *) result.pointer;
70 if (result.length > 0)
71 kfree(result.pointer);
130 u32 result; \
131 acpi_status status = get_state(&result, instance); \
133 return sprintf(buf, "%d\n", result); \
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlru_bug.c18 int result = 1; variable
45 result = !v->ptr;

Completed in 669 milliseconds

<<11121314151617181920>>