Searched refs:chk (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/media/common/
H A Dcypress_firmware.h24 u8 chk; member in struct:hexline
H A Dcypress_firmware.c66 hx->chk = b[hx->len + data_offs];
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-sharp.c14 unsigned int addr, cmd, exp, chk; local
22 chk = (raw >> 14) & 0x1;
27 if (chk)
40 unsigned int addr, cmd, exp = 0, chk = 0; local
51 chk = 0;
58 chk << 14;
/linux-master/lib/
H A Dsiphash_kunit.c113 #define chk(hash, vector, fmt...) \ macro
125 chk(siphash(in, i, &test_key_siphash),
128 chk(siphash(in_unaligned + 1, i, &test_key_siphash),
131 chk(hsiphash(in, i, &test_key_hsiphash),
134 chk(hsiphash(in_unaligned + 1, i, &test_key_hsiphash),
138 chk(siphash_1u64(0x0706050403020100ULL, &test_key_siphash),
141 chk(siphash_2u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL,
145 chk(siphash_3u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL,
149 chk(siphash_4u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL,
154 chk(siphash_1u3
[all...]
/linux-master/tools/testing/selftests/powerpc/tm/
H A DMakefile2 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \
3 tm-signal-context-chk-vmx tm-signal-context-chk-vsx
/linux-master/arch/s390/purgatory/
H A DMakefile7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
35 # also link a purgatory.chk binary without -r to check for unresolved symbols.
38 LDFLAGS_purgatory.chk := -e purgatory_start $(PURGATORY_LDFLAGS)
42 $(obj)/purgatory.chk: $(obj)/purgatory FORCE
49 $(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE
/linux-master/arch/x86/purgatory/
H A DMakefile27 # also link a purgatory.chk binary without -r to check for unresolved symbols.
30 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
31 targets += purgatory.ro purgatory.chk
86 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
89 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
/linux-master/arch/riscv/purgatory/
H A DMakefile44 # also link a purgatory.chk binary without -r to check for unresolved symbols.
47 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
48 targets += purgatory.ro purgatory.chk
109 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
112 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
/linux-master/net/sctp/
H A Doutqueue.c346 struct sctp_chunk *chk, *temp; local
348 list_for_each_entry_safe(chk, temp, queue, transmitted_list) {
351 if (!chk->msg->abandoned &&
352 (!SCTP_PR_PRIO_ENABLED(chk->sinfo.sinfo_flags) ||
353 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive))
356 chk->msg->abandoned = 1;
357 list_del_init(&chk->transmitted_list);
359 &chk->transmitted_list);
361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream);
367 !chk
386 struct sctp_chunk *chk, *temp; local
[all...]
/linux-master/fs/hpfs/
H A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs,
361 *chk = 0;
364 *chk = 1;
367 *chk = 2;
447 int lowercase, eas, chk, errs, chkdsk, timeshift; local
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk;
463 &eas, &chk, &errs, &chkdsk, &timeshift))) {
481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk;
549 int lowercase, eas, chk, errs, chkdsk, timeshift; local
571 chk
313 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) argument
[all...]
/linux-master/drivers/rtc/
H A Drtc-pcf8583.c225 unsigned char year[2], chk; local
234 .data = &chk
256 chk -= year[1] + year[0];
261 chk += year[1] + year[0];
/linux-master/drivers/iio/
H A Dindustrialio-gts-helper.c211 int chk; local
219 for (chk = 0; chk < new_idx; chk++)
220 if (candidate <= all_gains[chk])
223 if (candidate == all_gains[chk])
226 memmove(&all_gains[chk + 1], &all_gains[chk],
227 (new_idx - chk) * sizeof(int));
228 all_gains[chk]
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c55 deb_fw("writing to address 0x%04x (buffer: 0x%02x %02x)\n", hx->addr, hx->len, hx->chk);
149 hx->chk = b[hx->len + data_offs];
H A Ddvb-usb.h521 u8 chk; member in struct:hexline
H A Ddib0700_core.c520 hx.addr, hx.len, hx.chk);
527 buf[4+hx.len] = hx.chk;
/linux-master/drivers/scsi/
H A Daha1740.h122 chk:1, /* Calculate Checksum */ member in struct:ecb
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_driver.c602 int ret, chk; local
609 chk = ib_mtu_enum_to_int(qib_ibmtu);
610 if (chk > 0 && arg > chk) {
/linux-master/drivers/iio/gyro/
H A Dadxrs450.c202 * @chk: Whether to perform fault check
205 u32 *val, char chk)
218 if (chk)
204 adxrs450_spi_initial(struct adxrs450_state *st, u32 *val, char chk) argument
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54usb.c283 u32 chk = 0; local
287 chk ^= le32_to_cpu(*data++);
288 chk = (chk >> 5) ^ (chk << 3);
291 return cpu_to_le32(chk);
/linux-master/arch/arc/kernel/
H A Dentry.S264 ; Disable IRQs to ensures that chk for pending work itself is atomic
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h227 uint64_t chk:1; member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
233 uint64_t chk:1;
1271 uint64_t chk:1; member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn30xx
1281 uint64_t chk:1;
/linux-master/drivers/scsi/isci/
H A Dremote_device.c123 int chk)
133 s = sci_remote_device_terminate_req(ihost, idev, chk, ireq);
121 sci_remote_device_terminate_reqs_checkabort( struct isci_remote_device *idev, int chk) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S147 tst.l %d7 # chk sign of divisor
155 tst.l %d5 # chk sign of hi(dividend)
204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c2022 int qlcnic_sriov_set_vf_spoofchk(struct net_device *netdev, int vf, bool chk) argument
2044 vp->spoofchk = chk;

Completed in 243 milliseconds