Searched full:stand (Results 1 – 25 of 169) sorted by relevance
1234567
/linux-6.12.1/Documentation/filesystems/ |
D | bfs.rst | 7 The BFS filesystem is used by SCO UnixWare OS for the /stand slice, which 11 In order to access /stand partition under Linux you obviously need to 17 # losetup /dev/loop0 stand.img 18 # mount -t bfs /dev/loop0 /mnt/stand 20 where stand.img is a file containing the image of BFS filesystem. 28 # mount -t bfs -o loop stand.img /mnt/stand 44 look for the slice with tag "STAND", which is usually slice 10. With this 47 # umount /stand 48 # dd if=/dev/rdsk/c0b0t0d0sa of=stand.img bs=512 53 # od -Ad -tx4 stand.img | more
|
/linux-6.12.1/fs/bfs/ |
D | Kconfig | 9 files during the boot process. It is usually mounted under /stand 10 and corresponds to the slice marked as "STAND" in the UnixWare 12 on your /stand slice from within Linux. You then also need to say Y
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-trigger-sysfs | 5 This file is provided by the iio-trig-sysfs stand-alone trigger 26 This attribute is provided by the iio-trig-sysfs stand-alone
|
D | sysfs-bus-surface_aggregator-tabletsw | 20 device. In general, this means that the kick-stand is used
|
/linux-6.12.1/sound/firewire/bebob/ |
D | bebob_yamaha_terratec.c | 12 * Yamaha GO44 is not designed to be used as stand-alone mixer. So any streams 16 * way to recover this state. GO46 is better for stand-alone mixer.
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | ia_css_acc_types.h | 51 IA_CSS_ACC_STANDALONE, /** Stand-alone acceleration */ 396 /* Structure describing the SP binary of a stand-alone accelerator. 411 * This descriptor describes either SP code (stand-alone), or 439 int8_t sp_progname[]; **< SP program name, stand-alone only 440 uint8_t sp_code[]; **< SP blob, stand-alone only
|
/linux-6.12.1/Documentation/accel/ |
D | introduction.rst | 11 These devices can be either stand-alone ASICs or IP blocks inside an SoC/GPU. 24 type of device can be stand-alone or an IP inside a SoC or a GPU. It will
|
/linux-6.12.1/Documentation/devicetree/bindings/net/can/ |
D | holt_hi311x.txt | 1 * Holt HI-311X stand-alone CAN controller device tree bindings
|
D | microchip,mcp2510.yaml | 7 title: Microchip MCP251X stand-alone CAN controller
|
D | microchip,mcp251xfd.yaml | 7 title: Microchip MCP2517FD, MCP2518FD and MCP251863 stand-alone CAN controller
|
/linux-6.12.1/Documentation/bpf/libbpf/ |
D | libbpf_naming_convention.rst | 135 Stand-alone build 139 mirror of the mainline's version of libbpf for a stand-alone build.
|
/linux-6.12.1/tools/memory-model/litmus-tests/ |
D | MP+polocks.litmus | 7 * stand in for smp_load_acquire() and smp_store_release(), respectively.
|
D | MP+porevlocks.litmus | 7 * stand in for smp_load_acquire() and smp_store_release(), respectively.
|
/linux-6.12.1/Documentation/devicetree/bindings/ptp/ |
D | timestamper.txt | 5 can simply attach their interface directly to the PHY instance), stand
|
/linux-6.12.1/drivers/pnp/pnpbios/ |
D | Kconfig | 38 See the latest pcmcia-cs (stand-alone package) for a nice set of
|
/linux-6.12.1/include/crypto/ |
D | sm3.h | 39 * Stand-alone implementation of the SM3 algorithm. It is designed to
|
D | sha2.h | 94 * Stand-alone implementation of the SHA256 algorithm. It is designed to
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-sched.txt | 54 workload captured via perf sched record. Columns stand for 55 individual CPUs, and the two-letter shortcuts stand for tasks that
|
/linux-6.12.1/arch/s390/boot/ |
D | uv.c | 78 /* disable if stand-alone dump */ in is_prot_virt_host_capable()
|
/linux-6.12.1/arch/m68k/ |
D | Kconfig.cpu | 14 to stand alone CPUs. They implement a subset of the original 68000 54 being available as a stand alone CPU was also used in many
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-loongson.c | 33 * This offset is the only thing that stand between us and using
|
/linux-6.12.1/arch/arm64/kvm/hyp/include/nvhe/ |
D | spinlock.h | 3 * A stand-alone ticket spinlock implementation for use by the non-VHE
|
/linux-6.12.1/drivers/media/rc/ |
D | Makefile | 26 # stand-alone IR receivers/transmitters - please keep it alphabetically
|
/linux-6.12.1/drivers/power/supply/ |
D | ds2782_battery.c | 3 * I2C client/driver for the Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC 468 MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC driver");
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-lp50xx.yaml | 67 for the child node. The LED modules can either be used stand alone
|
1234567