Searched refs:fw_drv1 (Results 1 – 1 of 1) sorted by relevance
82 struct fw_drv1 { struct160 struct fw_drv1 *d; in fw_open()191 *cookie = malloc(sizeof(struct fw_drv1)); in fw_open()194 memset(*cookie, 0, sizeof(struct fw_drv1)); in fw_open()196 d = (struct fw_drv1 *)(*cookie); in fw_open()222 struct fw_drv1 *d; in fw_free()227 d = (struct fw_drv1 *)cookie; in fw_free()286 fw_read_async(struct fw_drv1 *d, off_t position, void *buf, size_t *num_bytes) in fw_read_async()363 struct fw_drv1 *d; in fw_read()373 d = (struct fw_drv1 *)cookie; in fw_read()[all …]