Home
last modified time | relevance | path

Searched refs:jcore_spi (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-jcore.c23 #define DRV_NAME "jcore_spi"
35 struct jcore_spi { struct
57 static void jcore_spi_program(struct jcore_spi *hw) in jcore_spi_program()
70 struct jcore_spi *hw = spi_master_get_devdata(spi->master); in jcore_spi_chipsel()
83 static void jcore_spi_baudrate(struct jcore_spi *hw, int speed) in jcore_spi_baudrate()
99 struct jcore_spi *hw = spi_master_get_devdata(master); in jcore_spi_txrx()
143 struct jcore_spi *hw; in jcore_spi_probe()
150 master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-jcore.c23 #define DRV_NAME "jcore_spi"
35 struct jcore_spi { struct
57 static void jcore_spi_program(struct jcore_spi *hw) in jcore_spi_program()
70 struct jcore_spi *hw = spi_controller_get_devdata(spi->controller); in jcore_spi_chipsel()
83 static void jcore_spi_baudrate(struct jcore_spi *hw, int speed) in jcore_spi_baudrate()
100 struct jcore_spi *hw = spi_controller_get_devdata(host); in jcore_spi_txrx()
144 struct jcore_spi *hw; in jcore_spi_probe()
151 host = spi_alloc_host(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()

Completed in 6 milliseconds