Home
last modified time | relevance | path

Searched refs:peripheral (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/linux-6.3-rc2/sound/soc/codecs/
A Dcs42l42-sdw.c212 false, peripheral, CS42L42_SDW_MEM_ACCESS_STATUS); in cs42l42_sdw_poll_status()
225 struct sdw_slave *peripheral = context; in cs42l42_sdw_read() local
235 ret = sdw_read_no_pm(peripheral, reg); in cs42l42_sdw_read()
256 ret = cs42l42_sdw_poll_status(peripheral, in cs42l42_sdw_read()
275 struct sdw_slave *peripheral = context; in cs42l42_sdw_write() local
315 struct sdw_slave_prop *prop = &peripheral->prop; in cs42l42_sdw_read_prop()
356 cs42l42_sdw_init(peripheral); in cs42l42_sdw_update_status()
419 if (!peripheral->unattach_request) in cs42l42_sdw_handle_unattach()
430 peripheral->unattach_request = 0; in cs42l42_sdw_handle_unattach()
501 struct device *dev = &peripheral->dev; in cs42l42_sdw_probe()
[all …]
/linux-6.3-rc2/drivers/rtc/
A Drtc-meson.c66 struct regmap *peripheral; /* peripheral registers */ member
92 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, in meson_rtc_send_bit()
125 regmap_read(rtc->peripheral, RTC_ADDR1, &tmp); in meson_rtc_get_data()
139 regmap_update_bits(rtc->peripheral, RTC_ADDR0, val, 0); in meson_rtc_get_bus()
143 if (!regmap_read_poll_timeout(rtc->peripheral, RTC_ADDR1, val, in meson_rtc_get_bus()
215 regmap_write(rtc->peripheral, RTC_REG4, in meson_rtc_write_static()
220 regmap_update_bits(rtc->peripheral, RTC_ADDR0, in meson_rtc_write_static()
224 return regmap_read_poll_timeout(rtc->peripheral, RTC_REG4, tmp, in meson_rtc_write_static()
318 rtc->peripheral = devm_regmap_init_mmio(dev, base, in meson_rtc_probe()
320 if (IS_ERR(rtc->peripheral)) { in meson_rtc_probe()
[all …]
/linux-6.3-rc2/Documentation/driver-api/memory-devices/
A Dti-gpmc.rst24 functioning of the peripheral, while peripheral has another set of
25 timings. To have peripheral work with gpmc, peripheral timings has to
27 translated depends on the connected peripheral. Also there is a
33 be updated with timings from the datasheet of the peripheral that is
34 connected to gpmc. A few of the peripheral timings can be fed either
38 in timing structure, in this scenario, try to correlate peripheral
40 field as required by peripheral, educate generic timing routine to
42 Then there may be cases where peripheral datasheet doesn't mention
49 on understanding of gpmc timings, peripheral timings, available
54 gpmc timing dependency on peripheral timings:
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/display/
A Dmipi-dsi-bus.txt15 The following assumes that only a single peripheral is connected to a DSI
39 DSI peripheral
58 that the peripheral responds to.
80 an input endpoint of the DSI peripheral.
89 - (4) is an example of a peripheral on a I2C control bus connected to a
101 /* peripheral responds to virtual channel 0 */
102 peripheral@0 {
117 /* peripheral responds to virtual channels 0 and 2 */
118 peripheral@0 {
133 /* peripheral responds to virtual channels 1, 2 and 3 */
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-platform-phy-rcar-gen3-usb211 - "host" - switching mode from peripheral to host.
12 - "peripheral" - switching mode from host to peripheral.
17 - "peripheral" - The mode is peripheral now.
A Dsysfs-platform-renesas_usb311 - "host" - switching mode from peripheral to host.
12 - "peripheral" - switching mode from host to peripheral.
17 - "peripheral" - The mode is peripheral now.
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dpistachio-clock.txt4 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 …]
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dhix5hd2-phy.txt11 - 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>;
A Dphy-hi3798cv200-combphy.txt6 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 {
A Dphy-hi6220-usb.txt7 - hisilicon,peripheral-syscon: phandle of syscon used to control phy.
15 hisilicon,peripheral-syscon = <&sys_ctrl>;
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/
A Dmc-peripheral-props.yaml4 $id: http://devicetree.org/schemas/memory-controllers/mc-peripheral-props.yaml#
10 Many Memory Controllers need to add properties to peripheral devices.
13 to be defined in the peripheral node because they are per-peripheral
37 - $ref: intel,ixp4xx-expansion-peripheral-props.yaml#
/linux-6.3-rc2/Documentation/devicetree/bindings/iommu/
A Dsamsung,sysmmu.yaml14 physical memory chunks visible as a contiguous region to DMA-capable peripheral
23 System MMUs are in many to one relation with peripheral devices, i.e. single
24 peripheral device might have multiple System MMUs (usually one for each bus
25 master), but one System MMU can handle transactions from only one peripheral
26 device. The relation between a System MMU and the peripheral device needs to be
27 defined in device node of the peripheral device.
37 For information on assigning System MMU controller to its peripheral devices,
/linux-6.3-rc2/include/linux/firmware/qcom/
A Dqcom_scm.h75 extern int qcom_scm_pas_init_image(u32 peripheral, const void *metadata,
79 extern int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr,
81 extern int qcom_scm_pas_auth_and_reset(u32 peripheral);
82 extern int qcom_scm_pas_shutdown(u32 peripheral);
83 extern bool qcom_scm_pas_supported(u32 peripheral);
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/
A Datmel-usb.txt10 - 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
64 - clocks: Should reference the peripheral and the AHB clocks
66 "pclk" for the peripheral clock
95 - clocks: Should reference the peripheral and host clocks
97 "pclk" for the peripheral clock
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dsharp,lq101r1sx01.yaml17 Each of the DSI channels controls a separate DSI peripheral. The peripheral
19 peripheral and controls the device. The 'link2' property contains a phandle
20 to the peripheral driven by the second link (DSI-LINK2, right or odd).
47 phandle to the DSI peripheral on the secondary link. Note that the
/linux-6.3-rc2/drivers/spi/
A Dspi-geni-qcom.c445 peripheral.set_config = true; in setup_gsi_xfer()
454 peripheral.cmd = SPI_DUPLEX; in setup_gsi_xfer()
456 peripheral.cmd = SPI_TX; in setup_gsi_xfer()
457 peripheral.rx_len = 0; in setup_gsi_xfer()
459 peripheral.cmd = SPI_RX; in setup_gsi_xfer()
472 peripheral.cs = spi_slv->chip_select; in setup_gsi_xfer()
473 peripheral.pack_en = true; in setup_gsi_xfer()
477 &peripheral.clk_src, &peripheral.clk_div); in setup_gsi_xfer()
488 if (peripheral.cmd & SPI_RX) { in setup_gsi_xfer()
513 if (peripheral.cmd & SPI_RX) in setup_gsi_xfer()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/
A Datmel-xdma.txt14 - bit 14: DIF, destination interface identifier, used to get the peripheral
16 - bit 30-24: PERID, peripheral identifier.
36 - bit 14: DIF, destination interface identifier, used to get the peripheral
38 - bit 30-24: PERID, peripheral identifier.
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/
A Dspi-peripheral-props.yaml4 $id: http://devicetree.org/schemas/spi/spi-peripheral-props.yaml#
10 Many SPI controllers need to add properties to peripheral devices. They could
13 need to be defined in the peripheral node because they are per-peripheral and
118 - $ref: cdns,qspi-nor-peripheral-props.yaml#
119 - $ref: samsung,spi-peripheral-props.yaml#
120 - $ref: nvidia,tegra210-quad-peripheral-props.yaml#
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-qcom-geni.c518 struct gpi_i2c_config *peripheral; in geni_i2c_gpi() local
545 peripheral->rx_len = msg->len; in geni_i2c_gpi()
546 peripheral->op = op; in geni_i2c_gpi()
554 peripheral->set_config = 0; in geni_i2c_gpi()
555 peripheral->multi_msg = true; in geni_i2c_gpi()
601 peripheral.clk_div = itr->clk_div; in geni_i2c_gpi_xfer()
602 peripheral.set_config = 1; in geni_i2c_gpi_xfer()
603 peripheral.multi_msg = false; in geni_i2c_gpi_xfer()
610 peripheral.stretch = 0; in geni_i2c_gpi_xfer()
612 peripheral.stretch = 1; in geni_i2c_gpi_xfer()
[all …]
/linux-6.3-rc2/drivers/clk/qcom/
A DKconfig349 Say Y if you want to use multimedia devices or peripheral
365 Say Y if you want to use multimedia devices or peripheral
586 QRU1000 devices. Say Y if you want to use peripheral
636 Say Y if you want to use peripheral devices such as UART,
644 Say Y if you want to use peripheral devices such as UART,
743 Say Y if you want to use peripheral devices such as UART,
751 Say Y if you want to use peripheral devices such as UART,
759 Say Y if you want to use peripheral devices such as UART,
766 Say Y if you want to use peripheral devices such as UART,
774 Say Y if you want to use peripheral devices such as UART,
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/serial/
A Dfsl-imx-uart.yaml63 Indicate that the hardware attached to the peripheral inverts the signal
64 transmitted, and that the peripheral should invert its output using the
70 Indicate that the hardware attached to the peripheral inverts the signal
71 received, and that the peripheral should invert its input using the
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dti,nspire-keypad.txt6 - 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-6.3-rc2/Documentation/firmware-guide/acpi/
A Dextcon-intel-int3496.rst12 between an USB host and an USB peripheral controller.
23 the USB peripheral controller, write 1 to mux to the peripheral
/linux-6.3-rc2/sound/soc/adi/
A DKconfig13 ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
21 ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Damlogic,aiu.yaml33 - description: AIU peripheral clock
34 - description: I2S peripheral clock
38 - description: SPDIF peripheral clock

Completed in 41 milliseconds

12345678910>>...29