Home
last modified time | relevance | path

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

123

/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()
/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 Dsama5d3xcm_cmp.dtsi83 compatible = "active-semi,act8865";
H A Dat91-kizbox2-common.dtsi89 compatible = "active-semi,act8865";
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/pci/controller/
H A DMakefile22 obj-$(CONFIG_PCI_V3_SEMI) += pci-v3-semi.o
/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/drivers/net/ethernet/
H A DMakefile75 obj-$(CONFIG_NET_VENDOR_OKI) += oki-semi/
H A DKconfig138 source "drivers/net/ethernet/oki-semi/Kconfig"
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-gw54xx.dts66 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-evb-act8846.dts72 compatible = "active-semi,act8846";
H A Drk3288-firefly-reload-core.dtsi97 compatible = "active-semi,act8846";
H A Drk3288-rock2-som.dtsi86 compatible = "active-semi,act8846";
H A Drk3188-radxarock.dts183 compatible = "active-semi,act8846";
H A Drk3288-r89.dts172 compatible = "active-semi,act8846";
H A Drk3288-miqi.dts190 compatible = "active-semi,act8846";
/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

123