Home
last modified time | relevance | path

Searched full:bc1 (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/devicetree/bindings/power/supply/
H A Dmediatek,mt6370-charger.yaml14 Provides Battery Charger, Boost for OTG devices and BC1.2 detection.
24 is plugged in, and then the driver will enable BC1.2 detection.
25 After the hardware of MT6370 completes the BC1.2 detection,
27 the result of BC1.2 detection.
35 - description: irq of "BC1.2 is done"
H A Drichtek,rt9471.yaml15 portable applications. It supports USB BC1.2 port detection, current and
H A Drohm,bd99954.yaml18 provides a Dual-source Battery Charger, two port BC1.2 detection and a
/linux/block/
H A Dblk-crypto.c194 static bool bio_crypt_ctx_compatible(struct bio_crypt_ctx *bc1, in bio_crypt_ctx_compatible() argument
197 if (!bc1) in bio_crypt_ctx_compatible()
200 return bc2 && bc1->bc_key == bc2->bc_key; in bio_crypt_ctx_compatible()
211 * in the order @bc1 followed by @bc2.
213 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes, in bio_crypt_ctx_mergeable() argument
216 if (!bio_crypt_ctx_compatible(bc1, bc2)) in bio_crypt_ctx_mergeable()
219 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
H A Dblk-crypto-internal.h34 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes,
/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,tphy.yaml247 Specify the flag to enable BC1.2 if support it
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dct.json84 "id": "0bc1",
/linux/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c184 /* DP/DM BC1.1 path Disable */ in u2_phy_instance_init()
H A Dphy-mtk-tphy.c856 /* DP/DM BC1.1 path Disable */ in u2_phy_instance_init()
1161 if (instance->bc12_en) /* BC1.2 path Enable */ in u2_phy_props_set()
/linux/drivers/extcon/
H A Dextcon-max77843.c210 /* Disable BC1.2 protocol and force manual switch control */ in max77843_muic_set_path()
/linux/drivers/power/supply/
H A Dbq256xx_charger.c283 * @has_usb_detect: indicates whether device has BC1.2 detection
/linux/Documentation/admin-guide/
H A Ddevices.txt950 1 = /dev/bc1 Second Baycom radio modem
/linux/arch/m68k/ifpsp060/
H A Dpfpsp.sa888 dc.l $1248ff66,$2f084a28,$00005bc1,$202eff5c
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c5157 * before transitioning to SNK_STARTUP to allow BC1.2 in run_state_machine()