| /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 | 8 cell::{Cell, UnsafeCell}, 27 init: Cell<Option<I>>, 29 present: Cell<bool>, 39 init: Cell::new(Some(init)), in new() 41 present: Cell::new(false), in new()
|
| H A D | linked_list.rs | 7 cell::Cell, 95 struct Link(Cell<NonNull<ListHead>>); 106 Self(Cell::new(ptr))
|
| H A D | mutex.rs | 8 cell::{Cell, UnsafeCell}, 70 locked: Cell<bool>, 81 locked: Cell::new(false), in new()
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | transmute.rs | 14 cell::{Cell, UnsafeCell}, 472 const _: () = unsafe { unsafe_impl_for_transparent_wrapper!(pub T: ?Sized => Cell<T>) }; 474 impl_transitive_transmute_from!(T: ?Sized => Cell<T> => T => UnsafeCell<T>); 475 impl_transitive_transmute_from!(T: ?Sized => UnsafeCell<T> => T => Cell<T>); 517 test_size_eq::<Cell<u8>, UnsafeCell<u8>>(Cell::new(0u8)); in test_transmute_coverage() 520 test_size_eq::<UnsafeCell<u8>, Cell<u8>>(UnsafeCell::new(0u8)); in test_transmute_coverage()
|
| /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_CN/admin-guide/ |
| H A D | README.rst | 33 PowerPC64、ARM、Hitachi SuperH、Cell、IBM S/390、MIPS、HP PA-RISC、Intel
|
| /linux/rust/zerocopy/src/ |
| H A D | impls.rs | 13 cell::{Cell, UnsafeCell}, 827 impl_for_transmute_from!(T: ?Sized + TryFromBytes => TryFromBytes for Cell<T>[T]); 828 impl_for_transmute_from!(T: ?Sized + FromZeros => FromZeros for Cell<T>[T]); 829 impl_for_transmute_from!(T: ?Sized + FromBytes => FromBytes for Cell<T>[T]); 830 impl_for_transmute_from!(T: ?Sized + IntoBytes => IntoBytes for Cell<T>[T]); 837 const _: () = unsafe { unsafe_impl!(T: ?Sized + Unaligned => Unaligned for Cell<T>) };
|
| /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/drivers/mtd/nand/raw/ |
| H A D | Kconfig | 145 Enables support for NXP's LPC32XX SLC (i.e. for Single Level Cell 157 Uses the LPC32XX MLC (i.e. for Multi Level Cell chips) NAND
|
| /linux/Documentation/filesystems/ |
| H A D | afs.rst | 170 The Cell Database
|
| /linux/Documentation/filesystems/spufs/ |
| H A D | spufs.rst | 16 The SPU file system is used on PowerPC machines that implement the Cell
|