Home
last modified time | relevance | path

Searched refs:Subsystem (Results 1 – 25 of 139) sorted by relevance

123456

/linux/rust/kernel/
H A Dconfigfs.rs128 pub struct Subsystem<Data> { struct
136 unsafe impl<Data> Sync for Subsystem<Data> {} implementation
139 unsafe impl<Data> Send for Subsystem<Data> {} implementation
141 impl<Data> Subsystem<Data> { implementation
149 item_type: &'static ItemType<Subsystem<Data>, Data>, in new()
187 impl<Data> PinnedDrop for Subsystem<Data> { implementation
224 unsafe impl<Data> HasGroup<Data> for Subsystem<Data> { implementation
236 unsafe { container_of!(opaque_ptr, Subsystem<Data>, subsystem) } in container_of()
319 unsafe { &(*Subsystem::container_of(this)).data } in get_group_data()
470 impl<Data> ItemOperationsVTable<Subsystem<Data>, Data> {
[all …]
/linux/Documentation/admin-guide/media/
H A Dstarfive_camss.rst6 Starfive Camera Subsystem driver
12 This file documents the driver for the Starfive Camera Subsystem found on
23 Starfive Camera Subsystem hardware
26 The Starfive Camera Subsystem hardware consists of::
H A Dqcom_camss.rst5 Qualcomm Camera Subsystem driver
11 This file documents the Qualcomm Camera Subsystem driver located under
14 The current version of the driver supports the Camera Subsystem found on
20 The driver is implemented using as a reference the Qualcomm Camera Subsystem
24 Qualcomm Camera Subsystem hardware
27 The Camera Subsystem hardware found on 8x16 / 8x96 processors and supported by
H A Dplatform-cardlist.rst27 exynos-fimc-is EXYNOS4x12 FIMC-IS (Imaging Subsystem)
30 exy Samsung S5P/EXYNOS4 SoC series Camera Subsystem
42 qcom-camss Qualcomm V4L2 Camera Subsystem
H A Dpci-cardlist.rst10 - Subsystem ID and Subsystem device ID;
35 Subsystem: 1461:f01d
/linux/drivers/target/
H A DKconfig19 tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
26 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
32 tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
39 tristate "TCM/USER Subsystem Plugin for Linux"
/linux/drivers/crypto/intel/keembay/
H A DKconfig9 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) AES and
23 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS)
34 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS)
50 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS)
69 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash
/linux/drivers/video/fbdev/mmp/fb/
H A DKconfig3 tristate "fb driver for Marvell MMP Display Subsystem"
8 fb driver for Marvell MMP Display Subsystem
/linux/drivers/video/fbdev/mmp/
H A DKconfig3 tristate "Marvell MMP Display Subsystem support"
6 Marvell Display Subsystem support.
/linux/samples/rust/
H A Drust_configfs.rs24 config: configfs::Subsystem<Configuration>,
52 container: configfs::Subsystem<Configuration>, in init()
62 config <- configfs::Subsystem::new( in init()
/linux/drivers/media/platform/samsung/exynos4-is/
H A DKconfig4 tristate "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver"
62 tristate "EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver"
70 FIMC-IS (Imaging Subsystem).
/linux/drivers/media/platform/xilinx/
H A DKconfig18 tristate "Xilinx CSI-2 Rx Subsystem"
20 Driver for Xilinx MIPI CSI-2 Rx Subsystem. This is a V4L sub-device
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cdx35 Subsystem Vendor ID for this CDX device, in hexadecimal.
36 Subsystem Vendor ID is 16 bit identifier specific to the
43 Subsystem Device ID for this CDX device, in hexadecimal
44 Subsystem Device ID is 16 bit identifier specific to the
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap2-dss.txt1 Texas Instruments OMAP2 Display Subsystem
5 description about OMAP Display Subsystem bindings.
H A Dti,omap-dss.txt1 Texas Instruments OMAP Display Subsystem
7 This document is a generic description of the OMAP Display Subsystem bindings.
11 The OMAP Display Subsystem (DSS) hardware consists of DSS Core, DISPC module and
H A Dti,dra7-dss.txt1 Texas Instruments DRA7x Display Subsystem
5 description about OMAP Display Subsystem bindings.
H A Dti,omap3-dss.txt1 Texas Instruments OMAP3 Display Subsystem
5 description about OMAP Display Subsystem bindings.
H A Dti,omap5-dss.txt1 Texas Instruments OMAP5 Display Subsystem
5 description about OMAP Display Subsystem bindings.
/linux/drivers/net/ethernet/hisilicon/
H A DKconfig70 This selects the framework support for Hisilicon Network Subsystem. It
92 tristate "Hisilicon Network Subsystem Support HNS3 (Framework)"
97 This selects the framework support for Hisilicon Network Subsystem 3.
139 This selects the Ethernet Driver for Hisilicon Network Subsystem 3 for hip08
/linux/drivers/block/rnull/
H A Dconfigfs.rs16 pub(crate) fn subsystem() -> impl PinInit<kernel::configfs::Subsystem<Config>, Error> { in subsystem()
18 container: configfs::Subsystem<Config>, in subsystem()
26 kernel::configfs::Subsystem::new(c"rnull", item_type, try_pin_init!(Config {})) in subsystem()
/linux/Documentation/admin-guide/thermal/
H A Dindex.rst2 Thermal Subsystem
/linux/Documentation/peci/
H A Dindex.rst4 PECI Subsystem
/linux/Documentation/driver-api/rapidio/
H A Dindex.rst4 The Linux RapidIO Subsystem
/linux/Documentation/tee/
H A Dindex.rst4 TEE Subsystem
/linux/Documentation/driver-api/fpga/
H A Dindex.rst2 FPGA Subsystem

123456