Searched refs:cc (Results 176 - 200 of 445) sorted by relevance

1234567891011>>

/linux-master/drivers/s390/char/
H A Dsclp.h328 int cc = 4; /* Initialize for program check handling */ local
337 : "+&d" (cc) : "d" (command), "a" (__pa(sccb))
338 : "cc", "memory");
339 if (cc == 4)
341 if (cc == 3)
343 if (cc == 2)
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c79 const struct imx_media_pixfmt *cc[PRPENCVF_NUM_PADS]; member in struct:prp_priv
360 outcc = vdev->cc;
461 incc = priv->cc[PRPENCVF_SINK_PAD];
462 outcc = vdev->cc;
590 incc = priv->cc[PRPENCVF_SINK_PAD];
591 outcc = vdev->cc;
880 const struct imx_media_pixfmt **cc)
884 *cc = imx_media_find_ipu_format(sdformat->format.code,
886 if (!*cc) {
890 *cc
877 prp_try_fmt(struct prp_priv *priv, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *sdformat, const struct imx_media_pixfmt **cc) argument
926 const struct imx_media_pixfmt *cc; local
977 const struct imx_media_pixfmt *cc; local
[all...]
H A Dimx-media-vdic.c100 const struct imx_media_pixfmt *cc[VDIC_NUM_PADS]; member in struct:vdic_priv
301 incc = priv->cc[VDIC_SINK_PAD_IDMAC];
583 const struct imx_media_pixfmt **cc)
587 *cc = imx_media_find_ipu_format(sdformat->format.code,
589 if (!*cc) {
593 *cc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV);
594 sdformat->format.code = (*cc)->codes[0];
627 const struct imx_media_pixfmt *cc; local
641 vdic_try_fmt(priv, sd_state, sdformat, &cc);
662 priv->cc[VDIC_SRC_PAD_DIREC
580 vdic_try_fmt(struct vdic_priv *priv, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *sdformat, const struct imx_media_pixfmt **cc) argument
[all...]
/linux-master/fs/smb/server/
H A Doplock.c1508 struct create_context *cc; local
1512 cc = smb2_find_context_vals(req, SMB2_CREATE_REQUEST_LEASE, 4);
1513 if (IS_ERR_OR_NULL(cc))
1520 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) {
1521 struct create_lease_v2 *lc = (struct create_lease_v2 *)cc;
1532 struct create_lease *lc = (struct create_lease *)cc;
1554 struct create_context *cc; local
1565 cc = (struct create_context *)((char *)req +
1569 cc = (struct create_context *)((char *)cc
1604 create_durable_rsp_buf(char *cc) argument
1628 create_durable_v2_rsp_buf(char *cc, struct ksmbd_file *fp) argument
1656 create_mxac_rsp_buf(char *cc, int maximal_access) argument
1678 create_disk_id_rsp_buf(char *cc, __u64 file_id, __u64 vol_id) argument
1705 create_posix_rsp_buf(char *cc, struct ksmbd_file *fp) argument
[all...]
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c58 ctx->cc = 0;
174 pat_args.continuity_counter = &pat_ctx->cc;
193 pmt_args.continuity_counter = &pmt_ctx->cc;
200 sdt_args.continuity_counter = &sdt_ctx->cc;
205 nit_args.continuity_counter = &nit_ctx->cc;
210 eit_args.continuity_counter = &eit_ctx->cc;
231 args.continuity_counter = &ctx->cc;
297 args.continuity_counter = &pid_ctx->cc;
363 args.continuity_counter = &ctx->cc;
H A Dvidtv_mux.h77 * @cc: The continuity counter for this PID. It is incremented on every TS
84 u8 cc; /* continuity counter */ member in struct:vidtv_mux_pid_ctx
/linux-master/scripts/
H A Drust_is_available_test.py262 cc = self.generate_clang("clang version 999.0.0")
263 result = self.run_script(self.Expected.SUCCESS_WITH_WARNINGS, { "CC": cc })
336 for cc in ["gcc", "clang"]:
337 with self.subTest(cc=cc):
342 "CC": cc,
/linux-master/drivers/media/dvb-core/
H A Ddvb_demux.c109 u8 cc; local
116 cc = buf[3] & 0x0f;
117 ccok = ((feed->cc + 1) & 0x0f) == cc;
121 cc, (feed->cc + 1) & 0x0f);
123 feed->cc = cc;
292 u8 cc; local
301 cc
[all...]
/linux-master/fs/overlayfs/
H A Dcopy_up.c712 static int ovl_prep_cu_creds(struct dentry *dentry, struct ovl_cu_creds *cc) argument
716 cc->old = cc->new = NULL;
717 err = security_inode_copy_up(dentry, &cc->new);
721 if (cc->new)
722 cc->old = override_creds(cc->new);
727 static void ovl_revert_cu_creds(struct ovl_cu_creds *cc) argument
729 if (cc->new) {
730 revert_creds(cc
746 struct ovl_cu_creds cc; local
847 struct ovl_cu_creds cc; local
[all...]
/linux-master/kernel/bpf/
H A Dmemalloc.c515 struct bpf_mem_caches *cc, __percpu *pcc; local
556 pcc = __alloc_percpu_gfp(sizeof(*cc), 8, GFP_KERNEL);
564 cc = per_cpu_ptr(pcc, cpu);
566 c = &cc->cache[i];
597 struct bpf_mem_caches *cc, __percpu *pcc; local
614 cc = per_cpu_ptr(pcc, cpu);
615 c = &cc->cache[i];
664 struct bpf_mem_caches *cc; local
676 cc = per_cpu_ptr(ma->caches, cpu);
678 c = &cc
748 struct bpf_mem_caches *cc; local
[all...]
/linux-master/drivers/nvme/target/
H A Dcore.c1119 static inline bool nvmet_cc_en(u32 cc) argument
1121 return (cc >> NVME_CC_EN_SHIFT) & 0x1;
1124 static inline u8 nvmet_cc_css(u32 cc) argument
1126 return (cc >> NVME_CC_CSS_SHIFT) & 0x7;
1129 static inline u8 nvmet_cc_mps(u32 cc) argument
1131 return (cc >> NVME_CC_MPS_SHIFT) & 0xf;
1134 static inline u8 nvmet_cc_ams(u32 cc) argument
1136 return (cc >> NVME_CC_AMS_SHIFT) & 0x7;
1139 static inline u8 nvmet_cc_shn(u32 cc) argument
1141 return (cc >> NVME_CC_SHN_SHIF
1144 nvmet_cc_iosqes(u32 cc) argument
1149 nvmet_cc_iocqes(u32 cc) argument
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Dvtoc.h24 __u16 cc; member in struct:vtoc_cchhb
31 __u16 cc; member in struct:vtoc_cchh
/linux-master/drivers/input/mouse/
H A Dcypress_ps2.h10 #define ENCODE_CMD(aa, bb, cc, dd) \
11 (COMPOSIT((aa), 6) | COMPOSIT((bb), 4) | COMPOSIT((cc), 2) | COMPOSIT((dd), 0))
/linux-master/tools/perf/tests/shell/
H A Dbuildid.sh12 if ! [ -x "$(command -v cc)" ]; then
43 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=sha1 -o ${ex_sha1} -x c -
44 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=md5 -o ${ex_md5} -x c -
/linux-master/arch/s390/pci/
H A Dpci_clp.c55 int cc = 3; local
59 "0: ipm %[cc]\n"
60 " srl %[cc],28\n"
63 : [cc] "+d" (cc), [mask] "=d" (mask) : [cmd] "a" (1)
64 : "cc");
66 return cc;
76 int cc = 3; local
80 "0: ipm %[cc]\n"
81 " srl %[cc],2
[all...]
/linux-master/arch/arc/
H A DMakefile9 CROSS_COMPILE := $(call cc-cross-prefix, arc-linux- arceb-linux-)
21 ifneq ($(call cc-option,$(tune-mcpu)),)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ptp.c196 static u64 ptp_cc_read(const struct cyclecounter *cc) argument
198 struct otx2_ptp *ptp = container_of(cc, struct otx2_ptp, cycle_counter);
385 struct cyclecounter *cc; local
449 cc = &ptp_ptr->cycle_counter;
450 cc->read = ptp_cc_read;
451 cc->mask = CYCLECOUNTER_MASK(64);
452 cc->mult = 1;
453 cc->shift = 0;
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c564 struct device_node *cc = NULL; local
571 for_each_node_by_name(cc, "i2c-hwclock") {
572 p = of_get_parent(cc);
578 pmac_tb_clock_chip_host = pmac_i2c_find_bus(cc);
581 reg = of_get_property(cc, "reg", NULL);
586 if (of_device_is_compatible(cc,"pulsar-legacy-slewing")) {
590 } else if (of_device_is_compatible(cc, "cy28508")) {
602 of_node_put(cc);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c653 struct ath_cycle_counters *cc = &common->cc_survey; local
661 if (cc->cycles > 0) {
662 ah->survey.time += cc->cycles / div;
663 ah->survey.time_busy += cc->rx_busy / div;
664 ah->survey.time_rx += cc->rx_frame / div;
665 ah->survey.time_tx += cc->tx_frame / div;
667 memset(cc, 0, sizeof(*cc));
/linux-master/arch/loongarch/vdso/
H A DMakefile28 $(call cc-option, -fno-asynchronous-unwind-tables) \
29 $(call cc-option, -fno-stack-protector)
/linux-master/arch/arm/probes/kprobes/
H A Dtest-arm.c61 TEST_RR( op s "cc r3, r",3, VAL1,", r",2, val, ", asr #5") \
87 TEST_RR( op "cc r",3, VAL1,", r",2, val, ", lsr #4") \
110 TEST_R( op s "cc r3, r",3, val, ", asr #5") \
1176 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \
1208 TEST_UNSUPPORTED(__inst_arm(0x##cc##daf0001) " @ stc"two" 0, cr0, [r15, #4]!") \
1209 TEST_UNSUPPORTED(__inst_arm(0x##cc##d2f0001) " @ stc"two" 0, cr0, [r15, #-4]!") \
1210 TEST_UNSUPPORTED(__inst_arm(0x##cc##caf0001) " @ stc"two" 0, cr0, [r15], #4") \
1211 TEST_UNSUPPORTED(__inst_arm(0x##cc##c2f0001) " @ stc"two" 0, cr0, [r15], #-4") \
1215 TEST_UNSUPPORTED(__inst_arm(0x##cc##def0001) " @ stc"two"l 0, cr0, [r15, #4]!") \
1216 TEST_UNSUPPORTED(__inst_arm(0x##cc##d6f000
[all...]
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c140 sq->cc = 0;
177 cq->cc = 0;
218 aenq->cc = 0;
238 writel(edev->aenq.cc, edev->reg_bar + EFA_REGS_AENQ_CONS_DB_OFF);
443 ci = aq->cq.cc & queue_size_mask;
468 aq->cq.cc += comp_num;
470 aq->sq.cc += comp_num;
559 comp_ctx, aq->sq.pc, aq->sq.cc, aq->cq.cc);
566 comp_ctx, aq->sq.pc, aq->sq.cc, a
[all...]
/linux-master/arch/s390/include/asm/
H A Dnmi.h62 u64 pm : 1; /* 22 psw program mask and cc validity */
83 u64 cc : 1; /* 47 clock comparator validity */ member in struct:mci::__anon5
/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c67 struct bcma_drv_cc *cc = &bgmac->bcma.core->bus->drv_cc; local
69 bcma_chipco_chipctl_maskset(cc, offset, mask, set);
74 struct bcma_drv_cc *cc = &bgmac->bcma.core->bus->drv_cc; local
76 return bcma_pmu_get_bus_clock(cc);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c76 static u64 igb_ptp_read_82576(const struct cyclecounter *cc) argument
78 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc);
93 static u64 igb_ptp_read_82580(const struct cyclecounter *cc) argument
95 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc);
348 timecounter_init(&igb->tc, &igb->cc, ns);
1336 adapter->cc.read = igb_ptp_read_82576;
1337 adapter->cc.mask = CYCLECOUNTER_MASK(64);
1338 adapter->cc
[all...]

Completed in 494 milliseconds

1234567891011>>