Home
last modified time | relevance | path

Searched refs:semi (Results 1 – 25 of 31) sorted by relevance

12

/linux/rust/syn/
H A Dderive.rs92 let (where_clause, fields, semi) = data_struct(input)?; in parse()
104 semi_token: semi, in parse()
170 let semi = input.parse()?; localVariable
171 Ok((where_clause, Fields::Unnamed(fields), Some(semi)))
179 let semi = input.parse()?; localVariable
180 Ok((where_clause, Fields::Unit, Some(semi)))
H A Dstmt.rs156 while let semi @ Some(_) = input.parse()? { in parse_within()
157 stmts.push(Stmt::Expr(Expr::Verbatim(TokenStream::new()), semi)); in parse_within()
441 Stmt::Expr(expr, semi) => { in to_tokens()
443 semi.to_tokens(tokens); in to_tokens()
H A Ditem.rs212 pub semi: Option<Token![;]>,
1788 semi: Some(input.parse()?), in parse()
1807 semi: None, in parse()
3039 TokensOrDefault(&self.semi).to_tokens(tokens); in to_tokens()
/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama5d2_xplained.dts14 #include <dt-bindings/regulator/active-semi,8945a-regulator.h>
193 compatible = "active-semi,act8945a";
195 active-semi,vsel-high;
303 compatible = "active-semi,act8945a-charger";
309 active-semi,chglev-gpios = <&pioA PIN_PA12 GPIO_ACTIVE_HIGH>;
310 active-semi,lbo-gpios = <&pioA PIN_PC8 GPIO_ACTIVE_LOW>;
311 active-semi,input-voltage-threshold-microvolt = <6600>;
312 active-semi,precondition-timeout = <40>;
313 active-semi,total-timeout = <3>;
H A Dat91-sama5d3_xplained.dts91 compatible = "active-semi,act8865";
/linux/drivers/net/ethernet/oki-semi/
H A DKconfig20 source "drivers/net/ethernet/oki-semi/pch_gbe/Kconfig"
/linux/Documentation/devicetree/bindings/power/
H A Dpower-controller.txt15 compatible = "active-semi,act8846";
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst15 semi-colons, where:
19 - a semi-colon is used to separate devices.
/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/linux/drivers/staging/vme_user/
H A DKconfig47 VME windows in a manner at least semi-compatible with the interface
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3368-evb-act8846.dts41 compatible = "active-semi,act8846";
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-gw54xx.dts66 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
/linux/arch/mips/boot/dts/ingenic/
H A Dci20.dts9 #include <dt-bindings/regulator/active-semi,8865-regulator.h>
296 compatible = "active-semi,act8600";
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap-dss.txt39 name for each display. If no aliases are defined, a semi-random number is used
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst138 Under https://github.com/libbpf/libbpf there is a (semi-)automated
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst123 /tmp/*.sh``). This makes sense for (semi-restricted) user sessions.
/linux/Documentation/sound/cards/
H A Demu-mixer.rst9 alternative front-end geared towards semi-professional studio recording.
/linux/drivers/regulator/
H A DKconfig101 tristate "Active-semi act8865 voltage regulator"
106 This driver controls a active-semi act8865 voltage output
110 tristate "Active-semi ACT8945A voltage regulator"
113 This driver controls a active-semi ACT8945A voltage regulator
/linux/Documentation/trace/
H A Dftrace-design.rst56 be (semi-)relevant.
/linux/rust/syn/gen/
H A Dclone.rs1224 semi: self.semi.clone(), in clone()
H A Deq.rs1224 && self.content == other.content && self.semi == other.semi in eq()
H A Dfold.rs2537 semi: node.semi, in fold_item_mod()
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py750 dtype, name, lbr, content, rbr, rest, semi = t
/linux/Documentation/crypto/
H A Ddescore-readme.rst350 not be a (semi-)weak key (or -2 is returned).
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186-corsola.dtsi151 /* system wide semi-regulated power rail from battery or USB */

12