Home
last modified time | relevance | path

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

12345678910>>...13

/linux/Documentation/driver-api/memory-devices/
H 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
32 from gpmc peripheral timings. struct gpmc_device_timings fields has to
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
37 happen that timing as specified by peripheral datasheet is not present
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
[all …]
/linux/drivers/rtc/
H A Drtc-meson.c65 struct regmap *peripheral; /* peripheral registers */ member
82 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, 0); in meson_rtc_sclk_pulse()
84 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, in meson_rtc_sclk_pulse()
90 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, in meson_rtc_send_bit()
108 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir()
109 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir()
111 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir()
123 regmap_read(rtc->peripheral, RTC_ADDR1, &tmp); in meson_rtc_get_data()
137 regmap_update_bits(rtc->peripheral, RTC_ADDR0, val, 0); in meson_rtc_get_bus()
141 if (!regmap_read_poll_timeout(rtc->peripheral, RTC_ADDR1, val, in meson_rtc_get_bus()
[all …]
/linux/Documentation/devicetree/bindings/display/
H A Dmipi-dsi-bus.txt15 The following assumes that only a single peripheral is connected to a DSI
34 conjunction with another DSI host to drive the same peripheral. Hardware
39 DSI peripheral
52 - reg: The virtual channel number of a DSI peripheral. Must be in the range
58 that the peripheral responds to.
59 - If the virtual channels that a peripheral responds to are consecutive, the
79 connected to this peripheral. Each DSI host's output endpoint can be linked to
80 an input endpoint of the DSI peripheral.
87 - (1), (2) and (3) are examples of a DSI host and peripheral on the DSI bus
89 - (4) is an example of a peripheral on a I2C control bus connected to a
[all …]
/linux/Documentation/ABI/testing/
H 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.
H 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.
/linux/Documentation/devicetree/bindings/usb/
H 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
H A Dux500-usb.txt7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral"
/linux/drivers/i2c/busses/
H A Di2c-qcom-geni.c564 struct gpi_i2c_config *peripheral) in geni_i2c_gpi_multi_desc_unmap() argument
626 struct gpi_i2c_config *peripheral; in geni_i2c_gpi() local
638 peripheral = config->peripheral_config; in geni_i2c_gpi()
672 peripheral->rx_len = msgs[msg_idx].len; in geni_i2c_gpi()
673 peripheral->op = op; in geni_i2c_gpi()
681 peripheral->set_config = 0; in geni_i2c_gpi()
682 peripheral->multi_msg = true; in geni_i2c_gpi()
755 struct gpi_i2c_config peripheral = {}; in geni_i2c_gpi_xfer() local
763 config.peripheral_config = &peripheral; in geni_i2c_gpi_xfer()
764 config.peripheral_size = sizeof(peripheral); in geni_i2c_gpi_xfer()
[all …]
/linux/sound/soc/codecs/
H A Dtas2783-sdw.c1271 static s32 tas_sdw_probe(struct sdw_slave *peripheral, in tas_sdw_probe() argument
1275 struct device *dev = &peripheral->dev; in tas_sdw_probe()
1280 ret = sdw_slave_read_prop(peripheral); in tas_sdw_probe()
1292 if (peripheral->sdca_data.num_functions > 0) { in tas_sdw_probe()
1293 dev_dbg(dev, "SDCA functions found: %d", peripheral->sdca_data.num_functions); in tas_sdw_probe()
1296 for (i = 0; i < peripheral->sdca_data.num_functions; i++) { in tas_sdw_probe()
1297 if (peripheral->sdca_data.function[i].type == in tas_sdw_probe()
1305 if (i >= 0 && i < peripheral->sdca_data.num_functions) { in tas_sdw_probe()
1314 ret = sdca_parse_function(dev, peripheral, in tas_sdw_probe()
1315 &peripheral->sdca_data.function[i], in tas_sdw_probe()
[all …]
/linux/Documentation/firmware-guide/acpi/
H 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/sound/soc/adi/
H A DKconfig9 ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
16 ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
/linux/drivers/dma/
H A Dcv1800b-dmamux.c72 unsigned int peripheral; member
93 map->channel, map->peripheral, map->cpu); in cv1800_dmamux_free()
136 if (map->peripheral == devid && map->cpu == cpuid) in cv1800_dmamux_route_allocate()
154 map->peripheral = devid; in cv1800_dmamux_route_allocate()
/linux/drivers/dma/qcom/
H A DKconfig11 and on-chip peripheral devices.
29 provides DMA capabilities for a variety of peripheral buses such
32 transfer data between DDR and peripheral.
/linux/Documentation/devicetree/bindings/mmc/
H A Dk3-dw-mshc.txt22 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral.
62 hisilicon,peripheral-syscon = <&ao_ctrl>;
/linux/drivers/usb/gadget/udc/
H A DKconfig4 # (a) a peripheral controller, and
156 R8A66597 is a discrete USB host and peripheral controller chip that
168 Renesas USBHS is a discrete USB host and peripheral controller chip
193 Renesas USB3.0 Peripheral controller is a USB peripheral controller
204 Renesas USB Function controller is a USB peripheral controller
262 M66592 is a discrete USB peripheral controller chip that
285 if it's not being used to implement peripheral or OTG roles.
312 NetChip 2280 / 2282 is a PCI based USB peripheral controller which
321 PLX 3380 / 3382 is a PCIe based USB peripheral controller which
357 USB device is a USB peripheral controller which
[all …]
/linux/drivers/clk/sprd/
H A DKconfig23 Say Y if you want to use peripheral devices on sc9863a SoC.
31 Say Y if you want to use peripheral devices on ums512 SoC.
/linux/Documentation/i2c/busses/
H A Di2c-ismt.rst43 00:13.0 System peripheral: Intel Corporation Centerton SMBus 2.0 Controller 0
44 00:13.1 System peripheral: Intel Corporation Centerton SMBus 2.0 Controller 1
/linux/arch/arm/boot/dts/allwinner/
H A Dsuniv-f1c200s-lctech-pi.dts67 * otherwise), but peripheral is probably the intention.
70 dr_mode = "peripheral";
/linux/arch/arm64/boot/dts/marvell/
H A Dac5-98dx35xx-rd.dts65 /* USB1 is a peripheral USB */
70 dr_mode = "peripheral";
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am64.dtsi59 <0x00 0x01000000 0x00 0x01000000 0x00 0x02330400>, /* First peripheral window */
64 <0x00 0x0f000000 0x00 0x0f000000 0x00 0x00c44200>, /* Second peripheral window */
65 <0x00 0x20000000 0x00 0x20000000 0x00 0x0a008000>, /* Third peripheral window */
/linux/Documentation/driver-api/
H A Dsm501.rst27 peripheral set as platform devices for the specific drivers.
37 Each peripheral has a view of the device which is implicitly narrowed to
38 the specific set of resources that peripheral requires in order to
/linux/drivers/usb/isp1760/
H A DKconfig47 Select this if you want to use the ISP1760 in peripheral mode only.
58 peripheral modes.
/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c497 goto peripheral; in mpc52xx_get_irq()
502 goto peripheral; in mpc52xx_get_irq()
505 peripheral: in mpc52xx_get_irq()
/linux/drivers/usb/gadget/
H A DKconfig4 # (a) a peripheral controller, and
23 PC) controlling up to 127 peripheral devices.
25 you can't connect a "to-the-host" connector to a peripheral.
27 Linux can run in the host, or in the peripheral. In both cases
36 a USB peripheral device. Configure one hardware driver for your
37 peripheral/device side bus controller, and a "gadget driver" for
38 your peripheral protocol. (If you use modular gadget drivers,
83 (for a peripheral controller). The information in these
365 USB peripheral controller driver. Then you can use host-side
/linux/Documentation/devicetree/bindings/dma/
H A Dimg-mdc-dma.txt11 - img,cr-periph: Must contain a phandle to the peripheral control syscon
17 - The first cell is the peripheral's DMA request line.

12345678910>>...13