Searched refs:cc (Results 251 - 275 of 445) sorted by relevance

<<1112131415161718

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.h83 struct cyclecounter cc; member in struct:bnxt_ptp_cfg
/linux-master/arch/sparc/
H A DMakefile50 KBUILD_CFLAGS += $(call cc-option,-mtune=ultrasparc3)
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile24 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-cc.dtb
26 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h5-cc.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile24 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-cc.dtb
26 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h5-cc.dtb
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A DMakefile50 cond-flags := $(call cc-option, -Wunused-but-set-variable) \
51 $(call cc-option, -Wunused-const-variable) \
52 $(call cc-option, -Wstringop-truncation) \
53 $(call cc-option, -Wpacked-not-aligned)
/linux-master/arch/powerpc/lib/
H A DMakefile79 CFLAGS_xor_vmx.o += -mhard-float -maltivec $(call cc-option,-mabi=altivec)
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile24 COMPAT_CC_FLAGS += $(call cc-option,-mno-riscv-attribute)
/linux-master/fs/bcachefs/
H A DMakefile99 subdir-ccflags-y += $(call cc-disable-warning, psabi)
/linux-master/drivers/extcon/
H A Dextcon-rtk-type-c.c80 int cc_mode; /* cc is host or device */
242 int dr_mode, int cc)
257 if (cc == DISABLE_CC) {
259 } else if (cc == ENABLE_CC1) {
261 } else if (cc == ENABLE_CC2) {
264 dev_err(type_c->dev, "%s: Error cc setting cc=0x%x\n", __func__, cc);
269 /* waiting cc stable for enable/disable */
272 dev_dbg(type_c->dev, "%s: cc
241 rtd129x_switch_type_c_plug_config(struct type_c_data *type_c, int dr_mode, int cc) argument
278 switch_type_c_plug_config(struct type_c_data *type_c, int dr_mode, int cc) argument
291 switch_type_c_dr_mode(struct type_c_data *type_c, int dr_mode, int cc) argument
367 connector_attached(struct type_c_data *type_c, u32 cc, int dr_mode) argument
380 connector_detached(struct type_c_data *type_c, u32 cc, int dr_mode) argument
[all...]
/linux-master/drivers/usb/typec/tcpm/
H A Dfusb302.c37 * When the device is SNK, BC_LVL interrupt is used to monitor cc pins
39 * the BC_LVL interrupt on PD signalings, cc lvl should be handled after
570 /* during toggling, consider cc as Open */
597 static int tcpm_set_cc(struct tcpc_dev *dev, enum typec_cc_status cc) argument
609 switch (cc) {
624 fusb302_log(chip, "unsupported cc value %s",
625 typec_cc_status_name[cc]);
630 fusb302_log(chip, "cc := %s", typec_cc_status_name[cc]);
644 /* reset the cc statu
914 tcpm_start_toggling(struct tcpc_dev *dev, enum typec_port_type port_type, enum typec_cc_status cc) argument
1243 fusb302_get_src_cc_status(struct fusb302_chip *chip, enum typec_cc_polarity cc_polarity, enum typec_cc_status *cc) argument
[all...]
/linux-master/kernel/bpf/
H A Dbtf.c7065 struct bpf_cand_cache *cc; local
7082 cc = bpf_core_find_cands(&ctx, type_id);
7083 if (IS_ERR(cc)) {
7084 err = PTR_ERR(cc);
7090 if (cc->cnt != 1) {
7093 cc->cnt == 0 ? "has no matches" : "is ambiguous");
7094 err = cc->cnt == 0 ? -ENOENT : -ESRCH;
7097 if (btf_is_module(cc->cands[0].btf)) {
7103 kern_type_id = cc->cands[0].id;
8430 struct bpf_cand_cache *cc; local
8467 struct bpf_cand_cache *cc = cache[hash_cands(cands) % cache_size]; local
8484 struct bpf_cand_cache **cc = &cache[hash_cands(cands) % cache_size], *new_cands; local
8512 struct bpf_cand_cache *cc; local
8601 struct bpf_cand_cache *cands, *cc, local_cand = {}; local
8703 struct bpf_cand_cache *cc; local
[all...]
/linux-master/drivers/s390/cio/
H A Dccwreq.c183 if (scsw->cc == 3 || scsw->pno)
224 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS))
/linux-master/arch/x86/math-emu/
H A Dfpu_trig.c798 int cc; local
807 cc = 0;
868 cc |= SW_C0;
870 cc |= SW_C3;
872 cc |= SW_C1;
930 cc = SW_C2;
942 setcc(cc);
955 setcc(cc);
/linux-master/arch/microblaze/kernel/
H A Dtimer.c193 .cc = NULL,
196 static u64 xilinx_cc_read(const struct cyclecounter *cc) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c97 if (need_wakeup && xsksq->pc == xsksq->cc)
101 if (need_wakeup && xsksq->pc != xsksq->cc)
/linux-master/arch/parisc/
H A DMakefile45 CROSS32_COMPILE := $(call cc-cross-prefix, \
55 CROSS_COMPILE := $(call cc-cross-prefix, \
/linux-master/drivers/net/wireless/ath/
H A Dregd.c558 u16 cc = rd & ~COUNTRY_ERD_FLAG; local
563 if (allCountries[i].countryCode == cc)
610 u16 cc = rd & ~COUNTRY_ERD_FLAG; local
612 country = ath_regd_find_country(cc);
614 return cc;
/linux-master/drivers/media/i2c/
H A Dsaa7127.c372 u16 cc = data->data[1] << 8 | data->data[0]; local
387 v4l2_dbg(2, debug, sd, "CC data: %04x\n", cc);
388 saa7127_write(sd, SAA7127_REG_LINE_21_ODD_0, cc & 0xff);
389 saa7127_write(sd, SAA7127_REG_LINE_21_ODD_1, cc >> 8);
390 state->cc_data = cc;
/linux-master/arch/s390/kernel/
H A Duv.c206 int expected, cc = 0; local
222 cc = __uv_call(0, (u64)uvcb);
228 if (cc == UVC_CC_OK)
230 else if (cc == UVC_CC_BUSY || cc == UVC_CC_PARTIAL)
/linux-master/drivers/s390/block/
H A Ddasd_diag.c73 int cc; local
75 cc = 3;
78 "0: ipm %[cc]\n"
79 " srl %[cc],28\n"
82 : [cc] "+&d" (cc), [rx] "+&d" (rx.pair), "+m" (*(addr_type *)iob)
84 : "cc");
85 return cc | rx.odd;
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cm.c417 static void __mpa_ext_set_cc(__be32 *bits, u32 cc) argument
420 (cpu_to_be32(cc) & MPA_EXT_FLAG_CC);
425 __be32 cc = mpa_ext_bits & MPA_EXT_FLAG_CC; local
427 return (u8)be32_to_cpu(cc);
613 if (__mpa_ext_cc(cep->mpa.ext_data.bits) != qp->attrs.cc)
614 qp->attrs.cc = COMPROMISE_CC;
726 __mpa_ext_set_cc(&cep->mpa.ext_data.bits, cep->qp->attrs.cc);
1200 if (qp->attrs.cc != __mpa_ext_cc(cep->mpa.ext_data.bits))
1201 qp->attrs.cc = COMPROMISE_CC;
1216 __mpa_ext_set_cc(&cep->mpa.ext_data.bits, qp->attrs.cc);
[all...]
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c260 u32 cc; /* current channel */ member in struct:s2255_dev
1703 vc = &dev->vc[dev->cc];
1708 unsigned int cc; local
1721 cc = le32_to_cpu(pdword[1]);
1722 if (cc >= MAX_CHANNELS) {
1728 dev->cc = G_chnmap[cc];
1729 vc = &dev->vc[dev->cc];
1745 cc = G_chnmap[le32_to_cpu(pdword[1])];
1746 if (cc >
[all...]
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py228 def __init__(self, cc, rc):
229 self.cc = cc
242 if self.cc:
243 return '%s: cc=0x%08x, rc=0x%08x' % (self.name, self.cc, self.rc)
401 cc = struct.unpack('>I', cmd[6:10])[0]
402 raise ProtocolError(cc, rc)
/linux-master/arch/powerpc/boot/
H A DMakefile39 BOOTTARGETFLAGS += $(call cc-option,-mabi=elfv2)
78 $(call cc-option,-mno-prefixed) \
79 $(call cc-option,-mno-pcrel) \
80 $(call cc-option,-mno-mma) \
81 $(call cc-option,-mno-spe) $(call cc-option,-mspe=no) \
97 ifeq ($(call cc-option-yn, -fstack-protector),y)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c431 if (unlikely(!mlx5e_wqc_has_room_for(&sq->wq, sq->cc, sq->pc,
513 if (unlikely(!mlx5e_wqc_has_room_for(&sq->wq, sq->cc, sq->pc, stop_room))) {
768 /* sq->cc must be updated only after mlx5_cqwq_update_db_record(),
771 sqcc = sq->cc;
815 sq->cc = sqcc;
828 while (sq->cc != sq->pc) {
832 ci = mlx5_wq_cyc_ctr2ix(&sq->wq, sq->cc);
835 sq->cc += wi->num_wqebbs;

Completed in 304 milliseconds

<<1112131415161718