Searched refs:funcs (Results 1 – 17 of 17) sorted by relevance
46 (dev->funcs->type != NULL) && in is_valid_dev()47 (dev->funcs->type() < IO_TYPE_MAX); in is_valid_dev()180 if (dev->funcs->dev_init != NULL) { in io_dev_init()197 if (dev->funcs->dev_close != NULL) { in io_dev_close()221 assert(dev->funcs->open != NULL); in io_open()244 if (dev->funcs->seek != NULL) in io_seek()261 if (dev->funcs->size != NULL) in io_size()281 if (dev->funcs->read != NULL) in io_read()301 if (dev->funcs->write != NULL) { in io_write()321 if (dev->funcs->close != NULL) in io_close()[all …]
58 .funcs = &dummy_dev_funcs,
55 .funcs = &sh_dev_funcs,
77 enc_dev_info.funcs = &enc_dev_funcs; in enc_dev_open()
75 .funcs = &memmap_dev_funcs,
88 dev_info_pool[index].funcs = &mtd_dev_funcs; in allocate_dev_info()
154 dev_info_pool[index].funcs = &fip_dev_funcs; in allocate_dev_info()
97 dev_info_pool[index].funcs = &block_dev_funcs; in allocate_dev_info()
25 const struct io_dev_funcs *funcs; member
51 .funcs = &mmc_dev_funcs,
61 .funcs = &stm32image_dev_funcs,
123 .funcs = &memdrv_dev_funcs,
148 .funcs = &emmcdrv_dev_funcs,
631 .funcs = &rcar_dev_funcs,
62 uint8_t funcs; member
77 .funcs = &memmap_dev_funcs,
860 uint32_t funcs = (rsp0 >> 28) & 0x7; in process_cmd_response() local868 resp->data.r4.funcs = funcs; in process_cmd_response()
Completed in 20 milliseconds