| /linux/rust/syn/ |
| H A D | parse.rs | 195 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 D | discouraged.rs | 10 use std::cell::Cell; 192 .set(Some(Rc::new(Cell::new(Unexpected::None)))); in advance_to()
|
| H A D | lit.rs | 864 use std::cell::Cell; 1028 let unexpected = Rc::new(Cell::new(Unexpected::None)); in peek_impl()
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | ti-syscon-reset.txt | 33 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 D | static_init.rs | 9 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 D | linked_list.rs | 8 cell::Cell, 97 struct Link(Cell<NonNull<ListHead>>); 108 Self(Cell::new(ptr)) in new_unchecked()
|
| H A D | mutex.rs | 9 cell::{Cell, UnsafeCell}, 71 locked: Cell<bool>, 82 locked: Cell::new(false), in new()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | isa-versions.rst | 20 Cell PPU - Power ISA v2.02 with some minor exceptions 54 Cell PPU Yes 74 Cell PPU No 94 Cell PPU No
|
| H A D | cpu_families.rst | 85 | POWER6 | <-?-> | Cell |
|
| H A D | elf_hwcaps.rst | 128 The processor is Cell.
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | smu75.h | 679 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 D | smu74.h | 782 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 D | smu73.h | 699 VFT_CELL_t Cell[TEMP_RANGE_MAXSTEPS][NUM_VFT_COLUMNS]; member
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | Kconfig | 10 Axon southbridge for Cell.
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-st.txt | 69 - 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 D | Kconfig | 55 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 D | phy-miphy365x.txt | 22 Cell after port phandle is device type from:
|
| H A D | phy-miphy28lp.txt | 20 Cell after port phandle is device type from:
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | README.rst | 36 PowerPC64、ARM、Hitachi SuperH、Cell、IBM S/390、MIPS、HP PA-RISC、Intel
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 33 PowerPC64、ARM、Hitachi SuperH、Cell、IBM S/390、MIPS、HP PA-RISC、Intel
|
| /linux/Documentation/filesystems/spufs/ |
| H A D | spu_create.rst | 25 the Cell Broadband Engine Architecture in order to access Synergistic
|
| H A D | spu_run.rst | 25 Cell Broadband Engine Architecture in order to access Synergistic Pro-
|
| /linux/Documentation/scsi/ |
| H A D | aic79xx.rst | 398 :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 D | afs.rst | 170 The Cell Database
|
| H A D | 9p.rst | 29 * CellFS: A New Programming Model for the Cell BE
|