Home
last modified time | relevance | path

Searched refs:cc1 (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dfusb302.c77 enum typec_cc_status cc1; member
417 chip->cc1 = TYPEC_CC_OPEN; in fusb302_set_toggling()
488 chip->cc1 = TYPEC_CC_OPEN; in tcpm_set_cc()
541 static int tcpm_get_cc(struct tcpc_dev *dev, enum typec_cc_status *cc1, in tcpm_get_cc() argument
547 *cc1 = chip->cc1; in tcpm_get_cc()
549 debug("get cc1 = %s, cc2 = %s\n", typec_cc_status_name[*cc1], in tcpm_get_cc()
914 if (chip->cc1 != cc_status) { in fusb302_bc_lvl_handler()
916 typec_cc_status_name[chip->cc1], in fusb302_bc_lvl_handler()
918 chip->cc1 = cc_status; in fusb302_bc_lvl_handler()
1036 enum typec_cc_status cc_status_active, cc1, cc2; in fusb302_handle_togdone_snk() local
[all …]
H A Dtcpm.c300 enum typec_cc_status cc1; member
472 ((tcpm_cc_is_sink((port)->cc1) && !tcpm_cc_is_sink((port)->cc2)) || \
473 (tcpm_cc_is_sink((port)->cc2) && !tcpm_cc_is_sink((port)->cc1)))
480 ((tcpm_cc_is_source((port)->cc1) && \
483 !tcpm_cc_is_source((port)->cc1)))
486 (tcpm_cc_is_source((port)->cc1) && tcpm_cc_is_source((port)->cc2))
489 (tcpm_cc_is_audio((port)->cc1) && tcpm_cc_is_audio((port)->cc2))
492 ((tcpm_cc_is_audio((port)->cc1) && tcpm_cc_is_open((port)->cc2)) || \
493 (tcpm_cc_is_audio((port)->cc2) && tcpm_cc_is_open((port)->cc1)))
527 return (!port->attached && port->cc1 == TYPEC_CC_OPEN && in tcpm_port_is_disconnected()
[all …]
H A Dtcpci.c223 enum typec_cc_status *cc1, enum typec_cc_status *cc2) in tcpci_get_cc() argument
236 *cc1 = tcpci_to_typec_cc((reg >> TCPC_CC_STATUS_CC1_SHIFT) & in tcpci_get_cc()
254 enum typec_cc_status cc1, cc2; in tcpci_set_polarity() local
261 ret = tcpci_get_cc(tcpc, &cc1, &cc2); in tcpci_set_polarity()
287 if (cc1 == TYPEC_CC_RD) in tcpci_set_polarity()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dfusb302.c109 enum typec_cc_status cc1; member
579 chip->cc1 = TYPEC_CC_OPEN; in fusb302_set_toggling()
653 chip->cc1 = TYPEC_CC_OPEN; in tcpm_set_cc()
711 static int tcpm_get_cc(struct tcpc_dev *dev, enum typec_cc_status *cc1, in tcpm_get_cc() argument
718 *cc1 = chip->cc1; in tcpm_get_cc()
720 fusb302_log(chip, "cc1=%s, cc2=%s", typec_cc_status_name[*cc1], in tcpm_get_cc()
1105 if (chip->cc1 != cc_status) { in fusb302_bc_lvl_handler_work()
1107 typec_cc_status_name[chip->cc1], in fusb302_bc_lvl_handler_work()
1109 chip->cc1 = cc_status; in fusb302_bc_lvl_handler_work()
1195 enum typec_cc_status cc_status_active, cc1, cc2; in fusb302_handle_togdone_snk() local
[all …]
H A Dtcpm.c321 enum typec_cc_status cc1; member
508 ((tcpm_cc_is_sink((port)->cc1) && !tcpm_cc_is_sink((port)->cc2)) || \
509 (tcpm_cc_is_sink((port)->cc2) && !tcpm_cc_is_sink((port)->cc1)))
516 ((tcpm_cc_is_source((port)->cc1) && \
519 !tcpm_cc_is_source((port)->cc1)))
522 (tcpm_cc_is_source((port)->cc1) && tcpm_cc_is_source((port)->cc2))
525 (tcpm_cc_is_audio((port)->cc1) && tcpm_cc_is_audio((port)->cc2))
528 ((tcpm_cc_is_audio((port)->cc1) && tcpm_cc_is_open((port)->cc2)) || \
529 (tcpm_cc_is_audio((port)->cc2) && tcpm_cc_is_open((port)->cc1)))
549 ((port)->cc1 == TYPEC_CC_RP_3_0 || (port)->cc2 == TYPEC_CC_RP_3_0))
[all …]
H A Dtcpci.c253 enum typec_cc_status *cc1, enum typec_cc_status *cc2) in tcpci_get_cc() argument
267 *cc1 = tcpci_to_typec_cc((reg >> TCPC_CC_STATUS_CC1_SHIFT) & in tcpci_get_cc()
285 enum typec_cc_status cc1, cc2; in tcpci_set_polarity() local
292 ret = tcpci_get_cc(tcpc, &cc1, &cc2); in tcpci_set_polarity()
318 if (cc1 == TYPEC_CC_RD) in tcpci_set_polarity()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dtime.c392 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 Dcore_cia.c795 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()
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0014-localedef-Use-initializer-for-flexible-array-member-.patch11 cc1: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
18 cc1: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
20 cc1: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
22 cc1: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ne10/ne10/
H A D0001-Dont-specify-march-explicitly.patch13 | 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h167 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch13 …switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0024-RH-use-rpm-optflags-if-present.patch43 + ifeq ($(shell test -f /usr/lib/rpm/redhat/redhat-hardened-cc1 && echo 1),1)
44 + OPTFLAGS += -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0005-cpp-honor-sysroot.patch49 - "%{!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, …
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env265 add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/
H A Dfix_qa-issue_include.patch4 cc1: warning: include location "/usr/include" is unsafe for
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtopcua_git.bb16 # cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtools/mtools/
H A Ddisable-hardcoded-configs.patch15 index 173eae0..0654cc1 100644
/OK3568_Linux_fs/buildroot/package/uhttpd/
H A D0001-Remove-Werror.patch11 cc1: all warnings being treated as errors
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A D0001-ruli_srv-Mark-prev_addr_list_size-as-unused.patch11 cc1: all warnings being treated as errors
/OK3568_Linux_fs/buildroot/package/crda/
H A D0003-drop-werror.patch15 cc1: all warnings being treated as errors
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0001-config_os_headers-Error-Fix.patch8 cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-syste…
/OK3568_Linux_fs/buildroot/package/elfutils/
H A D0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch12 cc1: all warnings being treated as errors
/OK3568_Linux_fs/buildroot/package/libatasmart/
H A D0001-strpool-cross-flags.patch15 cc1: error: unrecognized command line option "-mabi=spe"
/OK3568_Linux_fs/buildroot/package/dvb-apps/
H A D0002-Fix-compiler-warning-flags.patch8 cc1: error: unrecognized command line option "-Wno-packed-bitfield-compat"

12