Searched refs:ok (Results 51 - 75 of 218) sorted by relevance

123456789

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c84 bool ok; local
93 ok = dss_div_calc(pclk, ctx.pck_min, dpi_calc_dss_cb, &ctx);
94 if (ok) {
/linux-master/arch/x86/lib/
H A Dchecksum_32.S56 jz 2f # Jump if alignment is ok.
238 andl -128(%esi),%ebx # esi is 4-aligned so should be ok
283 jz 2f # Jump if alignment is ok.
/linux-master/drivers/mtd/
H A Dssfdc.c201 int ok = 0; local
223 ok = 1;
229 if (!ok)
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S74 nop @ start auto refresh only after clk ok
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.h58 int efx_siena_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.h55 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
/linux-master/net/core/
H A Dselftests.c38 int ok; member in struct:net_test_priv
233 tpriv->ok = true;
251 tpriv->ok = false;
279 ret = tpriv->ok ? 0 : -ETIMEDOUT;
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.sh121 echo ok
H A Dio_uring_zerocopy_tx.sh126 echo ok
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dcore.c160 int i, layout = 0, rlen, ok = force; local
194 ok = 1;
205 ok = 1;
216 if (!ok) {
/linux-master/tools/perf/util/
H A Dstat-display.c659 struct evsel *evsel, double avg, bool ok)
671 if (ok)
683 struct evsel *evsel, double avg, bool ok)
691 if (ok)
703 struct evsel *evsel, double avg, bool ok)
708 if (ok)
720 struct evsel *evsel, double avg, bool ok)
723 print_counter_value_json(config, evsel, avg, ok);
725 print_counter_value_csv(config, evsel, avg, ok);
727 print_counter_value_std(config, evsel, avg, ok);
658 print_counter_value_std(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) argument
682 print_counter_value_csv(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) argument
702 print_counter_value_json(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) argument
719 print_counter_value(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) argument
730 abs_printout(struct perf_stat_config *config, struct aggr_cpu_id id, int aggr_nr, struct evsel *evsel, double avg, bool ok) argument
785 bool ok = true; local
[all...]
H A Ddata-convert-json.c190 bool ok; local
222 ok = thread__find_symbol(al.thread, cpumode, ip, &tal);
223 output_sample_callchain_entry(tool, ip, ok ? &tal : NULL);
/linux-master/sound/isa/sb/
H A Dsb16_main.c378 int ok; local
386 ok = 0;
390 ok++;
394 ok++;
397 if (!ok)
403 ok = 0;
407 ok++;
411 ok++;
414 if (!ok)
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpio_phy.c546 bool ok; local
557 ok = true;
560 ok &= _CHK(BXT_PORT_CL1CM_DW9(phy),
563 ok &= _CHK(BXT_PORT_CL1CM_DW10(phy),
569 ok &= _CHK(BXT_PORT_CL1CM_DW28(phy), mask, mask,
573 ok &= _CHK(BXT_PORT_CL2CM_DW6(phy),
585 ok &= _CHK(BXT_PORT_REF_DW6(phy), mask, grc_code,
589 ok &= _CHK(BXT_PORT_REF_DW8(phy), mask, mask,
593 return ok;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c243 int ok; member in struct:stmmac_test_priv
313 tpriv->ok = true;
331 tpriv->ok = false;
360 ret = tpriv->ok ? 0 : -ETIMEDOUT;
728 tpriv->ok = true;
751 tpriv->ok = false;
787 if (tpriv->ok)
810 ret = tpriv->ok ? 0 : -ETIMEDOUT;
862 tpriv->ok = false;
886 tpriv->ok
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinit.c138 int i = 200, ok = 0; local
159 if (ok++ > 5)
/linux-master/arch/s390/kernel/
H A Drelocate_kernel.S50 j .done # ok, lets finish it here...
/linux-master/drivers/atm/
H A Dfore200e.c239 int ok; local
243 if ((ok = (*addr == val)) || (*addr & STATUS_ERROR))
249 if (!ok) {
255 return ok;
263 int ok; local
266 if ((ok = (fore200e->bus->read(addr) == val)))
272 if (!ok) {
278 return ok;
330 int ok; local
339 ok
556 int ok; local
1227 int ok; local
1669 int ok; local
1755 int ok; local
1953 int ok, i; local
2285 int ok, scheme, magn; local
[all...]
/linux-master/net/ipv4/
H A Dfib_frontend.c431 goto ok;
445 ok:
1200 unsigned int ok = 0; local
1282 ok |= LOCAL_OK;
1284 ok |= BRD_OK;
1286 ok |= BRD1_OK;
1288 ok |= BRD0_OK;
1297 ok |= BRD_OK;
1299 ok |= BRD1_OK;
1301 ok |
[all...]
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c61 unsigned int i, ok; local
69 for (ok = 0, i = 1; i <= _pr->power.count; i++) {
74 dst_cx = &(dst_cx_states[ok++]);
98 if (!ok) {
103 op.u.set_pminfo.power.count = ok;
/linux-master/drivers/video/
H A Dsticore.c873 goto ok;
891 ok:
910 int ok; local
966 ok = 0;
971 ok = sti_read_rom(0, sti, address);
977 ok = sti_read_rom(1, sti, address);
980 if (!ok)
/linux-master/drivers/mtd/tests/
H A Dpagetest.c183 pr_info("crosstest ok\n");
263 pr_info("erasecrosstest ok\n");
269 int err = 0, i, ebnum, ok = 1; local
309 ok = 0;
313 if (ok && !err)
314 pr_info("erasetest ok\n");
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c95 enum drm_mode_status ok; local
104 ok = dispc_vp_mode_valid(dispc, hw_videoport, mode);
105 if (ok != MODE_OK) {
/linux-master/drivers/platform/chrome/
H A Dcros_ec_lightbar.c225 int ret, i = 0, j = 0, ok = 0; local
265 ok = 1;
276 return (ok && i == 0) ? count : -EINVAL;
/linux-master/fs/ntfs3/
H A Dindex.c382 bool ok; local
393 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
397 if (!ok) {
408 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
410 if (!ok)
434 ok = nbits > from ?
439 if (ok) {
452 ok = run_get_entry(run, ++idx, &vcn, &lcn, &clen) && vcn == vcn_next;
453 if (!ok)
824 goto ok;
[all...]

Completed in 230 milliseconds

123456789