/Linux-v4.19/include/linux/ |
D | qcom_scm.h | 49 extern bool qcom_scm_pas_supported(u32 peripheral); 50 extern int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, 52 extern int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, 54 extern int qcom_scm_pas_auth_and_reset(u32 peripheral); 55 extern int qcom_scm_pas_shutdown(u32 peripheral); 82 static inline bool qcom_scm_pas_supported(u32 peripheral) { return false; } in qcom_scm_pas_supported() argument 83 static inline int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, in qcom_scm_pas_init_image() argument 85 static inline int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, in qcom_scm_pas_mem_setup() argument 88 qcom_scm_pas_auth_and_reset(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_auth_and_reset() argument 89 static inline int qcom_scm_pas_shutdown(u32 peripheral) { return -ENODEV; } in qcom_scm_pas_shutdown() argument
|
/Linux-v4.19/Documentation/bus-devices/ |
D | ti-gpmc.txt | 20 functioning of the peripheral, while peripheral has another set of 21 timings. To have peripheral work with gpmc, peripheral timings has to 23 translated depends on the connected peripheral. Also there is a 28 from gpmc peripheral timings. struct gpmc_device_timings fields has to 29 be updated with timings from the datasheet of the peripheral that is 30 connected to gpmc. A few of the peripheral timings can be fed either 33 happen that timing as specified by peripheral datasheet is not present 34 in timing structure, in this scenario, try to correlate peripheral 36 field as required by peripheral, educate generic timing routine to 38 Then there may be cases where peripheral datasheet doesn't mention [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | mipi-dsi-bus.txt | 15 The following assumes that only a single peripheral is connected to a DSI 32 DSI peripheral 40 - reg: The virtual channel number of a DSI peripheral. Must be in the range 46 that the peripheral responds to. 47 - If the virtual channels that a peripheral responds to are consecutive, the 61 /* peripheral responds to virtual channel 0 */ 62 peripheral@0 { 76 /* peripheral responds to virtual channels 0 and 2 */ 77 peripheral@0 { 91 /* peripheral responds to virtual channels 1, 2 and 3 */ [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | meson-gxl-usb3-phy.txt | 10 - and peripheral mode/OTG detection 11 - clock-names: must contain "phy" and "peripheral" 14 - peripheral mode/OTG detection 15 - reset-names: must contain "phy" and "peripheral" 28 clock-names = "phy", "peripheral"; 30 reset-names = "phy", "peripheral";
|
D | hix5hd2-phy.txt | 11 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral. 12 - hisilicon,power-reg: offset and bit number within peripheral-syscon, 20 hisilicon,peripheral-syscon = <&peripheral_ctrl>;
|
D | phy-hi3798cv200-combphy.txt | 6 registers in peripheral controller, e.g. PERI_COMBPHY0_CFG and 21 peripheral controller, as a 3 integers tuple: 27 - The device node should be a child of peripheral controller that contains 29 Refer to arm/hisilicon/hisilicon.txt for the parent peripheral controller 34 perictrl: peripheral-controller@8a20000 {
|
D | phy-hi6220-usb.txt | 7 - hisilicon,peripheral-syscon: phandle of syscon used to control phy. 15 hisilicon,peripheral-syscon = <&sys_ctrl>;
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-platform-phy-rcar-gen3-usb2 | 10 "host" - switching mode from peripheral to host. 11 "peripheral" - switching mode from host to peripheral. 15 "peripheral" - The mode is peripheral now.
|
D | sysfs-platform-renesas_usb3 | 10 "host" - switching mode from peripheral to host. 11 "peripheral" - switching mode from host to peripheral. 15 "peripheral" - The mode is peripheral now.
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | pistachio-clock.txt | 4 Pistachio has four clock controllers (core clock, peripheral clock, peripheral 47 The peripheral clock controller generates clocks for the DDR, ROM, and other 48 peripherals. The peripheral system clock ("periph_sys") generated by the core 49 clock controller is the input clock to the peripheral clock controller. 53 - reg: Must contain the base address and length of the peripheral clock 58 - clock-names: Must include "periph_sys", the peripheral system clock generated 74 The peripheral general control block generates system interface clocks and 75 resets for various peripherals. It also contains miscellaneous peripheral 76 control registers. The system clock ("sys") generated by the peripheral clock 81 - reg: Must contain the base address and length of the peripheral general [all …]
|
D | ste-u300-syscon-clock.txt | 21 0 0 Slow peripheral bridge clock 28 1 0 Fast peripheral bridge clock 31 1 5 MMC interface peripheral (silicon) clock
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 4 physical memory chunks visible as a contiguous region to DMA-capable peripheral 13 System MMUs are in many to one relation with peripheral devices, i.e. single 14 peripheral device might have multiple System MMUs (usually one for each bus 15 master), but one System MMU can handle transactions from only one peripheral 16 device. The relation between a System MMU and the peripheral device needs to be 17 defined in device node of the peripheral device. 27 For information on assigning System MMU controller to its peripheral devices, 41 of peripheral device this SYSMMU belongs to).
|
/Linux-v4.19/drivers/firmware/ |
D | qcom_scm.h | 60 extern bool __qcom_scm_pas_supported(struct device *dev, u32 peripheral); 61 extern int __qcom_scm_pas_init_image(struct device *dev, u32 peripheral, 63 extern int __qcom_scm_pas_mem_setup(struct device *dev, u32 peripheral, 65 extern int __qcom_scm_pas_auth_and_reset(struct device *dev, u32 peripheral); 66 extern int __qcom_scm_pas_shutdown(struct device *dev, u32 peripheral);
|
D | qcom_scm-32.c | 462 bool __qcom_scm_pas_supported(struct device *dev, u32 peripheral) in __qcom_scm_pas_supported() argument 468 in = cpu_to_le32(peripheral); in __qcom_scm_pas_supported() 477 int __qcom_scm_pas_init_image(struct device *dev, u32 peripheral, in __qcom_scm_pas_init_image() argument 487 request.proc = cpu_to_le32(peripheral); in __qcom_scm_pas_init_image() 498 int __qcom_scm_pas_mem_setup(struct device *dev, u32 peripheral, in __qcom_scm_pas_mem_setup() argument 509 request.proc = cpu_to_le32(peripheral); in __qcom_scm_pas_mem_setup() 521 int __qcom_scm_pas_auth_and_reset(struct device *dev, u32 peripheral) in __qcom_scm_pas_auth_and_reset() argument 527 in = cpu_to_le32(peripheral); in __qcom_scm_pas_auth_and_reset() 536 int __qcom_scm_pas_shutdown(struct device *dev, u32 peripheral) in __qcom_scm_pas_shutdown() argument 542 in = cpu_to_le32(peripheral); in __qcom_scm_pas_shutdown()
|
D | qcom_scm.c | 189 bool qcom_scm_pas_supported(u32 peripheral) in qcom_scm_pas_supported() argument 198 return __qcom_scm_pas_supported(__scm->dev, peripheral); in qcom_scm_pas_supported() 214 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size) in qcom_scm_pas_init_image() argument 237 ret = __qcom_scm_pas_init_image(__scm->dev, peripheral, mdata_phys); in qcom_scm_pas_init_image() 257 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size) in qcom_scm_pas_mem_setup() argument 265 ret = __qcom_scm_pas_mem_setup(__scm->dev, peripheral, addr, size); in qcom_scm_pas_mem_setup() 279 int qcom_scm_pas_auth_and_reset(u32 peripheral) in qcom_scm_pas_auth_and_reset() argument 287 ret = __qcom_scm_pas_auth_and_reset(__scm->dev, peripheral); in qcom_scm_pas_auth_and_reset() 300 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() argument 308 ret = __qcom_scm_pas_shutdown(__scm->dev, peripheral); in qcom_scm_pas_shutdown()
|
D | qcom_scm-64.c | 271 bool __qcom_scm_pas_supported(struct device *dev, u32 peripheral) in __qcom_scm_pas_supported() argument 277 desc.args[0] = peripheral; in __qcom_scm_pas_supported() 287 int __qcom_scm_pas_init_image(struct device *dev, u32 peripheral, in __qcom_scm_pas_init_image() argument 294 desc.args[0] = peripheral; in __qcom_scm_pas_init_image() 304 int __qcom_scm_pas_mem_setup(struct device *dev, u32 peripheral, in __qcom_scm_pas_mem_setup() argument 311 desc.args[0] = peripheral; in __qcom_scm_pas_mem_setup() 322 int __qcom_scm_pas_auth_and_reset(struct device *dev, u32 peripheral) in __qcom_scm_pas_auth_and_reset() argument 328 desc.args[0] = peripheral; in __qcom_scm_pas_auth_and_reset() 338 int __qcom_scm_pas_shutdown(struct device *dev, u32 peripheral) in __qcom_scm_pas_shutdown() argument 344 desc.args[0] = peripheral; in __qcom_scm_pas_shutdown()
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | sharp,lq101r1sx01.txt | 7 Each of the DSI channels controls a separate DSI peripheral. The peripheral 9 peripheral and controls the device. The 'link2' property contains a phandle 10 to the peripheral driven by the second link (DSI-LINK2, right or odd). 20 - reg: DSI virtual channel of the peripheral 23 - link2: phandle to the DSI peripheral on the secondary link. Note that the
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 10 - clocks: Should reference the peripheral, host and system clocks 12 "ohci_clk" for the peripheral clock 37 - clocks: Should reference the peripheral and the UTMI clocks 39 "ehci_clk" for the peripheral clock 60 - clocks: Should reference the peripheral and the AHB clocks 62 "pclk" for the peripheral clock 87 - clocks: Should reference the peripheral and host clocks 89 "pclk" for the peripheral clock
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | atmel-xdma.txt | 15 - bit 14: DIF, destination interface identifier, used to get the peripheral 17 - bit 30-24: PERID, peripheral identifier. 37 - bit 14: DIF, destination interface identifier, used to get the peripheral 39 - bit 30-24: PERID, peripheral identifier.
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | qcom,spmi-pmic.txt | 40 Required properties for peripheral child nodes: 41 - compatible: Should contain "qcom,xxx", where "xxx" is a peripheral name. 43 Optional properties for peripheral child nodes: 50 example below the rtc device node represents a peripheral of pm8941 51 SID = 0. The regulator device node represents a peripheral of pm8941 SID = 1.
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | technologic.txt | 5 It can be mounted on a carrier board providing additional peripheral connectors. 14 It can be mounted on a carrier board providing additional peripheral connectors. 20 It can be mounted on a carrier board providing additional peripheral connectors.
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-sunxi-p2wi.txt | 9 - interrupts : The interrupt line connected to the P2WI peripheral. 10 - clocks : The gate clk connected to the P2WI peripheral. 11 - resets : The reset line connected to the P2WI peripheral.
|
/Linux-v4.19/drivers/clk/qcom/ |
D | Kconfig | 77 Say Y if you want to use peripheral devices such as UART, SPI, 95 Say Y if you want to use peripheral devices such as UART, SPI, 103 Say Y if you want to use peripheral devices such as UART, SPI, 120 Say Y if you want to use peripheral devices such as UART, SPI, 129 Say Y if you want to use peripheral devices such as UART, SPI, 146 Say Y if you want to use peripheral devices such as UART, SPI, 163 Say Y if you want to use peripheral devices such as UART, SPI, 190 Say Y if you want to use peripheral devices such as UART, SPI, 208 Say Y if you want to use peripheral devices such as UART, SPI, 217 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | ti,nspire-keypad.txt | 6 - reg: Physical base address of the peripheral and length of memory mapped 9 - interrupts: The interrupt number for the peripheral. 16 - clocks: The clock this peripheral is attached to.
|
/Linux-v4.19/Documentation/extcon/ |
D | intel-int3496.txt | 11 between an USB host and an USB peripheral controller. 21 the USB peripheral controller, write 1 to mux to the peripheral
|