| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-sharp.c | 14 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local 22 chk = (raw >> 14) & 0x1; in img_ir_sharp_scancode() 27 if (chk) in img_ir_sharp_scancode() 40 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local 51 chk = 0; in img_ir_sharp_filter() 58 chk << 14; in img_ir_sharp_filter()
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | .gitignore | 11 tm-signal-context-chk-fpu 12 tm-signal-context-chk-gpr 13 tm-signal-context-chk-vmx 14 tm-signal-context-chk-vsx
|
| H A D | Makefile | 2 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/net/sctp/ |
| H A D | outqueue.c | 346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local 348 list_for_each_entry_safe(chk, temp, queue, transmitted_list) { in sctp_prsctp_prune_sent() 351 if (!chk->msg->abandoned && in sctp_prsctp_prune_sent() 352 (!SCTP_PR_PRIO_ENABLED(chk->sinfo.sinfo_flags) || in sctp_prsctp_prune_sent() 353 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive)) in sctp_prsctp_prune_sent() 356 chk->msg->abandoned = 1; in sctp_prsctp_prune_sent() 357 list_del_init(&chk->transmitted_list); in sctp_prsctp_prune_sent() 359 &chk->transmitted_list); in sctp_prsctp_prune_sent() 361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent() 367 !chk->tsn_gap_acked) { in sctp_prsctp_prune_sent() [all …]
|
| /linux/arch/x86/purgatory/ |
| H A D | Makefile | 29 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS) 30 targets += purgatory.ro purgatory.chk 78 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE 81 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
|
| H A D | .gitignore | 1 purgatory.chk
|
| /linux/drivers/iio/ |
| H A D | industrialio-gts-helper.c | 209 int chk; in do_combined_scaletable() local 218 for (chk = 0; chk < new_idx; chk += 2) in do_combined_scaletable() 219 if (!scale_smaller(candidate, &all_scales[chk])) in do_combined_scaletable() 222 if (scale_eq(candidate, &all_scales[chk])) in do_combined_scaletable() 225 memmove(&all_scales[chk + 2], &all_scales[chk], in do_combined_scaletable() 226 (new_idx - chk) * sizeof(int)); in do_combined_scaletable() 227 all_scales[chk] = candidate[0]; in do_combined_scaletable() 228 all_scales[chk + 1] = candidate[1]; in do_combined_scaletable()
|
| /linux/arch/riscv/purgatory/ |
| H A D | Makefile | 48 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS) 49 targets += purgatory.ro purgatory.chk 103 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE 106 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
|
| H A D | .gitignore | 2 purgatory.chk
|
| /linux/drivers/rtc/ |
| H A D | rtc-pcf8583.c | 225 unsigned char year[2], chk; in pcf8583_rtc_set_time() local 234 .data = &chk in pcf8583_rtc_set_time() 256 chk -= year[1] + year[0]; in pcf8583_rtc_set_time() 261 chk += year[1] + year[0]; in pcf8583_rtc_set_time()
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_generic_pt.h | 40 struct check_levels_arg *chk = arg; in __check_all_levels() local 41 struct kunit *test = chk->test; in __check_all_levels() 74 KUNIT_ASSERT_NE(chk->test, pts.index, 0); in __check_all_levels() 81 KUNIT_ASSERT_GT(chk->test, pts.end_index, 1); in __check_all_levels() 94 (*chk->fn)(chk->test, &pts, chk->fn_arg); in __check_all_levels() 110 struct check_levels_arg chk = { in check_all_levels() local 132 ret = pt_walk_range(&range, __check_all_levels, &chk); in check_all_levels()
|
| /linux/fs/hpfs/ |
| H A D | super.c | 336 int chk; member 395 ctx->chk = result.uint_32; in hpfs_parse_param() 445 sbi->sb_eas = ctx->eas; sbi->sb_chk = ctx->chk; in hpfs_reconfigure() 571 sbi->sb_chk = ctx->chk; in hpfs_fill_super() 731 ctx->chk = sbi->sb_chk; in hpfs_init_fs_context() 742 ctx->chk = 1; in hpfs_init_fs_context()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dvb-usb-firmware.c | 55 deb_fw("writing to address 0x%04x (buffer: 0x%02x %02x)\n", hx->addr, hx->len, hx->chk); in usb_cypress_load_firmware() 149 hx->chk = b[hx->len + data_offs]; in dvb_usb_get_hexline()
|
| H A D | dib0700_core.c | 520 hx.addr, hx.len, hx.chk); in dib0700_download_firmware() 527 buf[4+hx.len] = hx.chk; in dib0700_download_firmware()
|
| /linux/arch/s390/purgatory/ |
| H A D | .gitignore | 3 purgatory.chk
|
| /linux/drivers/media/common/ |
| H A D | cypress_firmware.h | 24 u8 chk; member
|
| H A D | cypress_firmware.c | 66 hx->chk = b[hx->len + data_offs]; in cypress_get_hexline()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.c | 283 u32 chk = 0; in p54u_lm87_chksum() local 287 chk ^= le32_to_cpu(*data++); in p54u_lm87_chksum() 288 chk = (chk >> 5) ^ (chk << 3); in p54u_lm87_chksum() 291 return cpu_to_le32(chk); in p54u_lm87_chksum()
|
| /linux/drivers/iio/gyro/ |
| H A D | adxrs450.c | 201 u32 *val, char chk) in adxrs450_spi_initial() argument 213 if (chk) in adxrs450_spi_initial()
|
| /linux/drivers/scsi/ |
| H A D | aha1740.h | 122 chk:1, /* Calculate Checksum */
|
| /linux/arch/arc/kernel/ |
| H A D | entry.S | 264 ; Disable IRQs to ensures that chk for pending work itself is atomic
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pko-defs.h | 227 uint64_t chk:1; member 233 uint64_t chk:1; 1271 uint64_t chk:1; member 1281 uint64_t chk:1;
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | ilsp.S | 155 tst.l %d5 # chk sign of hi(dividend) 204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov_pf.c | 2022 int qlcnic_sriov_set_vf_spoofchk(struct net_device *netdev, int vf, bool chk) in qlcnic_sriov_set_vf_spoofchk() argument 2044 vp->spoofchk = chk; in qlcnic_sriov_set_vf_spoofchk()
|