| /linux/sound/soc/codecs/ |
| H A D | cs42l42-sdw.c | 202 static int cs42l42_sdw_poll_status(struct sdw_slave *peripheral, u8 mask, u8 match) in cs42l42_sdw_poll_status() argument 209 false, peripheral, CS42L42_SDW_MEM_ACCESS_STATUS); in cs42l42_sdw_poll_status() 214 dev_err(&peripheral->dev, "MEM_ACCESS_STATUS & %#x for %#x fail: %d\n", in cs42l42_sdw_poll_status() 222 struct sdw_slave *peripheral = context; in cs42l42_sdw_read() local 228 ret = cs42l42_sdw_poll_status(peripheral, CS42L42_SDW_CMD_IN_PROGRESS, 0); in cs42l42_sdw_read() 232 ret = sdw_read_no_pm(peripheral, reg); in cs42l42_sdw_read() 234 dev_err(&peripheral->dev, "Failed to issue read @0x%x: %d\n", reg, ret); in cs42l42_sdw_read() 239 ret = sdw_read_no_pm(peripheral, CS42L42_SDW_MEM_ACCESS_STATUS); in cs42l42_sdw_read() 241 dev_err(&peripheral->dev, "Failed to read MEM_ACCESS_STATUS: %d\n", ret); in cs42l42_sdw_read() 253 ret = cs42l42_sdw_poll_status(peripheral, in cs42l42_sdw_read() [all …]
|
| H A D | tas2783-sdw.c | 1356 static s32 tas_sdw_probe(struct sdw_slave *peripheral, in tas_sdw_probe() argument 1360 struct device *dev = &peripheral->dev; in tas_sdw_probe() 1365 ret = sdw_slave_read_prop(peripheral); in tas_sdw_probe() 1377 if (peripheral->sdca_data.num_functions > 0) { in tas_sdw_probe() 1378 dev_dbg(dev, "SDCA functions found: %d", peripheral->sdca_data.num_functions); in tas_sdw_probe() 1381 for (i = 0; i < peripheral->sdca_data.num_functions; i++) { in tas_sdw_probe() 1382 if (peripheral->sdca_data.function[i].type == in tas_sdw_probe() 1390 if (i >= 0 && i < peripheral->sdca_data.num_functions) { in tas_sdw_probe() 1398 function_data->desc = &peripheral->sdca_data.function[i]; in tas_sdw_probe() 1409 tas_dev->sdw_peripheral = peripheral; in tas_sdw_probe() [all …]
|
| H A D | tac5xx2-sdw.c | 1672 static struct pci_dev *tac_get_pci_dev(struct sdw_slave *peripheral) in tac_get_pci_dev() argument 1674 struct device *dev = &peripheral->dev; in tac_get_pci_dev() 1870 static int tac5xx2_sdw_read_prop(struct sdw_slave *peripheral) in tac5xx2_sdw_read_prop() argument 1872 struct device *dev = &peripheral->dev; in tac5xx2_sdw_read_prop() 1875 ret = sdw_slave_read_prop(peripheral); in tac5xx2_sdw_read_prop() 1924 static s32 tac_sdw_probe(struct sdw_slave *peripheral, in tac_sdw_probe() argument 1928 struct device *dev = &peripheral->dev; in tac_sdw_probe() 1938 if (peripheral->sdca_data.num_functions > 0) { in tac_sdw_probe() 1940 peripheral->sdca_data.num_functions); in tac_sdw_probe() 1942 for (i = 0; i < peripheral->sdca_data.num_functions; i++) { in tac_sdw_probe() [all …]
|
| /linux/Documentation/driver-api/memory-devices/ |
| H A D | ti-gpmc.rst | 24 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 D | rtc-meson.c | 65 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 D | mipi-dsi-bus.txt | 15 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 D | sysfs-platform-renesas_usb3 | 11 - "host" - switching mode from peripheral to host. 12 - "peripheral" - switching mode from host to peripheral. 17 - "peripheral" - The mode is peripheral now.
|
| H A D | sysfs-platform-phy-rcar-gen3-usb2 | 11 - "host" - switching mode from peripheral to host. 12 - "peripheral" - switching mode from host to peripheral. 17 - "peripheral" - The mode is peripheral now.
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qcom-geni.c | 609 struct gpi_i2c_config *peripheral) in geni_i2c_gpi_multi_desc_unmap() argument 671 struct gpi_i2c_config *peripheral; in geni_i2c_gpi() local 683 peripheral = config->peripheral_config; in geni_i2c_gpi() 693 peripheral->multi_msg = true; in geni_i2c_gpi() 728 peripheral->rx_len = msgs[msg_idx].len; in geni_i2c_gpi() 729 peripheral->op = op; in geni_i2c_gpi() 737 peripheral->set_config = 0; in geni_i2c_gpi() 738 peripheral->multi_msg = true; in geni_i2c_gpi() 814 struct gpi_i2c_config peripheral = {}; in geni_i2c_gpi_xfer() local 822 config.peripheral_config = &peripheral; in geni_i2c_gpi_xfer() [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | Kconfig | 37 Say Y if you want to use peripheral devices such as UART, SPI, 46 Say Y if you want to use peripheral devices such as USB/PCIe/UFS. 64 Say Y if you want to use peripheral devices such as UART, SPI, 82 Say Y if you want to use peripheral devices such as USB/PCIe/EDP. 119 Say Y if you want to use peripheral devices such as UART, 137 Say Y if you want to use peripheral devices such as PCIe, USB, UFS. 154 Say Y if you want to use peripheral devices such as UART, 183 Say Y if you want to use peripheral devices such as UART, SPI, I2C, 201 Say Y if you want to use peripheral devices such as SD/UFS. 327 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
| /linux/sound/soc/adi/ |
| H A D | Kconfig | 9 ASoC driver for the Analog Devices AXI-I2S softcore peripheral. 16 ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | extcon-intel-int3496.rst | 12 between an USB host and an USB peripheral controller. 23 the USB peripheral controller, write 1 to mux to the peripheral
|
| /linux/drivers/dma/ |
| H A D | cv1800b-dmamux.c | 72 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/clk/sprd/ |
| H A D | Kconfig | 23 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 D | i2c-ismt.rst | 43 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 D | suniv-f1c200s-lctech-pi.dts | 67 * otherwise), but peripheral is probably the intention. 70 dr_mode = "peripheral";
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | ux500-usb.txt | 7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral"
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 4 # (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/arch/arm64/boot/dts/marvell/ |
| H A D | ac5-98dx35xx-rd.dts | 65 /* USB1 is a peripheral USB */ 70 dr_mode = "peripheral";
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am64.dtsi | 59 <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 D | sm501.rst | 27 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 D | Kconfig | 47 Select this if you want to use the ISP1760 in peripheral mode only. 58 peripheral modes.
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | img-mdc-dma.txt | 11 - img,cr-periph: Must contain a phandle to the peripheral control syscon 17 - The first cell is the peripheral's DMA request line.
|
| /linux/arch/powerpc/platforms/52xx/ |
| H A D | mpc52xx_pic.c | 497 goto peripheral; in mpc52xx_get_irq() 502 goto peripheral; in mpc52xx_get_irq() 505 peripheral: in mpc52xx_get_irq()
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm283x-rpi-usb-peripheral.dtsi | 3 dr_mode = "peripheral";
|