Home
last modified time | relevance | path

Searched defs:IsaDmaClass (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/include/hw/isa/
H A Disa.h56 typedef struct IsaDmaClass { struct
69 } IsaDmaClass; argument
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/isa/
H A Disa.h56 typedef struct IsaDmaClass { struct
69 } IsaDmaClass; argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/isa/
H A Disa.h56 typedef struct IsaDmaClass { struct
69 } IsaDmaClass; argument
/dports/emulators/qemu/qemu-6.2.0/include/hw/isa/
H A Disa.h35 typedef struct IsaDmaClass IsaDmaClass; typedef
51 struct IsaDmaClass { struct
52 InterfaceClass parent;
54 bool (*has_autoinitialization)(IsaDma *obj, int nchan);
55 int (*read_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
56 int (*write_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
57 void (*hold_DREQ)(IsaDma *obj, int nchan);
58 void (*release_DREQ)(IsaDma *obj, int nchan);
59 void (*schedule)(IsaDma *obj);
60 void (*register_channel)(IsaDma *obj, int nchan,
/dports/emulators/qemu60/qemu-6.0.0/include/hw/isa/
H A Disa.h35 typedef struct IsaDmaClass IsaDmaClass; typedef
51 struct IsaDmaClass { struct
52 InterfaceClass parent;
54 bool (*has_autoinitialization)(IsaDma *obj, int nchan);
55 int (*read_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
56 int (*write_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
57 void (*hold_DREQ)(IsaDma *obj, int nchan);
58 void (*release_DREQ)(IsaDma *obj, int nchan);
59 void (*schedule)(IsaDma *obj);
60 void (*register_channel)(IsaDma *obj, int nchan,
/dports/emulators/qemu5/qemu-5.2.0/include/hw/isa/
H A Disa.h35 typedef struct IsaDmaClass IsaDmaClass; typedef
51 struct IsaDmaClass { struct
52 InterfaceClass parent;
54 bool (*has_autoinitialization)(IsaDma *obj, int nchan);
55 int (*read_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
56 int (*write_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
57 void (*hold_DREQ)(IsaDma *obj, int nchan);
58 void (*release_DREQ)(IsaDma *obj, int nchan);
59 void (*schedule)(IsaDma *obj);
60 void (*register_channel)(IsaDma *obj, int nchan,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/isa/
H A Disa.h35 typedef struct IsaDmaClass IsaDmaClass; typedef
51 struct IsaDmaClass { struct
52 InterfaceClass parent;
54 bool (*has_autoinitialization)(IsaDma *obj, int nchan);
55 int (*read_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
56 int (*write_memory)(IsaDma *obj, int nchan, void *buf, int pos, int len);
57 void (*hold_DREQ)(IsaDma *obj, int nchan);
58 void (*release_DREQ)(IsaDma *obj, int nchan);
59 void (*schedule)(IsaDma *obj);
60 void (*register_channel)(IsaDma *obj, int nchan,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/isa/
H A Disa.h60 typedef struct IsaDmaClass { struct
73 } IsaDmaClass; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/third_party/nICEr/src/ice/
H A Dice_candidate.h56 (it contains all other candidates
57 on this socket) */
59 nr_ice_media_stream *stream; /* The media stream this is associated with */
60 nr_ice_component *component; /* The component this is associated with */
61 nr_ice_candidate_type type; /* The type of the candidate (S 4.1.1) */
63 UCHAR component_id; /* The component id (S 4.1.2.1) */
64 nr_transport_addr addr; /* The advertised address;
65 JDR calls this the candidate */
68 UINT4 priority; /* The priority value (S 5.4 */