Home
last modified time | relevance | path

Searched defs:ctlr (Results 1 - 25 of 128) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/spi/
H A Dinternals.h29 static inline int spi_map_buf(struct spi_controller *ctlr, struct device *dev, in spi_map_buf() argument
36 static inline void spi_unmap_buf(struct spi_controller *ctlr, in spi_unmap_buf() argument
H A Dspi-mux.c89 struct spi_controller *ctlr = spi_get_drvdata(priv->spi); in spi_mux_complete_cb() local
99 static int spi_mux_transfer_one_message(struct spi_controller *ctlr, in spi_mux_transfer_one_message() argument
128 struct spi_controller *ctlr; in spi_mux_probe() local
[all...]
H A Dspi-rpc-if.c133 struct spi_controller *ctlr; in rpcif_spi_probe() local
172 struct spi_controller *ctlr = platform_get_drvdata(pdev); rpcif_spi_remove() local
184 struct spi_controller *ctlr = dev_get_drvdata(dev); rpcif_spi_suspend() local
191 struct spi_controller *ctlr = dev_get_drvdata(dev); rpcif_spi_resume() local
[all...]
H A Dspi-ar934x.c44 struct spi_controller *ctlr; member
159 struct spi_controller *ctlr; in ar934x_spi_probe() local
217 struct spi_controller *ctlr; ar934x_spi_remove() local
[all...]
H A Dspi-mem.c34 int spi_controller_dma_map_mem_op_data(struct spi_controller *ctlr, in spi_controller_dma_map_mem_op_data() argument
80 void spi_controller_dma_unmap_mem_op_data(struct spi_controller *ctlr, in spi_controller_dma_unmap_mem_op_data() argument
199 struct spi_controller *ctlr = mem->spi->controller; spi_mem_internal_supports_op() local
233 struct spi_controller *ctlr = mem->spi->controller; spi_mem_access_start() local
261 struct spi_controller *ctlr = mem->spi->controller; spi_mem_access_end() local
285 struct spi_controller *ctlr = mem->spi->controller; spi_mem_exec_op() local
426 struct spi_controller *ctlr = mem->spi->controller; spi_mem_adjust_op_size() local
507 struct spi_controller *ctlr = mem->spi->controller; spi_mem_dirmap_create() local
554 struct spi_controller *ctlr = desc->mem->spi->controller; spi_mem_dirmap_destroy() local
651 struct spi_controller *ctlr = desc->mem->spi->controller; spi_mem_dirmap_read() local
697 struct spi_controller *ctlr = desc->mem->spi->controller; spi_mem_dirmap_write() local
732 struct spi_controller *ctlr = spi->controller; spi_mem_probe() local
[all...]
H A Dspi-sh-hspi.c38 struct spi_controller *ctlr; member
143 static int hspi_transfer_one_message(struct spi_controller *ctlr, in hspi_transfer_one_message() argument
215 struct spi_controller *ctlr; in hspi_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dinternals.h29 static inline int spi_map_buf(struct spi_controller *ctlr, struct device *dev, in spi_map_buf() argument
36 static inline void spi_unmap_buf(struct spi_controller *ctlr, in spi_unmap_buf() argument
H A Dspi-mux.c89 struct spi_controller *ctlr = spi_get_drvdata(priv->spi); in spi_mux_complete_cb() local
99 static int spi_mux_transfer_one_message(struct spi_controller *ctlr, in spi_mux_transfer_one_message() argument
128 struct spi_controller *ctlr; in spi_mux_probe() local
[all...]
H A Dspi-rpc-if.c133 struct spi_controller *ctlr; in rpcif_spi_probe() local
178 struct spi_controller *ctlr = platform_get_drvdata(pdev); rpcif_spi_remove() local
187 struct spi_controller *ctlr = dev_get_drvdata(dev); rpcif_spi_suspend() local
194 struct spi_controller *ctlr = dev_get_drvdata(dev); rpcif_spi_resume() local
[all...]
H A Dspi-cs42l43.c33 struct spi_controller *ctlr; member
113 static int cs42l43_transfer_one(struct spi_controller *ctlr, struct spi_device *spi, in cs42l43_transfer_one() argument
155 static int cs42l43_prepare_message(struct spi_controller *ctlr, struct spi_message *msg) in cs42l43_prepare_message() argument
176 static int cs42l43_prepare_transfer_hardware(struct spi_controller *ctlr) in cs42l43_prepare_transfer_hardware() argument
188 static int cs42l43_unprepare_transfer_hardware(struct spi_controller *ctlr) in cs42l43_unprepare_transfer_hardware() argument
[all...]
H A Dspi-ar934x.c45 struct spi_controller *ctlr; member
78 static int ar934x_spi_transfer_one_message(struct spi_controller *ctlr, in ar934x_spi_transfer_one_message() argument
167 struct spi_controller *ctlr; in ar934x_spi_probe() local
226 struct spi_controller *ctlr; ar934x_spi_remove() local
[all...]
H A Dspi-gxp.c254 struct spi_controller *ctlr; in gxp_spifi_probe() local
[all...]
H A Dspi-loongson-core.c147 static int loongson_spi_prepare_message(struct spi_controller *ctlr, struct spi_message *m) in loongson_spi_prepare_message() argument
H A Dspi-sh-hspi.c38 struct spi_controller *ctlr; member
143 static int hspi_transfer_one_message(struct spi_controller *ctlr, in hspi_transfer_one_message() argument
215 struct spi_controller *ctlr; in hspi_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/hyperbus/
H A Dhyperbus-core.c23 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_read16() local
35 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_write16() local
44 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_copy_from() local
53 struct hyperbus_ctlr *ctlr in hyperbus_copy_to() local
61 struct hyperbus_ctlr *ctlr; hyperbus_register_device() local
[all...]
H A Drpc-if.c22 struct hyperbus_ctlr ctlr; member
H A Dhbmc-am654.c28 struct hyperbus_ctlr *ctlr; member
33 struct hyperbus_ctlr ctlr; member
[all...]
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/
H A Dhyperbus-core.c23 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_read16() local
35 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_write16() local
44 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_copy_from() local
53 struct hyperbus_ctlr *ctlr in hyperbus_copy_to() local
61 struct hyperbus_ctlr *ctlr; hyperbus_register_device() local
[all...]
H A Drpc-if.c22 struct hyperbus_ctlr ctlr; member
H A Dhbmc-am654.c28 struct hyperbus_ctlr *ctlr; member
33 struct hyperbus_ctlr ctlr; member
[all...]
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dhyperbus.h41 struct hyperbus_ctlr *ctlr; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dhyperbus.h41 struct hyperbus_ctlr *ctlr; member
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_spi_main.c221 struct spi_controller *ctlr = phy->spi_device->controller; in tpm_tis_spi_transfer() local
/kernel/linux/linux-5.10/include/scsi/
H A Dfcoe_sysfs.h68 static inline void *fcoe_ctlr_device_priv(const struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_priv() argument
/kernel/linux/linux-6.6/include/scsi/
H A Dfcoe_sysfs.h68 static inline void *fcoe_ctlr_device_priv(const struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_priv() argument

Completed in 11 milliseconds

123456