/linux/sound/soc/codecs/ |
H A D | cs35l56-sdw.c | 37 static int cs35l56_sdw_poll_mem_status(struct sdw_slave *peripheral, in cs35l56_sdw_poll_mem_status() argument 46 false, peripheral, CS35L56_SDW_MEM_ACCESS_STATUS); in cs35l56_sdw_poll_mem_status() 56 static int cs35l56_sdw_slow_read(struct sdw_slave *peripheral, unsigned int reg, in cs35l56_sdw_slow_read() argument 65 ret = cs35l56_sdw_poll_mem_status(peripheral, in cs35l56_sdw_slow_read() 69 dev_err(&peripheral->dev, "!CMD_IN_PROGRESS fail: %d\n", ret); in cs35l56_sdw_slow_read() 74 sdw_read_no_pm(peripheral, reg + i); in cs35l56_sdw_slow_read() 77 ret = cs35l56_sdw_poll_mem_status(peripheral, in cs35l56_sdw_slow_read() 81 dev_err(&peripheral->dev, "RDATA_RDY fail: %d\n", ret); in cs35l56_sdw_slow_read() 86 ret = sdw_nread_no_pm(peripheral, CS35L56_SDW_MEM_READ_DATA, in cs35l56_sdw_slow_read() 89 dev_err(&peripheral in cs35l56_sdw_slow_read() 99 cs35l56_sdw_read_one(struct sdw_slave * peripheral,unsigned int reg,void * buf) cs35l56_sdw_read_one() argument 118 struct sdw_slave *peripheral = context; cs35l56_sdw_read() local 163 cs35l56_sdw_write_one(struct sdw_slave * peripheral,unsigned int reg,const void * buf) cs35l56_sdw_write_one() argument 181 struct sdw_slave *peripheral = context; cs35l56_sdw_gather_write() local 254 cs35l56_sdw_init(struct sdw_slave * peripheral) cs35l56_sdw_init() argument 289 cs35l56_sdw_interrupt(struct sdw_slave * peripheral,struct sdw_slave_intr_status * status) cs35l56_sdw_interrupt() argument 338 cs35l56_sdw_read_prop(struct sdw_slave * peripheral) cs35l56_sdw_read_prop() argument 369 cs35l56_sdw_update_status(struct sdw_slave * peripheral,enum sdw_slave_status status) cs35l56_sdw_update_status() argument 397 cs35l63_sdw_kick_divider(struct cs35l56_private * cs35l56,struct sdw_slave * peripheral) cs35l63_sdw_kick_divider() argument 453 cs35l56_sdw_bus_config(struct sdw_slave * peripheral,struct sdw_bus_params * params) cs35l56_sdw_bus_config() argument 464 cs35l56_sdw_clk_stop(struct sdw_slave * peripheral,enum sdw_clk_stop_mode mode,enum sdw_clk_stop_type type) cs35l56_sdw_clk_stop() argument 487 struct sdw_slave *peripheral = cs35l56->sdw_peripheral; cs35l56_sdw_handle_unattach() local 577 cs35l56_sdw_probe(struct sdw_slave * peripheral,const struct sdw_device_id * id) cs35l56_sdw_probe() argument 626 cs35l56_sdw_remove(struct sdw_slave * peripheral) cs35l56_sdw_remove() argument [all...] |
H A D | cs42l42-sdw.c | 203 static int cs42l42_sdw_poll_status(struct sdw_slave *peripheral, u8 mask, u8 match) in cs42l42_sdw_poll_status() argument 210 false, peripheral, CS42L42_SDW_MEM_ACCESS_STATUS); in cs42l42_sdw_poll_status() 215 dev_err(&peripheral->dev, "MEM_ACCESS_STATUS & %#x for %#x fail: %d\n", in cs42l42_sdw_poll_status() 223 struct sdw_slave *peripheral = context; in cs42l42_sdw_read() local 229 ret = cs42l42_sdw_poll_status(peripheral, CS42L42_SDW_CMD_IN_PROGRESS, 0); in cs42l42_sdw_read() 233 ret = sdw_read_no_pm(peripheral, reg); in cs42l42_sdw_read() 235 dev_err(&peripheral->dev, "Failed to issue read @0x%x: %d\n", reg, ret); in cs42l42_sdw_read() 240 ret = sdw_read_no_pm(peripheral, CS42L42_SDW_MEM_ACCESS_STATUS); in cs42l42_sdw_read() 242 dev_err(&peripheral->dev, "Failed to read MEM_ACCESS_STATUS: %d\n", ret); in cs42l42_sdw_read() 254 ret = cs42l42_sdw_poll_status(peripheral, in cs42l42_sdw_read() 273 struct sdw_slave *peripheral = context; cs42l42_sdw_write() local 284 cs42l42_sdw_init(struct sdw_slave * peripheral) cs42l42_sdw_init() argument 310 cs42l42_sdw_read_prop(struct sdw_slave * peripheral) cs42l42_sdw_read_prop() argument 340 cs42l42_sdw_update_status(struct sdw_slave * peripheral,enum sdw_slave_status status) cs42l42_sdw_update_status() argument 386 cs42l42_sdw_bus_config(struct sdw_slave * peripheral,struct sdw_bus_params * params) cs42l42_sdw_bus_config() argument 435 struct sdw_slave *peripheral = cs42l42->sdw_peripheral; cs42l42_sdw_handle_unattach() local 516 cs42l42_sdw_probe(struct sdw_slave * peripheral,const struct sdw_device_id * id) cs42l42_sdw_probe() argument 588 cs42l42_sdw_remove(struct sdw_slave * peripheral) cs42l42_sdw_remove() argument [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 [all...] |
/linux/drivers/rtc/ |
H A D | rtc-meson.c | 65 struct regmap *peripheral; /* peripheral registers */ member 70 .name = "peripheral-registers", 83 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, 0); in meson_rtc_sclk_pulse() 85 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, in meson_rtc_sclk_pulse() 91 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, in meson_rtc_send_bit() 109 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir() 110 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir() 112 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir() 124 regmap_read(rtc->peripheral, RTC_ADDR in meson_rtc_get_data() [all...] |
/linux/sound/soc/ |
H A D | soc-acpi.c | 149 struct sdw_slave *peripheral = peripherals->array[j]; in snd_soc_acpi_sdw_link_slaves_found() local 152 if (peripheral->bus->link_id == link_id && in snd_soc_acpi_sdw_link_slaves_found() 153 peripheral->id.part_id == part_id && in snd_soc_acpi_sdw_link_slaves_found() 154 peripheral->id.mfg_id == mfg_id && in snd_soc_acpi_sdw_link_slaves_found() 155 peripheral->id.sdw_version == version) in snd_soc_acpi_sdw_link_slaves_found() 160 struct sdw_slave *peripheral = peripherals->array[j]; in snd_soc_acpi_sdw_link_slaves_found() local 163 if (peripheral->bus->link_id != link_id || in snd_soc_acpi_sdw_link_slaves_found() 164 peripheral->id.part_id != part_id || in snd_soc_acpi_sdw_link_slaves_found() 165 peripheral->id.mfg_id != mfg_id || in snd_soc_acpi_sdw_link_slaves_found() 166 peripheral in snd_soc_acpi_sdw_link_slaves_found() [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 o [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/Documentation/devicetree/bindings/usb/ |
H A 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 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 D | ux500-usb.txt | 7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral"
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm750.dtsi | 71 dr_mode = "peripheral"; 84 dr_mode = "peripheral"; 97 dr_mode = "peripheral"; 110 dr_mode = "peripheral"; 123 dr_mode = "peripheral";
|
/linux/include/linux/firmware/qcom/ |
H A D | qcom_scm.h | 75 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size, 78 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size); 79 int qcom_scm_pas_auth_and_reset(u32 peripheral); 80 int qcom_scm_pas_shutdown(u32 peripheral); 81 bool qcom_scm_pas_supported(u32 peripheral);
|
/linux/drivers/spi/ |
H A D | spi-geni-qcom.c | 461 struct gpi_spi_config peripheral = {}; in setup_gsi_xfer() local 465 config.peripheral_config = &peripheral; in setup_gsi_xfer() 466 config.peripheral_size = sizeof(peripheral); in setup_gsi_xfer() 467 peripheral.set_config = true; in setup_gsi_xfer() 476 peripheral.cmd = SPI_DUPLEX; in setup_gsi_xfer() 478 peripheral.cmd = SPI_TX; in setup_gsi_xfer() 479 peripheral.rx_len = 0; in setup_gsi_xfer() 481 peripheral.cmd = SPI_RX; in setup_gsi_xfer() 483 peripheral.rx_len = ((xfer->len << 3) / mas->cur_bits_per_word); in setup_gsi_xfer() 487 peripheral in setup_gsi_xfer() [all...] |
/linux/drivers/clk/qcom/ |
H A D | Kconfig | 47 Say Y if you want to use peripheral devices such as UART, SPI, I2C, 65 Say Y if you want to use peripheral devices such as SD/UFS. 169 Say Y if you want to use peripheral devices such as UART, SPI, 215 Say Y if you want to use peripheral devices such as UART, SPI, 223 Say Y if you want to use peripheral devices such as UART, SPI, 231 Say Y if you want to use peripheral devices such as UART, SPI, 239 Say Y if you want to use peripheral devices such as UART, SPI, 246 Say Y if you want to use peripheral devices such as UART, SPI, 255 Say Y if you want to use peripheral devices such as UART, SPI, 272 Say Y if you want to use peripheral device [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/arch/arm/boot/dts/st/ |
H A D | stm32mp157f-dk2.dts | 169 dr_mode = "peripheral"; 170 role-switch-default-mode = "peripheral"; 172 * Forcing dr_mode = "peripheral"/"role-switch-default-mode = "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() 156 map->peripheral = devid; in cv1800_dmamux_route_allocate()
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | k3-dw-mshc.txt | 22 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral. 62 hisilicon,peripheral-syscon = <&ao_ctrl>;
|
/linux/drivers/dma/qcom/ |
H A D | Kconfig | 11 and on-chip peripheral devices. 29 provides DMA capabilities for a variety of peripheral buses such 32 transfer data between DDR and peripheral.
|
/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/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 controlle [all...] |
/linux/arch/arm64/boot/dts/marvell/ |
H A D | ac5-98dx35xx-rd.dts | 65 /* USB1 is a peripheral USB */ 70 dr_mode = "peripheral";
|