| /optee_os/core/drivers/ |
| H A D | plic.c | 80 plic_is_pending(struct plic_data *pd, uint32_t source) in plic_is_pending() 86 static void plic_set_pending(struct plic_data *pd, uint32_t source) in plic_set_pending() 91 static void plic_enable_interrupt(struct plic_data *pd, uint32_t source) in plic_enable_interrupt() 100 plic_get_interrupt_enable(struct plic_data *pd, uint32_t source) in plic_get_interrupt_enable() 108 static void plic_disable_interrupt(struct plic_data *pd, uint32_t source) in plic_disable_interrupt() 116 static uint32_t __maybe_unused plic_get_threshold(struct plic_data *pd) in plic_get_threshold() 123 static void plic_set_threshold(struct plic_data *pd, uint32_t threshold) in plic_set_threshold() 131 plic_get_priority(struct plic_data *pd, uint32_t source) in plic_get_priority() 136 static void plic_set_priority(struct plic_data *pd, uint32_t source, in plic_set_priority() 142 static uint32_t plic_claim_interrupt(struct plic_data *pd) in plic_claim_interrupt() [all …]
|
| H A D | ns16550.c | 50 struct ns16550_data **pd) in chip_to_base_and_data() 59 struct ns16550_data *pd = NULL; in ns16550_flush() local 69 struct ns16550_data *pd = NULL; in ns16550_putc() local 80 struct ns16550_data *pd = NULL; in ns16550_have_rx_data() local 89 struct ns16550_data *pd = NULL; in ns16550_getchar() local 109 void ns16550_init(struct ns16550_data *pd, paddr_t base, uint8_t io_width, in ns16550_init()
|
| H A D | sp805_wdt.c | 17 struct sp805_wdt_data *pd = in chip_to_base() local 25 struct sp805_wdt_data *pd = in sp805_setload() local 48 struct sp805_wdt_data *pd = in sp805_config() local 91 struct sp805_wdt_data *pd = in wdt_itr_cb() local 101 TEE_Result sp805_register_itr_handler(struct sp805_wdt_data *pd, in sp805_register_itr_handler() 132 TEE_Result sp805_wdt_init(struct sp805_wdt_data *pd, paddr_t base, in sp805_wdt_init()
|
| H A D | imx_lpuart.c | 23 struct imx_uart_data *pd = in chip_to_base() local 61 void imx_uart_init(struct imx_uart_data *pd, paddr_t base) in imx_uart_init() 75 struct imx_uart_data *pd = calloc(1, sizeof(*pd)); in imx_lpuart_dev_alloc() local 86 struct imx_uart_data *pd = in imx_lpuart_dev_init() local 106 struct imx_uart_data *pd = in imx_lpuart_dev_free() local
|
| H A D | serial8250_uart.c | 35 struct serial8250_uart_data *pd = in chip_to_base() local 90 void serial8250_uart_init(struct serial8250_uart_data *pd, paddr_t base, in serial8250_uart_init() 108 struct serial8250_uart_data *pd = calloc(1, sizeof(*pd)); in serial8250_uart_dev_alloc() local 120 struct serial8250_uart_data *pd = in serial8250_uart_dev_init() local 145 struct serial8250_uart_data *pd = in serial8250_uart_dev_free() local
|
| H A D | pl022_spi.c | 144 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_txrx8() local 190 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_txrx16() local 250 static void pl022_sanity_check(struct pl022_data *pd) in pl022_sanity_check() 279 static inline uint32_t pl022_calc_freq(struct pl022_data *pd, in pl022_calc_freq() 287 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_control_cs() local 308 static void pl022_calc_clk_divisors(struct pl022_data *pd, in pl022_calc_clk_divisors() 359 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_flush_fifo() local 375 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_configure() local 477 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_start() local 487 struct pl022_data *pd = container_of(chip, struct pl022_data, chip); in pl022_end() local [all …]
|
| H A D | ffa_console.c | 38 struct ffa_console_data *pd = in ffa_console_32_flush() local 51 struct ffa_console_data *pd = in ffa_console_32_putc() local 67 struct ffa_console_data *pd = in ffa_console_64_flush() local 80 struct ffa_console_data *pd = in ffa_console_64_putc() local
|
| H A D | qcom_geni_uart.c | 23 struct qcom_geni_uart_data *pd = in qcom_geni_uart_putc() local 42 void qcom_geni_uart_init(struct qcom_geni_uart_data *pd, paddr_t base) in qcom_geni_uart_init()
|
| H A D | imx_uart.c | 89 struct imx_uart_data *pd = in chip_to_base() local 134 void imx_uart_init(struct imx_uart_data *pd, paddr_t base) in imx_uart_init() 148 struct imx_uart_data *pd = calloc(1, sizeof(*pd)); in imx_uart_dev_alloc() local 159 struct imx_uart_data *pd = in imx_uart_dev_init() local 179 struct imx_uart_data *pd = in imx_uart_dev_free() local
|
| H A D | stih_asc.c | 19 struct stih_asc_pd *pd = in chip_to_base() local 49 void stih_asc_init(struct stih_asc_pd *pd, vaddr_t base) in stih_asc_init()
|
| H A D | stm32_uart.c | 51 struct stm32_uart_pdata *pd = NULL; in loc_chip_to_base() local 106 void stm32_uart_init(struct stm32_uart_pdata *pd, vaddr_t base) in stm32_uart_init() 115 struct stm32_uart_pdata *pd = NULL; in stm32_uart_init_from_dt_node() local
|
| H A D | scif.c | 50 struct scif_uart_data *pd = in chip_to_base() local 82 void scif_uart_init(struct scif_uart_data *pd, paddr_t pbase) in scif_uart_init()
|
| H A D | amlogic_uart.c | 27 struct amlogic_uart_data *pd = in chip_to_base() local 67 void amlogic_uart_init(struct amlogic_uart_data *pd, paddr_t base) in amlogic_uart_init()
|
| H A D | sprd_uart.c | 46 struct sprd_uart_data *pd = in chip_to_base() local 93 void sprd_uart_init(struct sprd_uart_data *pd, paddr_t base) in sprd_uart_init()
|
| H A D | pl011.c | 82 struct pl011_data *pd = in chip_to_base() local 156 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk, in pl011_init() 194 struct pl011_data *pd = nex_calloc(1, sizeof(*pd)); in pl011_dev_alloc() local 204 struct pl011_data *pd = container_of(chip, struct pl011_data, chip); in pl011_dev_init() local 228 struct pl011_data *pd = container_of(chip, struct pl011_data, chip); in pl011_dev_free() local
|
| H A D | lpc_uart.c | 15 struct lpc_uart_data *pd = in chip_to_base() local 102 void lpc_uart_init(struct lpc_uart_data *pd, paddr_t base, in lpc_uart_init()
|
| H A D | atmel_uart.c | 55 struct atmel_uart_data *pd = in chip_to_base() local 95 void atmel_uart_init(struct atmel_uart_data *pd, paddr_t base) in atmel_uart_init()
|
| H A D | sifive_uart.c | 27 struct sifive_uart_data *pd = in chip_to_base() local 78 void sifive_uart_init(struct sifive_uart_data *pd, paddr_t base, in sifive_uart_init()
|
| H A D | mvebu_uart.c | 59 struct mvebu_uart_data *pd = in chip_to_base() local 118 void mvebu_uart_init(struct mvebu_uart_data *pd, paddr_t pbase, in mvebu_uart_init()
|
| H A D | cdns_uart.c | 61 struct cdns_uart_data *pd = in chip_to_base() local 119 void cdns_uart_init(struct cdns_uart_data *pd, paddr_t base, uint32_t uart_clk, in cdns_uart_init()
|
| H A D | hi16xx_uart.c | 63 struct hi16xx_uart_data *pd = in chip_to_base() local 113 void hi16xx_uart_init(struct hi16xx_uart_data *pd, paddr_t base, in hi16xx_uart_init()
|
| /optee_os/core/arch/riscv/plat-spike/drivers/ |
| H A D | htif.c | 33 struct htif_console_data *pd = in chip_to_base() local 73 void htif_console_init(struct htif_console_data *pd, paddr_t pbase) in htif_console_init()
|
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | spi_test.c | 22 static struct pl061_data pd; in spi_cs_callback() local 70 struct pl022_data pd; in spi_test_with_manual_cs_control() local 159 struct pl022_data pd; in spi_test_with_registered_cs_cb() local
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | sbi_console.c | 34 static void sbi_console_init(struct sbi_console_data *pd) in sbi_console_init()
|
| /optee_os/core/arch/arm/plat-stm32mp2/ |
| H A D | main.c | 102 struct stm32_uart_pdata *pd = NULL; in init_console_from_dt() local
|