Home
last modified time | relevance | path

Searched defs:soft (Results 1 – 6 of 6) sorted by relevance

/drivers/char/
Dmbcs.c201 static inline int mbcs_getdma_start(struct mbcs_soft *soft) in mbcs_getdma_start()
241 static inline int mbcs_putdma_start(struct mbcs_soft *soft) in mbcs_putdma_start()
281 static inline int mbcs_algo_start(struct mbcs_soft *soft) in mbcs_algo_start()
310 do_mbcs_sram_dmawrite(struct mbcs_soft *soft, uint64_t hostAddr, in do_mbcs_sram_dmawrite()
347 do_mbcs_sram_dmaread(struct mbcs_soft *soft, uint64_t hostAddr, in do_mbcs_sram_dmaread()
384 struct mbcs_soft *soft; in mbcs_open() local
406 struct mbcs_soft *soft = cx_dev->soft; in mbcs_sram_read() local
431 struct mbcs_soft *soft = cx_dev->soft; in mbcs_sram_write() local
481 static uint64_t mbcs_pioaddr(struct mbcs_soft *soft, uint64_t offset) in mbcs_pioaddr()
490 static void mbcs_debug_pioaddr_set(struct mbcs_soft *soft) in mbcs_debug_pioaddr_set()
[all …]
/drivers/net/arcnet/
Drfc1201.c95 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans() local
140 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx() local
380 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in build_header() local
442 struct arc_rfc1201 *soft, int softlen, int bufnum) in load_pkt()
515 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; in continue_tx() local
Drfc1051.c93 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in type_trans() local
173 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in build_header() local
Darcnet.c599 struct arc_rfc1201 *soft; in arcnet_send_packet() local
1005 struct arc_rfc1201 *soft; in arcnet_rx() local
/drivers/tty/serial/
Dioc4_serial.c792 pending_intrs(struct ioc4_soft *soft, int type) in pending_intrs()
968 intr_connect(struct ioc4_soft *soft, int type, in intr_connect()
995 struct ioc4_soft *soft; in ioc4_intr() local
1059 struct ioc4_soft *soft = control->ic_soft; in ioc4_attach_local() local
2648 struct ioc4_soft *soft; in ioc4_serial_remove_one() local
2778 struct ioc4_soft *soft; in ioc4_serial_attach_one() local
/drivers/mmc/host/
Dsdhci.c225 static void sdhci_init(struct sdhci_host *host, int soft) in sdhci_init()