/drivers/rtc/ |
D | rtc-meson.c | 66 struct regmap *peripheral; /* peripheral registers */ member 84 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, 0); in meson_rtc_sclk_pulse() 86 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, in meson_rtc_sclk_pulse() 92 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, in meson_rtc_send_bit() 110 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir() 111 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir() 113 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir() 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() [all …]
|
/drivers/firmware/ |
D | qcom_scm.h | 52 extern bool __qcom_scm_pas_supported(struct device *dev, u32 peripheral); 53 extern int __qcom_scm_pas_init_image(struct device *dev, u32 peripheral, 55 extern int __qcom_scm_pas_mem_setup(struct device *dev, u32 peripheral, 57 extern int __qcom_scm_pas_auth_and_reset(struct device *dev, u32 peripheral); 58 extern int __qcom_scm_pas_shutdown(struct device *dev, u32 peripheral);
|
D | qcom_scm-32.c | 449 bool __qcom_scm_pas_supported(struct device *dev, u32 peripheral) in __qcom_scm_pas_supported() argument 455 in = cpu_to_le32(peripheral); in __qcom_scm_pas_supported() 464 int __qcom_scm_pas_init_image(struct device *dev, u32 peripheral, in __qcom_scm_pas_init_image() argument 474 request.proc = cpu_to_le32(peripheral); in __qcom_scm_pas_init_image() 485 int __qcom_scm_pas_mem_setup(struct device *dev, u32 peripheral, in __qcom_scm_pas_mem_setup() argument 496 request.proc = cpu_to_le32(peripheral); in __qcom_scm_pas_mem_setup() 508 int __qcom_scm_pas_auth_and_reset(struct device *dev, u32 peripheral) in __qcom_scm_pas_auth_and_reset() argument 514 in = cpu_to_le32(peripheral); in __qcom_scm_pas_auth_and_reset() 523 int __qcom_scm_pas_shutdown(struct device *dev, u32 peripheral) in __qcom_scm_pas_shutdown() argument 529 in = cpu_to_le32(peripheral); in __qcom_scm_pas_shutdown()
|
D | qcom_scm.c | 181 bool qcom_scm_pas_supported(u32 peripheral) in qcom_scm_pas_supported() argument 190 return __qcom_scm_pas_supported(__scm->dev, peripheral); in qcom_scm_pas_supported() 206 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size) in qcom_scm_pas_init_image() argument 229 ret = __qcom_scm_pas_init_image(__scm->dev, peripheral, mdata_phys); in qcom_scm_pas_init_image() 249 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size) in qcom_scm_pas_mem_setup() argument 257 ret = __qcom_scm_pas_mem_setup(__scm->dev, peripheral, addr, size); in qcom_scm_pas_mem_setup() 271 int qcom_scm_pas_auth_and_reset(u32 peripheral) in qcom_scm_pas_auth_and_reset() argument 279 ret = __qcom_scm_pas_auth_and_reset(__scm->dev, peripheral); in qcom_scm_pas_auth_and_reset() 292 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() argument 300 ret = __qcom_scm_pas_shutdown(__scm->dev, peripheral); in qcom_scm_pas_shutdown()
|
D | qcom_scm-64.c | 313 bool __qcom_scm_pas_supported(struct device *dev, u32 peripheral) in __qcom_scm_pas_supported() argument 319 desc.args[0] = peripheral; in __qcom_scm_pas_supported() 329 int __qcom_scm_pas_init_image(struct device *dev, u32 peripheral, in __qcom_scm_pas_init_image() argument 336 desc.args[0] = peripheral; in __qcom_scm_pas_init_image() 346 int __qcom_scm_pas_mem_setup(struct device *dev, u32 peripheral, in __qcom_scm_pas_mem_setup() argument 353 desc.args[0] = peripheral; in __qcom_scm_pas_mem_setup() 364 int __qcom_scm_pas_auth_and_reset(struct device *dev, u32 peripheral) in __qcom_scm_pas_auth_and_reset() argument 370 desc.args[0] = peripheral; in __qcom_scm_pas_auth_and_reset() 380 int __qcom_scm_pas_shutdown(struct device *dev, u32 peripheral) in __qcom_scm_pas_shutdown() argument 386 desc.args[0] = peripheral; in __qcom_scm_pas_shutdown()
|
/drivers/clk/qcom/ |
D | Kconfig | 79 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, 102 Say Y if you want to use peripheral devices such as UART, SPI, 117 Say Y if you want to use peripheral devices such as UART, SPI, 125 Say Y if you want to use peripheral devices such as UART, SPI, 140 Say Y if you want to use peripheral devices such as UART, SPI, 155 Say Y if you want to use peripheral devices such as UART, SPI, 179 Say Y if you want to use peripheral devices such as UART, SPI, 195 Say Y if you want to use peripheral devices such as UART, SPI, 203 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 4 # (a) a peripheral controller, and 174 R8A66597 is a discrete USB host and peripheral controller chip that 186 Renesas USBHS is a discrete USB host and peripheral controller chip 200 Renesas USB3.0 Peripheral controller is a USB peripheral controller 252 full speed USB peripheral. 259 controller, which support super speed USB peripheral. 298 M66592 is a discrete USB peripheral controller chip that 321 if it's not being used to implement peripheral or OTG roles. 347 PLX NET2272 is a USB peripheral controller which supports 370 NetChip 2280 / 2282 is a PCI based USB peripheral controller which [all …]
|
/drivers/usb/gadget/ |
D | Kconfig | 4 # (a) a peripheral controller, and 23 host (such as a 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 370 USB peripheral controller driver. Then you can use host-side 527 the peripheral hardware.
|
/drivers/usb/isp1760/ |
D | Kconfig | 46 Select this if you want to use the ISP1760 in peripheral mode only. 57 peripheral modes.
|
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | Kconfig | 7 USB peripheral controller for the Aspeed AST2500 family
|
/drivers/usb/mon/ |
D | Kconfig | 10 between peripheral-specific drivers and HC drivers will be built.
|
/drivers/usb/renesas_usbhs/ |
D | Kconfig | 12 Renesas USBHS is a discrete USB host and peripheral controller chip
|
/drivers/extcon/ |
D | Kconfig | 37 Say Y here to enable support for USB peripheral detection 134 Say Y here to enable support for USB peripheral and USB host 142 Say Y here to enable support for USB peripheral and USB host
|
/drivers/clk/at91/ |
D | Makefile | 8 obj-y += clk-system.o clk-peripheral.o clk-programmable.o
|
/drivers/slimbus/ |
D | Kconfig | 9 and other peripheral components in typical embedded systems.
|
/drivers/usb/mtu3/ |
D | Kconfig | 14 mode as peripheral role or host role, or both.
|
/drivers/reset/ |
D | Kconfig | 23 peripheral PHYs on the Altera Arria10 System Resource Chip. 201 Support for peripheral core reset included in its own glue layer
|
/drivers/usb/phy/ |
D | Kconfig | 92 tristate "GPIO based peripheral-only VBUS sensing 'transceiver'" 107 controller is needed to switch between host and peripheral modes.
|
/drivers/bus/ |
D | Kconfig | 187 bool "TI da8xx master peripheral priority driver" 190 Driver for Texas Instruments da8xx master peripheral priority
|
/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 42 of this layer is designed to handle exactly one of the peripheral 58 The adapter layer contains a pool of device drivers. For each peripheral 60 the interface. Adapter drivers encapsulate the peripheral interface
|
/drivers/dma/ |
D | Kconfig | 108 Enable support for the Analog Devices AXI-DMAC peripheral. This DMA 477 16 to 32 channels for peripheral to memory or memory to memory 557 The DMA controller can transfer data from memory to peripheral, 577 This DMA controller transfers data from memory to peripheral fifo 590 peripheral and vice versa. It does not support memory to
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 80 processor and a peripheral, such as a display or a framebuffer chip.
|
/drivers/gpu/drm/omapdrm/dss/ |
D | Kconfig | 102 processor and a peripheral, such as a display or a framebuffer chip.
|
/drivers/usb/host/ |
D | Kconfig | 12 host/peripheral/OTG USB controllers. 388 full-speed devices either in host or peripheral mode. This 673 host side or peripheral side roles. Enable this option if your 704 The R8A66597 is a USB 2.0 host and peripheral controller. 716 The Renesas USBHS is a USB 2.0 host and peripheral controller.
|
/drivers/usb/musb/ |
D | Kconfig | 16 it's being used with, including the USB peripheral role,
|