Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/video/fbdev/riva/
H A Dnv_driver.c51 static Bool
52 riva_is_connected(struct riva_par *par, Bool second) in riva_is_connected()
56 Bool present; in riva_is_connected()
H A Driva_hw.h52 #ifndef Bool
53 typedef int Bool; typedef
440 Bool twoHeads;
H A Drivafb.h61 Bool SecondCRTC;
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-miphy365x.txt36 - st,pcie-tx-pol-inv : Bool property to invert the polarity PCIe Tx (Txn/Txp)
37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
/linux/Documentation/translations/zh_CN/virt/
H A Dguest-halt-polling.rst74 允许缩减的Bool参数。设置为N以避免它(一旦达到全局的guest_halt_poll_ns值,每CPU的
/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h46 typedef bool Bool; typedef
/linux/rust/syn/
H A Dlit.rs51 Bool(LitBool),
882 return Ok((Lit::Bool(lit_bool), rest)); in parse()
1020 Ok(Lit::Bool(lit)) => Ok(lit), in parse()
1207 return Lit::Bool(LitBool { in new()
1229 Lit::Bool(_) | Lit::Verbatim(_) => "", in suffix()
1242 Lit::Bool(lit) => lit.span, in span()
1256 Lit::Bool(lit) => lit.span = span, in set_span()
/linux/Documentation/virt/
H A Dguest-halt-polling.rst69 Bool parameter which allows shrinking. Set to N
/linux/rust/syn/gen/
H A Dclone.rs1374 crate::Lit::Bool(v0) => crate::Lit::Bool(v0.clone()), in clone()
H A Deq.rs1343 (crate::Lit::Bool(self0), crate::Lit::Bool(other0)) => self0 == other0, in eq()
H A Dfold.rs2717 crate::Lit::Bool(_binding_0) => crate::Lit::Bool(f.fold_lit_bool(_binding_0)), in fold_lit()
H A Dhash.rs1742 crate::Lit::Bool(v0) => { in hash()
H A Ddebug.rs2007 crate::Lit::Bool(v0) => v0.debug(formatter, "Bool"), in fmt()
H A Dvisit_mut.rs2631 crate::Lit::Bool(_binding_0) => { in visit_lit_mut()
H A Dvisit.rs2768 crate::Lit::Bool(_binding_0) => { in visit_lit()