const struct agdmm_recv *recvs;
};
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
const struct agdmm_profile *profile;
int chunks_downloaded;
};
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
struct ftdi_context ftdic;
#define BS 4096 /* Block size */
#define NUM_BLOCKS 2048 /* Number of blocks */
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
/** FTDI device context (used by libftdi). */
PATTERN_ALL_HIGH,
};
-/* FIXME: Should not be global. */
-
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
int pipe_fds[2];
uint32_t dev_caps;
};
-struct drv_context {
- GSList *instances;
-};
-
struct dev_context {
const struct fx2lafw_profile *profile;
struct sr_hwopt *defaults_opts;
};
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
struct dev_profile *profile;
char *firmware;
};
-struct drv_context {
- GSList *instances;
-};
-
struct dev_context {
const struct dso_profile *profile;
struct sr_usb_dev_inst *usb;
#define FLAG_CLOCK_INVERTED 0x80
#define FLAG_RLE 0x0100
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
uint32_t max_samplerate;
supported_samplerates,
};
-/* Private driver context. */
-struct drv_context {
- GSList *instances;
-};
-
/* Private, per-device-instance driver context. */
struct dev_context {
uint64_t cur_samplerate;
void *priv;
};
+/* Private driver context. */
+struct drv_context {
+ GSList *instances;
+};
+
struct sr_session {
/* List of struct sr_dev* */
GSList *devs;