Searched defs:rbuf (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/tests/drivers/disk/disk_access/src/ | 
| D | main.c | 176 static int write_sector_checked(uint8_t *wbuf, uint8_t *rbuf,  in write_sector_checked() 205 static void test_sector_write(uint8_t *wbuf, uint8_t *rbuf, uint32_t num_sectors)  in test_sector_write()
  | 
| /Zephyr-latest/subsys/sd/ | 
| D | sd_ops.c | 491 static int card_read(struct sd_card *card, uint8_t *rbuf, uint32_t start_block, uint32_t num_blocks)  in card_read() 544 int card_read_blocks(struct sd_card *card, uint8_t *rbuf, uint32_t start_block, uint32_t num_blocks)  in card_read_blocks()
  | 
| D | mmc.c | 61 inline int mmc_read_blocks(struct sd_card *card, uint8_t *rbuf, uint32_t start_block,  in mmc_read_blocks()
  | 
| D | sdmmc.c | 785 int sdmmc_read_blocks(struct sd_card *card, uint8_t *rbuf, uint32_t start_block,  in sdmmc_read_blocks()
  | 
| /Zephyr-latest/include/zephyr/storage/ | 
| D | flash_map.h | 94 	uint8_t *rbuf;			/** Temporary read buffer  */  member
  | 
| /Zephyr-latest/drivers/espi/ | 
| D | host_subs_npcx.c | 508 	struct ring_buf *rbuf = &data->port80_ring_buf;  in host_port80_work_handler()  local 550 	struct ring_buf *rbuf = &host_sub_data.port80_ring_buf;  in host_port80_isr()  local
  | 
| /Zephyr-latest/drivers/input/ | 
| D | input_xpt2046.c | 33 	uint8_t rbuf[9];  member
  | 
| /Zephyr-latest/drivers/flash/ | 
| D | flash_ite_it8xxx2.c | 169 void __soc_ram_code ramcode_flash_transaction(int wlen, uint8_t *wbuf, int rlen, uint8_t *rbuf,  in ramcode_flash_transaction()
  | 
| /Zephyr-latest/tests/lib/ringbuffer/src/ | 
| D | main.c | 940 	static struct ring_buf rbuf;  in ZTEST()  local
  | 
| /Zephyr-latest/tests/lib/spsc_pbuf/src/ | 
| D | main.c | 29 	static uint8_t rbuf[198];  in test_spsc_pbuf_flags()  local
  |