| /Linux-v5.15/drivers/spi/ |
| D | spi-atmel.c | 422 static bool atmel_spi_can_dma(struct spi_master *master, in atmel_spi_can_dma() 440 struct spi_master *master = platform_get_drvdata(as->pdev); in atmel_spi_dma_slave_config() local 496 static int atmel_spi_configure_dma(struct spi_master *master, in atmel_spi_configure_dma() 541 static void atmel_spi_stop_dma(struct spi_master *master) in atmel_spi_stop_dma() 549 static void atmel_spi_release_dma(struct spi_master *master) in atmel_spi_release_dma() 564 struct spi_master *master = data; in dma_callback() local 578 static void atmel_spi_next_xfer_single(struct spi_master *master, in atmel_spi_next_xfer_single() 610 static void atmel_spi_next_xfer_fifo(struct spi_master *master, in atmel_spi_next_xfer_fifo() 680 static void atmel_spi_next_xfer_pio(struct spi_master *master, in atmel_spi_next_xfer_pio() 694 static int atmel_spi_next_xfer_dma_submit(struct spi_master *master, in atmel_spi_next_xfer_dma_submit() [all …]
|
| D | spi-st-ssc4.c | 119 static int spi_st_transfer_one(struct spi_master *master, in spi_st_transfer_one() 300 struct spi_master *master; in spi_st_probe() local 394 struct spi_master *master = platform_get_drvdata(pdev); in spi_st_remove() local 409 struct spi_master *master = dev_get_drvdata(dev); in spi_st_runtime_suspend() local 422 struct spi_master *master = dev_get_drvdata(dev); in spi_st_runtime_resume() local 436 struct spi_master *master = dev_get_drvdata(dev); in spi_st_suspend() local 448 struct spi_master *master = dev_get_drvdata(dev); in spi_st_resume() local
|
| D | spi-mxs.c | 360 static int mxs_spi_transfer_one(struct spi_master *master, in mxs_spi_transfer_one() 442 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_runtime_suspend() local 463 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_runtime_resume() local 481 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_suspend() local 496 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_resume() local 531 struct spi_master *master; in mxs_spi_probe() local 644 struct spi_master *master; in mxs_spi_remove() local
|
| D | spi-clps711x.c | 35 static int spi_clps711x_prepare_message(struct spi_master *master, in spi_clps711x_prepare_message() 47 static int spi_clps711x_transfer_one(struct spi_master *master, in spi_clps711x_transfer_one() 70 struct spi_master *master = dev_id; in spi_clps711x_isr() local 93 struct spi_master *master; in spi_clps711x_probe() local
|
| D | spi-omap2-mcspi.c | 120 struct spi_master *master; member 144 static inline void mcspi_write_reg(struct spi_master *master, in mcspi_write_reg() 152 static inline u32 mcspi_read_reg(struct spi_master *master, int idx) in mcspi_read_reg() 270 static void omap2_mcspi_set_mode(struct spi_master *master) in omap2_mcspi_set_mode() 295 struct spi_master *master = spi->master; in omap2_mcspi_set_fifo() local 1015 static void omap2_mcspi_release_dma(struct spi_master *master) in omap2_mcspi_release_dma() 1107 static int omap2_mcspi_slave_abort(struct spi_master *master) in omap2_mcspi_slave_abort() 1120 static int omap2_mcspi_transfer_one(struct spi_master *master, in omap2_mcspi_transfer_one() 1255 static int omap2_mcspi_prepare_message(struct spi_master *master, in omap2_mcspi_prepare_message() 1282 static bool omap2_mcspi_can_dma(struct spi_master *master, in omap2_mcspi_can_dma() [all …]
|
| D | spi-pic32.c | 103 struct spi_master *master; member 303 struct spi_master *master = pic32s->master; in pic32_spi_dma_transfer() local 360 struct spi_master *master = pic32s->master; in pic32_spi_dma_config() local 435 static int pic32_spi_prepare_hardware(struct spi_master *master) in pic32_spi_prepare_hardware() 444 static int pic32_spi_prepare_message(struct spi_master *master, in pic32_spi_prepare_message() 486 static bool pic32_spi_can_dma(struct spi_master *master, in pic32_spi_can_dma() 497 static int pic32_spi_one_transfer(struct spi_master *master, in pic32_spi_one_transfer() 565 static int pic32_spi_unprepare_message(struct spi_master *master, in pic32_spi_unprepare_message() 572 static int pic32_spi_unprepare_hardware(struct spi_master *master) in pic32_spi_unprepare_hardware() 612 struct spi_master *master = pic32s->master; in pic32_spi_dma_prep() local [all …]
|
| D | spi-qup.c | 389 static int spi_qup_prep_sg(struct spi_master *master, struct scatterlist *sgl, in spi_qup_prep_sg() 416 static void spi_qup_dma_terminate(struct spi_master *master, in spi_qup_dma_terminate() 449 struct spi_master *master = spi->master; in spi_qup_do_dma() local 517 struct spi_master *master = spi->master; in spi_qup_do_pio() local 845 static int spi_qup_transfer_one(struct spi_master *master, in spi_qup_transfer_one() 888 static bool spi_qup_can_dma(struct spi_master *master, struct spi_device *spi, in spi_qup_can_dma() 918 static void spi_qup_release_dma(struct spi_master *master) in spi_qup_release_dma() 926 static int spi_qup_init_dma(struct spi_master *master, resource_size_t base) in spi_qup_init_dma() 997 struct spi_master *master; in spi_qup_probe() local 1175 struct spi_master *master = dev_get_drvdata(device); in spi_qup_pm_suspend_runtime() local [all …]
|
| D | spi-armada-3700.c | 103 struct spi_master *master; member 281 struct spi_master *master = a3700_spi->master; in a3700_spi_init() local 318 struct spi_master *master = dev_id; in a3700_spi_interrupt() local 568 static int a3700_spi_prepare_message(struct spi_master *master, in a3700_spi_prepare_message() 591 static int a3700_spi_transfer_one_fifo(struct spi_master *master, in a3700_spi_transfer_one_fifo() 740 static int a3700_spi_transfer_one_full_duplex(struct spi_master *master, in a3700_spi_transfer_one_full_duplex() 785 static int a3700_spi_transfer_one(struct spi_master *master, in a3700_spi_transfer_one() 797 static int a3700_spi_unprepare_message(struct spi_master *master, in a3700_spi_unprepare_message() 818 struct spi_master *master; in a3700_spi_probe() local 913 struct spi_master *master = platform_get_drvdata(pdev); in a3700_spi_remove() local
|
| D | spi-sun6i.c | 89 struct spi_master *master; member 196 struct spi_master *master = sspi->master; in sun6i_spi_prepare_dma() local 254 static int sun6i_spi_transfer_one(struct spi_master *master, in sun6i_spi_transfer_one() 488 struct spi_master *master = dev_get_drvdata(dev); in sun6i_spi_runtime_resume() local 525 struct spi_master *master = dev_get_drvdata(dev); in sun6i_spi_runtime_suspend() local 535 static bool sun6i_spi_can_dma(struct spi_master *master, in sun6i_spi_can_dma() 551 struct spi_master *master; in sun6i_spi_probe() local 688 struct spi_master *master = platform_get_drvdata(pdev); in sun6i_spi_remove() local
|
| D | spi-coldfire-qspi.c | 298 static int mcfqspi_transfer_one(struct spi_master *master, in mcfqspi_transfer_one() 340 struct spi_master *master; in mcfqspi_probe() local 439 struct spi_master *master = platform_get_drvdata(pdev); in mcfqspi_remove() local 455 struct spi_master *master = dev_get_drvdata(dev); in mcfqspi_suspend() local 470 struct spi_master *master = dev_get_drvdata(dev); in mcfqspi_resume() local 482 struct spi_master *master = dev_get_drvdata(dev); in mcfqspi_runtime_suspend() local 492 struct spi_master *master = dev_get_drvdata(dev); in mcfqspi_runtime_resume() local
|
| D | spi-qcom-qspi.c | 216 static void qcom_qspi_handle_err(struct spi_master *master, in qcom_qspi_handle_err() 260 static int qcom_qspi_transfer_one(struct spi_master *master, in qcom_qspi_transfer_one() 300 static int qcom_qspi_prepare_message(struct spi_master *master, in qcom_qspi_prepare_message() 459 struct spi_master *master; in qcom_qspi_probe() local 557 struct spi_master *master = platform_get_drvdata(pdev); in qcom_qspi_remove() local 569 struct spi_master *master = dev_get_drvdata(dev); in qcom_qspi_runtime_suspend() local 589 struct spi_master *master = dev_get_drvdata(dev); in qcom_qspi_runtime_resume() local 609 struct spi_master *master = dev_get_drvdata(dev); in qcom_qspi_suspend() local 625 struct spi_master *master = dev_get_drvdata(dev); in qcom_qspi_resume() local
|
| D | spi-npcm-pspi.c | 23 struct spi_master *master; member 248 static int npcm_pspi_transfer_one(struct spi_master *master, in npcm_pspi_transfer_one() 269 static int npcm_pspi_prepare_transfer_hardware(struct spi_master *master) in npcm_pspi_prepare_transfer_hardware() 278 static int npcm_pspi_unprepare_transfer_hardware(struct spi_master *master) in npcm_pspi_unprepare_transfer_hardware() 343 struct spi_master *master; in npcm_pspi_probe() local 435 struct spi_master *master = platform_get_drvdata(pdev); in npcm_pspi_remove() local
|
| D | spi-mpc512x-psc.c | 289 static int mpc512x_psc_spi_msg_xfer(struct spi_master *master, in mpc512x_psc_spi_msg_xfer() 333 static int mpc512x_psc_spi_prep_xfer_hw(struct spi_master *master) in mpc512x_psc_spi_prep_xfer_hw() 349 static int mpc512x_psc_spi_unprep_xfer_hw(struct spi_master *master) in mpc512x_psc_spi_unprep_xfer_hw() 404 static int mpc512x_psc_spi_port_config(struct spi_master *master, in mpc512x_psc_spi_port_config() 489 struct spi_master *master; in mpc512x_psc_spi_do_probe() local 577 struct spi_master *master = dev_get_drvdata(dev); in mpc512x_psc_spi_do_remove() local
|
| D | spi-mt7621.c | 54 struct spi_controller *master; member 82 u32 master; in mt7621_spi_set_cs() local 247 static int mt7621_spi_transfer_one_message(struct spi_controller *master, in mt7621_spi_transfer_one_message() 327 struct spi_controller *master; in mt7621_spi_probe() local 394 struct spi_controller *master; in mt7621_spi_remove() local
|
| D | spi-cavium-octeon.c | 22 struct spi_master *master; in octeon_spi_probe() local 74 struct spi_master *master = platform_get_drvdata(pdev); in octeon_spi_remove() local
|
| D | spi-fsl-spi.c | 357 static int fsl_spi_do_one_msg(struct spi_master *master, in fsl_spi_do_one_msg() 572 struct spi_master *master = dev_get_drvdata(dev); in fsl_spi_grlib_probe() local 598 struct spi_master *master; in fsl_spi_probe() local 710 struct spi_master *master; in of_fsl_spi_probe() local 779 struct spi_master *master = platform_get_drvdata(ofdev); in of_fsl_spi_remove() local 807 struct spi_master *master; in plat_mpc8xxx_spi_probe() local 826 struct spi_master *master = platform_get_drvdata(pdev); in plat_mpc8xxx_spi_remove() local
|
| /Linux-v5.15/drivers/fsi/ |
| D | fsi-master-hub.c | 37 struct fsi_master master; member 45 static int hub_master_read(struct fsi_master *master, int link, in hub_master_read() 57 static int hub_master_write(struct fsi_master *master, int link, in hub_master_write() 69 static int hub_master_break(struct fsi_master *master, int link) in hub_master_break() 80 static int hub_master_link_enable(struct fsi_master *master, int link, in hub_master_link_enable()
|
| D | fsi-core.c | 86 struct fsi_master *master; member 211 struct fsi_master *master = slave->master; in fsi_slave_report_and_clear_errors() local 288 struct fsi_master *master = slave->master; in fsi_slave_handle_error() local 677 static struct device_node *fsi_slave_find_of_node(struct fsi_master *master, in fsi_slave_find_of_node() 804 struct fsi_master *master = slave->master; in send_term_store() local 828 struct fsi_master *master = slave->master; in slave_send_echo_store() local 985 static int fsi_slave_init(struct fsi_master *master, int link, uint8_t id) in fsi_slave_init() 1137 static int fsi_master_read(struct fsi_master *master, int link, in fsi_master_read() 1154 static int fsi_master_write(struct fsi_master *master, int link, in fsi_master_write() 1171 static int fsi_master_link_disable(struct fsi_master *master, int link) in fsi_master_link_disable() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_lock.c | 169 struct drm_master *master = file_priv->master; in drm_legacy_lock() local 260 struct drm_master *master = file_priv->master; in drm_legacy_unlock() local 332 struct drm_master *master = file_priv->master; in drm_legacy_i_have_hw_lock() local 355 void drm_legacy_lock_master_cleanup(struct drm_device *dev, struct drm_master *master) in drm_legacy_lock_master_cleanup()
|
| /Linux-v5.15/include/linux/reset/ |
| D | bcm63xx_pmb.h | 41 static inline int __bpcm_do_op(void __iomem *master, unsigned int addr, in __bpcm_do_op() 66 static inline int bpcm_rd(void __iomem *master, unsigned int addr, in bpcm_rd() 77 static inline int bpcm_wr(void __iomem *master, unsigned int addr, in bpcm_wr()
|
| /Linux-v5.15/drivers/hwtracing/intel_th/ |
| D | sth.c | 31 sth_channel(struct sth_device *sth, unsigned int master, unsigned int channel) in sth_channel() 63 unsigned int master, in sth_stm_packet() 142 sth_stm_mmio_addr(struct stm_data *stm_data, unsigned int master, in sth_stm_mmio_addr() 159 static int sth_stm_link(struct stm_data *stm_data, unsigned int master, in sth_stm_link()
|
| /Linux-v5.15/net/hsr/ |
| D | hsr_slave.c | 131 struct hsr_port *master; in hsr_portdev_setup() local 162 struct hsr_port *port, *master; in hsr_add_port() local 206 struct hsr_port *master; in hsr_del_port() local
|
| /Linux-v5.15/sound/soc/sh/ |
| D | fsi.c | 250 struct fsi_master *master; member 345 static u32 _fsi_master_read(struct fsi_master *master, u32 reg) in _fsi_master_read() 359 static void _fsi_master_mask_set(struct fsi_master *master, in _fsi_master_mask_set() 372 static int fsi_version(struct fsi_master *master) in fsi_version() 416 struct fsi_master *master = snd_soc_dai_get_drvdata(dai); in fsi_get_priv_frm_dai() local 502 struct fsi_master *master = fsi_get_master(fsi); in fsi_stream_is_working() local 523 struct fsi_master *master = fsi_get_master(fsi); in fsi_stream_init() local 543 struct fsi_master *master = fsi_get_master(fsi); in fsi_stream_quit() local 626 struct fsi_master *master = fsi_get_master(fsi); in fsi_format_bus_setup() local 674 struct fsi_master *master = fsi_get_master(fsi); in fsi_irq_enable() local [all …]
|
| /Linux-v5.15/drivers/mtd/parsers/ |
| D | bcm63xxpart.c | 51 static int bcm63xx_read_nvram(struct mtd_info *master, in bcm63xx_read_nvram() 80 static int bcm63xx_parse_cfe_nor_partitions(struct mtd_info *master, in bcm63xx_parse_cfe_nor_partitions() 126 static int bcm63xx_parse_cfe_partitions(struct mtd_info *master, in bcm63xx_parse_cfe_partitions()
|
| /Linux-v5.15/drivers/iommu/ |
| D | msm_iommu.c | 121 struct msm_iommu_ctx_dev *master; in __flush_iotlb() local 143 struct msm_iommu_ctx_dev *master; in __flush_iotlb_range() local 207 struct msm_iommu_ctx_dev *master) in config_mids() 367 struct msm_iommu_ctx_dev *master; in find_iommu_for_dev() local 407 struct msm_iommu_ctx_dev *master; in msm_iommu_attach_dev() local 456 struct msm_iommu_ctx_dev *master; in msm_iommu_detach_dev() local 517 struct msm_iommu_ctx_dev *master; in msm_iommu_iova_to_phys() local 595 struct msm_iommu_ctx_dev *master = dev_iommu_priv_get(dev); in insert_iommu_master() local
|