Searched refs:sdio_readsb (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | btsdio.c | 118 err = sdio_readsb(data->func, hdr, REG_RDAT, 4); in btsdio_rx_packet() 137 err = sdio_readsb(data->func, skb->data, REG_RDAT, len - 4); in btsdio_rx_packet()
|
| H A D | btmtksdio.c | 467 err = sdio_readsb(bdev->func, skb->data, MTK_REG_CRDR, rx_size); in btmtksdio_rx_packet()
|
| /linux/drivers/ssb/ |
| H A D | sdio.c | 315 error = sdio_readsb(bus->host_sdio, buffer, offset, count); in ssb_sdio_block_read() 320 error = sdio_readsb(bus->host_sdio, buffer, offset, count); in ssb_sdio_block_read() 326 error = sdio_readsb(bus->host_sdio, buffer, offset, count); in ssb_sdio_block_read()
|
| /linux/include/linux/mmc/ |
| H A D | sdio_func.h | 149 extern int sdio_readsb(struct sdio_func *func, void *dst,
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_io.c | 502 int sdio_readsb(struct sdio_func *func, void *dst, unsigned int addr, in sdio_readsb() function 507 EXPORT_SYMBOL_GPL(sdio_readsb);
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | sdio.c | 173 ret = sdio_readsb(func, buf, addr, len); in ath6kl_sdio_io()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_sdio.c | 498 status = sdio_readsb(dev->pfunction, data, addr, count); in rsi_sdio_read_register_multiple()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | sdio.c | 361 ret = sdio_readsb(func, buf, addr, len); in ath10k_sdio_readsb()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sdio.c | 759 ret = sdio_readsb(card->func, buffer, ioport, blk_cnt * blk_size); in mwifiex_read_data_sync()
|