Home
last modified time | relevance | path

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

12

/linux/rust/syn/
H A Dparse.rs195 use std::cell::Cell;
261 cell: Cell<Cursor<'static>>,
263 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>,
390 unexpected: Rc<Cell<Unexpected>>, in new_parse_buffer()
395 cell: Cell::new(unsafe { mem::transmute::<Cursor, Cursor<'static>>(cursor) }), in new_parse_buffer()
397 unexpected: Cell::new(Some(unexpected)), in new_parse_buffer()
404 Chain(Rc<Cell<Unexpected>>),
425 fn cell_clone<T: Default + Clone>(cell: &Cell<T>) -> T { in cell_clone()
432 fn inner_unexpected(buffer: &ParseBuffer) -> (Rc<Cell<Unexpected>>, Option<(Span, Delimiter)>) { in inner_unexpected()
443 pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc<Cell<Unexpected>> { in get_unexpected()
[all …]
H A Ddiscouraged.rs10 use std::cell::Cell;
192 .set(Some(Rc::new(Cell::new(Unexpected::None)))); in advance_to()
H A Dlit.rs864 use std::cell::Cell;
1028 let unexpected = Rc::new(Cell::new(Unexpected::None)); in peek_impl()
/linux/Documentation/devicetree/bindings/reset/
H A Dti-syscon-reset.txt33 Cell #1 : offset of the reset assert control
35 Cell #2 : bit position of the reset in the reset
37 Cell #3 : offset of the reset deassert control
39 Cell #4 : bit position of the reset in the reset
41 Cell #5 : offset of the reset status register
43 Cell #6 : bit position of the reset in the
45 Cell #7 : Flags used to control reset behavior,
/linux/rust/pin-init/examples/
H A Dstatic_init.rs9 cell::{Cell, UnsafeCell},
28 init: Cell<Option<I>>,
30 present: Cell<bool>,
40 init: Cell::new(Some(init)), in new()
42 present: Cell::new(false), in new()
H A Dlinked_list.rs8 cell::Cell,
97 struct Link(Cell<NonNull<ListHead>>);
108 Self(Cell::new(ptr)) in new_unchecked()
H A Dmutex.rs9 cell::{Cell, UnsafeCell},
71 locked: Cell<bool>,
82 locked: Cell::new(false), in new()
/linux/Documentation/arch/powerpc/
H A Disa-versions.rst20 Cell PPU - Power ISA v2.02 with some minor exceptions
54 Cell PPU Yes
74 Cell PPU No
94 Cell PPU No
H A Dcpu_families.rst85 | POWER6 | <-?-> | Cell |
H A Delf_hwcaps.rst128 The processor is Cell.
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu75.h679 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member
715 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
720 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
725 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
730 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
H A Dsmu74.h782 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member
796 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
812 VFT_CELL_t Cell[NUM_VFT_COLUMNS]; member
H A Dsmu73.h699 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member
/linux/drivers/net/ethernet/ibm/emac/
H A DKconfig10 Axon southbridge for Cell.
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-st.txt69 - First Cell: represents the external gpio interrupt number local to the
71 - Second Cell: flags to identify the type of the interrupt
/linux/arch/powerpc/platforms/ps3/
H A DKconfig55 per device dynamic DMA page table management provided by the Cell
168 profiling support of the Cell processor with programs like
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-miphy365x.txt22 Cell after port phandle is device type from:
H A Dphy-miphy28lp.txt20 Cell after port phandle is device type from:
/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst36 PowerPC64、ARM、Hitachi SuperH、Cell、IBM S/390、MIPS、HP PA-RISC、Intel
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst33 PowerPC64、ARM、Hitachi SuperH、Cell、IBM S/390、MIPS、HP PA-RISC、Intel
/linux/Documentation/filesystems/spufs/
H A Dspu_create.rst25 the Cell Broadband Engine Architecture in order to access Synergistic
H A Dspu_run.rst25 Cell Broadband Engine Architecture in order to access Synergistic Pro-
/linux/Documentation/scsi/
H A Daic79xx.rst398 :Definition: Set IO Cell precompensation value on a per-controller basis.
421 :Definition: Set IO Cell slew rate on a per-controller basis.
444 :Definition: Set IO Cell signal amplitude on a per-controller basis.
/linux/Documentation/filesystems/
H A Dafs.rst170 The Cell Database
H A D9p.rst29 * CellFS: A New Programming Model for the Cell BE

12