HomeSort by relevance Sort by last modified time
    Searched refs:card (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.h 29 extern void FB_3DfxAccel(_THIS, __u32 card);
SDL_fbmatrox.h 29 extern void FB_MatroxAccel(_THIS, __u32 card);
SDL_fbriva.h 36 extern void FB_RivaAccel(_THIS, __u32 card);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card is going down *
189 int card; \/* card number *\/ member in struct:snd_minor
    [all...]
tea6330t.h 28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
opl4.h 27 extern int snd_opl4_create(struct snd_card *card,
pt2258.h 26 struct snd_card *card; member in struct:snd_pt2258
info.h 79 struct snd_card *card; member in struct:snd_info_entry
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
129 /* for card drivers */
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0;
    [all...]
control.h 92 struct snd_card *card; member in struct:snd_ctl_file
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *card);
    [all...]
seq_device.h 36 struct snd_card *card; /* sound card */ member in struct:snd_seq_device
60 * Typically, call snd_device_free(dev->card, dev->driver_data)
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
seq_virmidi.h 55 struct snd_card *card; /* associated card */ member in struct:snd_virmidi_dev
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
minors.h 27 #define SNDRV_MINOR(card, dev) (((card) << 5) | (dev))
75 #define SNDRV_MINOR_OSS(card, dev) (((card) << 4) | (dev))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card is going down *
189 int card; \/* card number *\/ member in struct:snd_minor
    [all...]
tea6330t.h 28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
opl4.h 27 extern int snd_opl4_create(struct snd_card *card,
pt2258.h 26 struct snd_card *card; member in struct:snd_pt2258
info.h 79 struct snd_card *card; member in struct:snd_info_entry
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
129 /* for card drivers */
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0;
    [all...]
control.h 92 struct snd_card *card; member in struct:snd_ctl_file
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *card);
    [all...]
seq_device.h 36 struct snd_card *card; /* sound card */ member in struct:snd_seq_device
60 * Typically, call snd_device_free(dev->card, dev->driver_data)
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
seq_virmidi.h 55 struct snd_card *card; /* associated card */ member in struct:snd_virmidi_dev
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
minors.h 27 #define SNDRV_MINOR(card, dev) (((card) << 5) | (dev))
75 #define SNDRV_MINOR_OSS(card, dev) (((card) << 4) | (dev))
  /dalvik/vm/alloc/
CardTable.h 18 * Maintain a card table from the the write barrier. All writes of
32 * Initializes the card table; must be called before any other
43 * Resets all of the bytes in the card table to clean.
48 * Returns the address of the relevent byte in the card table, given
54 * Returns the first address in the heap which maps to this card.
56 void *dvmAddrFromCard(const u1 *card);
59 * Returns true if addr points to a valid card.
61 bool dvmIsValidCard(const u1 *card);
64 * Set the card associated with the given address to GC_CARD_DIRTY.
69 * Verifies that all gray objects are on a dirty card
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLPrevElement.cpp 58 WMLCardElement* card = document->activeCard();
59 if (!card)
64 // Stop the timer of the current card if it is active
65 if (WMLTimerElement* eventTimer = card->eventTimer())
WMLRefreshElement.cpp 58 WMLCardElement* card = document->activeCard();
59 if (!card)
64 WMLTimerElement* timer = card->eventTimer();
72 // Redisplay curremt card with current variable state
  /external/tinyalsa/
tinypcminfo.c 37 unsigned int card = 0; local
41 fprintf(stderr, "Usage: %s -D card -d device\n", argv[0]);
51 card = atoi(*argv);
62 printf("Info for card %d, device %d:\n", card, device);
71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);

Completed in 236 milliseconds

1 2 3 4 5 6 7 8 9