Home
last modified time | relevance | path

Searched defs:card (Results 76 – 100 of 834) sorted by relevance

12345678910>>...34

/openbmc/linux/sound/isa/ad1816a/
H A Dad1816a.c78 static int snd_card_ad1816a_pnp(int dev, struct pnp_card_link *card, in snd_card_ad1816a_pnp()
123 struct snd_card *card; in snd_card_ad1816a_probe() local
193 static int snd_ad1816a_pnp_detect(struct pnp_card_link *card, in snd_ad1816a_pnp_detect()
216 struct snd_card *card = pnp_get_card_drvdata(pcard); in snd_ad1816a_pnp_suspend() local
225 struct snd_card *card = pnp_get_card_drvdata(pcard); in snd_ad1816a_pnp_resume() local
/openbmc/linux/sound/core/
H A Dpcm_memory.c34 static void __update_allocated_size(struct snd_card *card, ssize_t bytes) in __update_allocated_size()
39 static void update_allocated_size(struct snd_card *card, ssize_t bytes) in update_allocated_size()
46 static void decrease_allocated_size(struct snd_card *card, size_t bytes) in decrease_allocated_size()
54 static int do_alloc_pages(struct snd_card *card, int type, struct device *dev, in do_alloc_pages()
88 static void do_free_pages(struct snd_card *card, struct snd_dma_buffer *dmab) in do_free_pages()
107 struct snd_card *card = substream->pcm->card; in preallocate_pcm_pages() local
189 struct snd_card *card = substream->pcm->card; in snd_pcm_lib_preallocate_proc_write() local
426 struct snd_card *card; in snd_pcm_lib_malloc_pages() local
496 struct snd_card *card = substream->pcm->card; in snd_pcm_lib_free_pages() local
/openbmc/linux/drivers/net/wan/
H A Dfarsync.c908 struct fst_card_info *card; in fst_issue_cmd() local
979 struct fst_card_info *card; in fst_rx_config() local
1006 struct fst_card_info *card; in fst_tx_config() local
1412 struct fst_card_info *card = dev_id; in fst_intr() local
1913 struct fst_card_info *card; in fst_siocdevprivate() local
2024 struct fst_card_info *card; in fst_ioctl() local
2144 struct fst_card_info *card; in fst_close() local
2181 struct fst_card_info *card; in fst_tx_timeout() local
2199 struct fst_card_info *card; in fst_start_xmit() local
2335 struct fst_card_info *card; in fst_add_one() local
[all …]
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_midi.c93 struct snd_card *card; in get_wavefront_midi() local
112 static void snd_wavefront_midi_output_write(snd_wavefront_card_t *card) in snd_wavefront_midi_output_write()
356 snd_wavefront_card_t *card = midi->timer_card; in snd_wavefront_midi_output_timer() local
405 snd_wavefront_midi_interrupt (snd_wavefront_card_t *card) in snd_wavefront_midi_interrupt()
458 snd_wavefront_midi_enable_virtual (snd_wavefront_card_t *card) in snd_wavefront_midi_enable_virtual()
471 snd_wavefront_midi_disable_virtual (snd_wavefront_card_t *card) in snd_wavefront_midi_disable_virtual()
484 snd_wavefront_midi_start (snd_wavefront_card_t *card) in snd_wavefront_midi_start()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_irq.c32 struct mmc_card *card = host->card; in sdio_get_pending_irqs() local
60 struct mmc_card *card = host->card; in process_sdio_pending_irqs() local
224 static int sdio_card_irq_get(struct mmc_card *card) in sdio_card_irq_get()
249 static int sdio_card_irq_put(struct mmc_card *card) in sdio_card_irq_put()
271 static void sdio_single_irq_set(struct mmc_card *card) in sdio_single_irq_set()
H A Dsd_ops.c22 int mmc_app_cmd(struct mmc_host *host, struct mmc_card *card) in mmc_app_cmd()
52 static int mmc_wait_for_app_cmd(struct mmc_host *host, struct mmc_card *card, in mmc_wait_for_app_cmd()
97 int mmc_app_set_bus_width(struct mmc_card *card, int width) in mmc_app_set_bus_width()
256 int mmc_app_send_scr(struct mmc_card *card) in mmc_app_send_scr()
310 int mmc_sd_switch(struct mmc_card *card, int mode, int group, in mmc_sd_switch()
328 int mmc_app_sd_status(struct mmc_card *card, void *ssr) in mmc_app_sd_status()
/openbmc/linux/drivers/usb/gadget/function/
H A Du_uac1_legacy.c152 size_t u_audio_playback(struct gaudio *card, void *buf, size_t count) in u_audio_playback()
182 int u_audio_get_playback_channels(struct gaudio *card) in u_audio_get_playback_channels()
187 int u_audio_get_playback_rate(struct gaudio *card) in u_audio_get_playback_rate()
196 static int gaudio_open_snd_dev(struct gaudio *card) in gaudio_open_snd_dev()
285 int gaudio_setup(struct gaudio *card) in gaudio_setup()
/openbmc/linux/drivers/memstick/core/
H A Dms_block.c220 struct memstick_dev *card = msb->card; in msb_run_state_machine() local
335 static int h_msb_read_page(struct memstick_dev *card, in h_msb_read_page()
655 static int h_msb_reset(struct memstick_dev *card, in h_msb_reset()
728 struct memstick_dev *card = msb->card; in msb_reset() local
1698 static int msb_init_card(struct memstick_dev *card) in msb_init_card()
2018 static void msb_stop(struct memstick_dev *card) in msb_stop()
2041 static void msb_start(struct memstick_dev *card) in msb_start()
2078 static int msb_init_disk(struct memstick_dev *card) in msb_init_disk()
2150 static int msb_probe(struct memstick_dev *card) in msb_probe()
2180 static void msb_remove(struct memstick_dev *card) in msb_remove()
[all …]
/openbmc/linux/sound/soc/qcom/
H A Dapq8016_sbc.c25 struct snd_soc_card card; member
62 struct snd_soc_card *card = rtd->card; in apq8016_dai_init() local
155 static void apq8016_sbc_add_ops(struct snd_soc_card *card) in apq8016_sbc_add_ops()
195 struct snd_soc_card *card = rtd->card; in msm8916_qdsp6_startup() local
216 struct snd_soc_card *card = rtd->card; in msm8916_qdsp6_shutdown() local
254 static void msm8916_qdsp6_add_ops(struct snd_soc_card *card) in msm8916_qdsp6_add_ops()
290 struct snd_soc_card *card; in apq8016_sbc_platform_probe() local
/openbmc/linux/sound/soc/samsung/
H A Dlittlemill.c17 static int littlemill_set_bias_level(struct snd_soc_card *card, in littlemill_set_bias_level()
64 static int littlemill_set_bias_level_post(struct snd_soc_card *card, in littlemill_set_bias_level_post()
179 struct snd_soc_card *card = w->dapm->card; in bbclk_ev() local
272 static int littlemill_late_probe(struct snd_soc_card *card) in littlemill_late_probe()
338 struct snd_soc_card *card = &littlemill; in littlemill_probe() local
H A Dtobermory.c17 static int tobermory_set_bias_level(struct snd_soc_card *card, in tobermory_set_bias_level()
60 static int tobermory_set_bias_level_post(struct snd_soc_card *card, in tobermory_set_bias_level_post()
176 static int tobermory_late_probe(struct snd_soc_card *card) in tobermory_late_probe()
226 struct snd_soc_card *card = &tobermory; in tobermory_probe() local
/openbmc/linux/include/sound/
H A Dcore.h69 struct snd_card *card; /* card which holds this device */ member
153 static inline unsigned int snd_power_get_state(struct snd_card *card) in snd_power_get_state()
172 static inline void snd_power_ref(struct snd_card *card) in snd_power_ref()
181 static inline void snd_power_unref(struct snd_card *card) in snd_power_unref()
194 static inline void snd_power_sync_ref(struct snd_card *card) in snd_power_sync_ref()
206 static inline void snd_power_ref(struct snd_card *card) {} in snd_power_ref()
207 static inline void snd_power_unref(struct snd_card *card) {} in snd_power_unref()
209 static inline void snd_power_sync_ref(struct snd_card *card) {} in snd_power_sync_ref()
217 int card; /* card number */ member
312 static inline void snd_card_unref(struct snd_card *card) in snd_card_unref()
[all …]
H A Dinfo.h130 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new()
166 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *… in snd_info_create_card_entry()
169 static inline int snd_info_card_create(struct snd_card *card) { return 0; } in snd_info_card_create()
170 static inline int snd_info_card_register(struct snd_card *card) { return 0; } in snd_info_card_register()
171 static inline int snd_info_card_free(struct snd_card *card) { return 0; } in snd_info_card_free()
172 static inline void snd_info_card_disconnect(struct snd_card *card) { } in snd_info_card_disconnect()
173 static inline void snd_info_card_id_change(struct snd_card *card) { } in snd_info_card_id_change()
176 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new()
181 static inline int snd_card_rw_proc_new(struct snd_card *card, const char *name, in snd_card_rw_proc_new()
205 snd_card_ro_proc_new(struct snd_card *card, const char *name, in snd_card_ro_proc_new()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_nortel.c67 struct orinoco_pci_card *card = priv->card; in orinoco_nortel_cor_reset() local
90 static int orinoco_nortel_hw_init(struct orinoco_pci_card *card) in orinoco_nortel_hw_init()
146 struct orinoco_pci_card *card; in orinoco_nortel_init_one() local
262 struct orinoco_pci_card *card = priv->card; in orinoco_nortel_remove_one() local
H A Dorinoco_plx.c113 struct orinoco_pci_card *card = priv->card; in orinoco_plx_cor_reset() local
140 static int orinoco_plx_hw_init(struct orinoco_pci_card *card) in orinoco_plx_hw_init()
185 struct orinoco_pci_card *card; in orinoco_plx_init_one() local
301 struct orinoco_pci_card *card = priv->card; in orinoco_plx_remove_one() local
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-soundcard-driver.c15 static int set_card_codec_info(struct snd_soc_card *card, in set_card_codec_info()
45 static int set_dailink_daifmt(struct snd_soc_card *card, in set_dailink_daifmt()
86 int parse_dai_link_info(struct snd_soc_card *card) in parse_dai_link_info()
129 void clean_card_reference(struct snd_soc_card *card) in clean_card_reference()
/openbmc/linux/sound/isa/
H A Dcmi8330.c154 struct snd_card *card; member
295 static int snd_cmi8330_mixer(struct snd_card *card, struct snd_cmi8330 *acard) in snd_cmi8330_mixer()
320 struct pnp_card_link *card, in snd_cmi8330_pnp()
427 static int snd_cmi8330_pcm(struct snd_card *card, struct snd_cmi8330 *chip) in snd_cmi8330_pcm()
469 static int snd_cmi8330_suspend(struct snd_card *card) in snd_cmi8330_suspend()
479 static int snd_cmi8330_resume(struct snd_card *card) in snd_cmi8330_resume()
506 struct snd_card *card; in snd_cmi8330_card_new() local
522 static int snd_cmi8330_probe(struct snd_card *card, int dev) in snd_cmi8330_probe()
625 struct snd_card *card; in snd_cmi8330_isa_probe() local
671 struct snd_card *card; in snd_cmi8330_pnp_detect() local
H A Dals100.c98 struct pnp_card_link *card, in snd_card_als100_pnp()
169 struct snd_card *card; in snd_card_als100_probe() local
261 static int snd_als100_pnp_detect(struct pnp_card_link *card, in snd_als100_pnp_detect()
283 struct snd_card *card = pnp_get_card_drvdata(pcard); in snd_als100_pnp_suspend() local
294 struct snd_card *card = pnp_get_card_drvdata(pcard); in snd_als100_pnp_resume() local
/openbmc/linux/sound/soc/intel/avs/boards/
H A Dda7219.c32 struct snd_soc_card *card = dapm->card; in platform_clock_control() local
95 struct snd_soc_card *card = runtime->card; in avs_da7219_codec_init() local
210 static int avs_card_suspend_pre(struct snd_soc_card *card) in avs_card_suspend_pre()
217 static int avs_card_resume_post(struct snd_soc_card *card) in avs_card_resume_post()
229 struct snd_soc_card *card; in avs_da7219_probe() local
H A Drt274.c30 struct snd_soc_card *card = dapm->card; in avs_rt274_clock_control() local
94 struct snd_soc_card *card = runtime->card; in avs_rt274_codec_init() local
191 static int avs_card_suspend_pre(struct snd_soc_card *card) in avs_card_suspend_pre()
198 static int avs_card_resume_post(struct snd_soc_card *card) in avs_card_resume_post()
210 struct snd_soc_card *card; in avs_rt274_probe() local
H A Dnau8825.c26 struct snd_soc_card *card = dapm->card; in avs_nau8825_clock_control() local
82 struct snd_soc_card *card = runtime->card; in avs_nau8825_codec_init() local
218 static int avs_card_suspend_pre(struct snd_soc_card *card) in avs_card_suspend_pre()
225 static int avs_card_resume_post(struct snd_soc_card *card) in avs_card_resume_post()
247 struct snd_soc_card *card; in avs_nau8825_probe() local
/openbmc/linux/drivers/firewire/
H A Dcore-topology.c171 static struct fw_node *build_tree(struct fw_card *card, in build_tree()
313 static void for_each_fw_node(struct fw_card *card, struct fw_node *root, in for_each_fw_node()
347 static void report_lost_node(struct fw_card *card, in report_lost_node()
357 static void report_found_node(struct fw_card *card, in report_found_node()
379 void fw_destroy_nodes(struct fw_card *card) in fw_destroy_nodes()
407 static void update_tree(struct fw_card *card, struct fw_node *root) in update_tree()
488 static void update_topology_map(struct fw_card *card, in update_topology_map()
504 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset()
/openbmc/linux/sound/isa/cs423x/
H A Dcs4236.c272 struct pnp_card_link *card, in snd_card_cs423x_pnpc()
314 struct snd_card *card; in snd_cs423x_card_new() local
325 static int snd_cs423x_probe(struct snd_card *card, int dev) in snd_cs423x_probe()
435 struct snd_card *card; in snd_cs423x_isa_probe() local
449 static int snd_cs423x_suspend(struct snd_card *card) in snd_cs423x_suspend()
457 static int snd_cs423x_resume(struct snd_card *card) in snd_cs423x_resume()
496 struct snd_card *card; in snd_cs423x_pnpbios_detect() local
561 struct snd_card *card; in snd_cs423x_pnpc_detect() local
/openbmc/linux/drivers/mtd/maps/
H A Dvmu-flash.c61 struct memcard *card; in ofs_to_block() local
92 struct memcard *card; in vmu_blockread() local
112 struct memcard *card; in maple_vmu_read_block() local
229 struct memcard *card; in maple_vmu_write_block() local
306 struct memcard *card; in vmu_flash_read_char() local
354 struct memcard *card; in vmu_flash_read() local
420 struct memcard *card; in vmu_flash_write() local
503 struct memcard *card; in vmu_queryblocks() local
601 struct memcard *card; in vmu_connect() local
693 struct memcard *card; in vmu_disconnect() local
[all …]
/openbmc/linux/sound/soc/intel/boards/
H A Dskl_hda_dsp_generic.c64 static int skl_hda_card_late_probe(struct snd_soc_card *card) in skl_hda_card_late_probe()
70 skl_hda_add_dai_link(struct snd_soc_card *card, struct snd_soc_dai_link *link) in skl_hda_add_dai_link()
120 struct snd_soc_card *card = &hda_soc_card; in skl_hda_fill_card_info() local
175 static void skl_set_hda_codec_autosuspend_delay(struct snd_soc_card *card) in skl_set_hda_codec_autosuspend_delay()

12345678910>>...34