Searched refs:card (Results 1 - 25 of 66) sorted by relevance

123

/include/sound/
H A Dtea6330t.h28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
H A Dcore.h87 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[128]; /* 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 list_head files_list; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card i
151 snd_power_lock(struct snd_card *card) argument
156 snd_power_unlock(struct snd_card *card) argument
161 snd_power_get_state(struct snd_card *card) argument
166 snd_power_change_state(struct snd_card *card, unsigned int state) argument
179 snd_power_wait(struct snd_card *card, unsigned int state) argument
187 int card; /* card number */ member in struct:snd_minor
195 snd_card_get_device_link(struct snd_card *card) argument
232 snd_register_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, void *private_data, const char *name) argument
[all...]
H A Dopl4.h27 extern int snd_opl4_create(struct snd_card *card,
H A Dpt2258.h26 struct snd_card *card; member in struct:snd_pt2258
H A Dinfo.h83 struct snd_card *card; member in struct:snd_info_entry
123 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
130 int snd_info_card_create(struct snd_card *card);
131 int snd_info_card_register(struct snd_card *card);
132 int snd_info_card_free(struct snd_card *card);
133 void snd_info_card_disconnect(struct snd_card *card);
134 void snd_info_card_id_change(struct snd_card *card);
137 /* for card drivers */
138 int snd_card_proc_new(struct snd_card *card, const char *name,
163 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, cons argument
166 snd_info_card_create(struct snd_card *card) argument
167 snd_info_card_register(struct snd_card *card) argument
168 snd_info_card_free(struct snd_card *card) argument
169 snd_info_card_disconnect(struct snd_card *card) argument
170 snd_info_card_id_change(struct snd_card *card) argument
173 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) argument
[all...]
H A Dcontrol.h93 struct snd_card *card; member in struct:snd_ctl_file
106 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
110 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
114 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
116 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
117 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
118 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
119 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id,
121 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigne
[all...]
H A Dmixer_oss.h53 struct snd_card *card; member in struct:snd_mixer_oss
72 struct snd_card *card; member in struct:snd_mixer_oss_file
76 int snd_mixer_oss_ioctl_card(struct snd_card *card,
H A Dseq_device.h36 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);
H A Dseq_virmidi.h55 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);
H A Dminors.h29 #define SNDRV_MINOR(card, dev) (((card) << 5) | (dev))
79 #define SNDRV_MINOR_OSS(card, dev) (((card) << 4) | (dev))
H A Des1688.h109 int snd_es1688_create(struct snd_card *card,
117 int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device,
119 int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip);
H A Dsh_fsi.h92 const char *card; member in struct:fsi_ak4642_info
H A Demu8000.h80 struct snd_card *card; /* The card that this belongs to */ member in struct:snd_emu8000
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
H A Dhwdep.h55 struct snd_card *card; member in struct:snd_hwdep
79 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
H A Djack.h72 int snd_jack_new(struct snd_card *card, const char *id, int type,
82 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, argument
H A Dsnd_wavefront.h97 struct snd_card *card; member in struct:_snd_wavefront
110 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
115 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
/include/linux/
H A Dcyclomx.h44 char devname[WAN_DRVNAME_SZ + 1];/* card name */
53 void (*isr)(struct cycx_device* card); /* interrupt service routine */
54 int (*exec)(struct cycx_device* card, void* u_cmd, void* u_data);
71 void cycx_set_state(struct cycx_device *card, int state);
74 int cycx_x25_wan_init(struct cycx_device *card, wandev_conf_t *conf);
H A Dmemstick.h263 int (*check)(struct memstick_dev *card);
265 int (*next_request)(struct memstick_dev *card,
268 void (*stop)(struct memstick_dev *card);
270 void (*start)(struct memstick_dev *card);
286 struct memstick_dev *card; member in struct:memstick_host
300 int (*probe)(struct memstick_dev *card);
301 void (*remove)(struct memstick_dev *card);
302 int (*suspend)(struct memstick_dev *card,
304 int (*resume)(struct memstick_dev *card);
330 int memstick_set_rw_addr(struct memstick_dev *card);
337 memstick_get_drvdata(struct memstick_dev *card) argument
342 memstick_set_drvdata(struct memstick_dev *card, void *data) argument
[all...]
H A Dpnp.h205 struct list_head devices; /* devices attached to the card */
221 #define pnp_for_each_card(card) \
222 for((card) = global_to_pnp_card(pnp_cards.next); \
223 (card) != global_to_pnp_card(&pnp_cards); \
224 (card) = global_to_pnp_card((card)->global_list.next))
227 struct pnp_card *card; member in struct:pnp_card_link
251 struct list_head card_list; /* node in card's list of devices */
255 struct pnp_card *card; /* card th member in struct:pnp_dev
[all...]
H A Dfirewire.h161 * The same applies to fw_device.card->node_id vs. fw_device.generation.
174 struct fw_card *card; member in struct:fw_device
249 struct fw_card *card, int status);
250 typedef void (*fw_transaction_callback_t)(struct fw_card *card, int rcode,
257 typedef void (*fw_address_callback_t)(struct fw_card *card,
294 struct fw_card *card; member in struct:fw_transaction
326 void fw_send_response(struct fw_card *card,
328 void fw_send_request(struct fw_card *card, struct fw_transaction *t,
332 int fw_cancel_transaction(struct fw_card *card,
334 int fw_run_transaction(struct fw_card *card, in
408 struct fw_card *card; member in struct:fw_iso_context
[all...]
/include/trace/events/
H A Dasoc.h109 TP_PROTO(struct snd_soc_card *card, int val),
111 TP_ARGS(card, val),
114 __string( name, card->name )
119 __assign_str(name, card->name);
123 TP_printk("card=%s val=%d", __get_str(name), (int)__entry->val)
128 TP_PROTO(struct snd_soc_card *card, int val),
130 TP_ARGS(card, val)
136 TP_PROTO(struct snd_soc_card *card, int val),
138 TP_ARGS(card, val)
144 TP_PROTO(struct snd_soc_card *card),
[all...]
/include/linux/mmc/
H A Dcard.h2 * linux/include/linux/mmc/card.h
207 unsigned int rca; /* relative card address of device */
208 unsigned int type; /* card type */
209 #define MMC_TYPE_MMC 0 /* MMC card */
210 #define MMC_TYPE_SD 1 /* SD card */
211 #define MMC_TYPE_SDIO 2 /* SDIO card */
212 #define MMC_TYPE_SD_COMBO 3 /* SD combo (IO+mem) card */
213 unsigned int state; /* (our) card state */
215 #define MMC_STATE_READONLY (1<<1) /* card is read-only */
216 #define MMC_STATE_HIGHSPEED (1<<2) /* card i
278 mmc_part_add(struct mmc_card *card, unsigned int size, unsigned int part_cfg, char *name, int idx, bool ro, int area_type) argument
365 add_quirk(struct mmc_card *card, int data) argument
370 remove_quirk(struct mmc_card *card, int data) argument
408 add_quirk_mmc(struct mmc_card *card, int data) argument
414 remove_quirk_mmc(struct mmc_card *card, int data) argument
425 add_quirk_sd(struct mmc_card *card, int data) argument
431 remove_quirk_sd(struct mmc_card *card, int data) argument
[all...]
H A Dcore.h26 #define MMC_RSP_BUSY (1 << 3) /* card may send busy */
38 #define MMC_RSP_SPI_BUSY (1 << 10) /* card may send busy */
157 extern int mmc_erase(struct mmc_card *card, unsigned int from, unsigned int nr,
159 extern int mmc_can_erase(struct mmc_card *card);
160 extern int mmc_can_trim(struct mmc_card *card);
161 extern int mmc_can_discard(struct mmc_card *card);
162 extern int mmc_can_sanitize(struct mmc_card *card);
163 extern int mmc_can_secure_erase_trim(struct mmc_card *card);
164 extern int mmc_erase_group_aligned(struct mmc_card *card, unsigned int from,
166 extern unsigned int mmc_calc_max_discard(struct mmc_card *card);
[all...]
/include/linux/isdn/
H A Dcapilli.h81 void capi_ctr_ready(struct capi_ctr * card);
82 void capi_ctr_down(struct capi_ctr * card);
83 void capi_ctr_suspend_output(struct capi_ctr * card);
84 void capi_ctr_resume_output(struct capi_ctr * card);
85 void capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb);
/include/pcmcia/
H A Ddevice_id.h17 #define PCMCIA_DEVICE_MANF_CARD(manf, card) { \
21 .card_id = (card), }
89 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID1(manf, card, v1, vh1) { \
94 .card_id = (card), \
98 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID3(manf, card, v3, vh3) { \
103 .card_id = (card), \
110 #define PCMCIA_MFC_DEVICE_MANF_CARD(mfc, manf, card) { \
115 .card_id = (card), \
159 #define PCMCIA_PFC_DEVICE_MANF_CARD(mfc, manf, card) { \
164 .card_id = (card), \
[all...]

Completed in 200 milliseconds

123