/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | fusb302.c | 108 enum typec_cc_status cc1; member 571 chip->cc1 = TYPEC_CC_OPEN; in fusb302_set_toggling() 645 chip->cc1 = TYPEC_CC_OPEN; in tcpm_set_cc() 703 static int tcpm_get_cc(struct tcpc_dev *dev, enum typec_cc_status *cc1, in tcpm_get_cc() argument 710 *cc1 = chip->cc1; in tcpm_get_cc() 712 fusb302_log(chip, "cc1=%s, cc2=%s", typec_cc_status_name[*cc1], in tcpm_get_cc() 1097 if (chip->cc1 != cc_status) { in fusb302_bc_lvl_handler_work() 1099 typec_cc_status_name[chip->cc1], in fusb302_bc_lvl_handler_work() 1101 chip->cc1 = cc_status; in fusb302_bc_lvl_handler_work() 1187 enum typec_cc_status cc_status_active, cc1, cc2; in fusb302_handle_togdone_snk() local [all …]
|
H A D | tcpci_rt1711h.c | 183 int ret, cc1, cc2; in rt1711h_init_cc_params() local 191 cc1 = tcpci_to_typec_cc((status >> TCPC_CC_STATUS_CC1_SHIFT) & in rt1711h_init_cc_params() 200 if ((cc1 >= TYPEC_CC_RP_1_5 && cc2 < TYPEC_CC_RP_DEF) || in rt1711h_init_cc_params() 201 (cc2 >= TYPEC_CC_RP_1_5 && cc1 < TYPEC_CC_RP_DEF)) { in rt1711h_init_cc_params()
|
H A D | tcpm.c | 323 enum typec_cc_status cc1; member 521 ((tcpm_cc_is_sink((port)->cc1) && !tcpm_cc_is_sink((port)->cc2)) || \ 522 (tcpm_cc_is_sink((port)->cc2) && !tcpm_cc_is_sink((port)->cc1))) 529 ((tcpm_cc_is_source((port)->cc1) && \ 532 !tcpm_cc_is_source((port)->cc1))) 535 (tcpm_cc_is_source((port)->cc1) && tcpm_cc_is_source((port)->cc2)) 538 (tcpm_cc_is_audio((port)->cc1) && tcpm_cc_is_audio((port)->cc2)) 541 ((tcpm_cc_is_audio((port)->cc1) && tcpm_cc_is_open((port)->cc2)) || \ 542 (tcpm_cc_is_audio((port)->cc2) && tcpm_cc_is_open((port)->cc1))) 562 ((port)->cc1 == TYPEC_CC_RP_3_0 || (port)->cc2 == TYPEC_CC_RP_3_0)) [all …]
|
H A D | tcpci.c | 219 enum typec_cc_status *cc1, enum typec_cc_status *cc2) in tcpci_get_cc() argument 233 *cc1 = tcpci_to_typec_cc((reg >> TCPC_CC_STATUS_CC1_SHIFT) & in tcpci_get_cc() 251 enum typec_cc_status cc1, cc2; in tcpci_set_polarity() local 258 ret = tcpci_get_cc(tcpc, &cc1, &cc2); in tcpci_set_polarity() 284 if (cc1 == TYPEC_CC_RD) in tcpci_set_polarity()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | time.c | 392 unsigned int cc1, cc2; in time_init() local 407 cc1 = rpcc(); in time_init() 411 cc1 = rpcc_after_update_in_progress(); in time_init() 413 est_cycle_freq = validate_cc_value(cc2 - cc1); in time_init() 414 cc1 = cc2; in time_init()
|
H A D | core_cia.c | 795 unsigned int cc0, cc1; in pyxis_init_arch() local 801 __asm__ __volatile__ ("rpcc %0" : "=r"(cc1)); in pyxis_init_arch() 802 cc1 -= cc0; in pyxis_init_arch() 803 hwrpb->cycle_freq = ((cc1 >> 11) * 100000000UL) / 3; in pyxis_init_arch()
|
/openbmc/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec_port.c | 183 enum typec_cc_status *cc1, in qcom_pmic_typec_port_get_cc() argument 203 *cc1 = TYPEC_CC_OPEN; in qcom_pmic_typec_port_get_cc() 218 *cc1 = TYPEC_CC_RA; in qcom_pmic_typec_port_get_cc() 226 *cc1 = TYPEC_CC_RA; in qcom_pmic_typec_port_get_cc() 260 *cc1 = val; in qcom_pmic_typec_port_get_cc() 264 misc, *cc1, cc_to_name(*cc1), *cc2, cc_to_name(*cc2), attached, in qcom_pmic_typec_port_get_cc()
|
H A D | qcom_pmic_typec.c | 87 enum typec_cc_status *cc1, in qcom_pmic_typec_get_cc() argument 92 return qcom_pmic_typec_port_get_cc(tcpm->pmic_typec_port, cc1, cc2); in qcom_pmic_typec_get_cc()
|
H A D | qcom_pmic_typec_port.h | 179 enum typec_cc_status *cc1,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/ |
H A D | 0001-Dont-specify-march-explicitly.patch | 13 | cc1: warning: switch -mcpu=cortex-a7 conflicts with -march=armv7-a switch 14 | cc1: warning: switch -mcpu=cortex-a7 conflicts with -march=armv7-a switch
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 167 static inline int mlx5_wq_cyc_cc_bigger(u16 cc1, u16 cc2) in mlx5_wq_cyc_cc_bigger() argument 169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() 170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/ |
H A D | 0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch | 13 …switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-…
|
/openbmc/linux/Documentation/trace/ |
H A D | timerlat-tracer.rst | 92 … cc1-87882 [005] d..h... 548.771078: #402268 context irq timer_latency 13585 ns 93 …cc1-87882 [005] dNLh1.. 548.771082: irq_noise: local_timer:236 start 548.771077442 duration 75… 94 … cc1-87882 [005] dNLh2.. 548.771099: irq_noise: qxl:21 start 548.771085017 duration 7139 ns 95 …cc1-87882 [005] d...3.. 548.771102: thread_noise: cc1:87882 start 548.771078243 duration … 103 the cc1 thread noise took 9909 ns of time before the context switch.
|
/openbmc/linux/drivers/usb/typec/ |
H A D | rt1719.c | 161 u16 cc1, cc2, cc_stat; in rt1719_get_pwr_opmode() local 163 cc1 = FIELD_GET(RT1719_CC1_STAT, stat); in rt1719_get_pwr_opmode() 170 cc_stat = cc1; in rt1719_get_pwr_opmode() 179 if ((cc1 == SNK_PWR_1P5A && cc2 == SNK_PWR_DEF) || in rt1719_get_pwr_opmode() 180 (cc1 == SNK_PWR_DEF && cc2 == SNK_PWR_1P5A)) in rt1719_get_pwr_opmode() 182 else if ((cc1 == SNK_PWR_3A && cc2 == SNK_PWR_DEF) || in rt1719_get_pwr_opmode() 183 (cc1 == SNK_PWR_DEF && cc2 == SNK_PWR_3A)) in rt1719_get_pwr_opmode()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0006-cpp-honor-sysroot.patch | 49 - "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, … 50 + "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %I %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, …
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/ |
H A D | icecc-create-env | 265 add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/ |
H A D | fix_qa-issue_include.patch | 4 cc1: warning: include location "/usr/include" is unsafe for
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
H A D | 0001-ruli_srv-Mark-prev_addr_list_size-as-unused.patch | 11 cc1: all warnings being treated as errors
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/files/ |
H A D | tune-makefile.patch | 7 | cc1: all warnings being treated as errors
|
/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/ |
H A D | 0001-remove-hardcoded-path.patch | 9 | cc1: error: include location "/usr/include" is unsafe for cross-compilation [-Werror=poison-syste…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0004-config_os_headers-Error-Fix.patch | 8 cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-syste…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/kronosnet/ |
H A D | 0001-links.c-Fix-build-with-gcc-12.patch | 16 | cc1: all warnings being treated as errors
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/ |
H A D | 0001-Fix-missing-return-statements-in-module-stubs.patch | 15 cc1: some warnings being treated as errors
|
/openbmc/linux/include/linux/usb/ |
H A D | tcpm.h | 132 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
H A D | configure.in-disable-tirpc-checking-for-fedora.patch | 13 cc1: warning: include location "/usr/include/tirpc" is unsafe for
|