Home
last modified time | relevance | path

Searched defs:card (Results 176 – 200 of 827) sorted by relevance

12345678910>>...34

/OK3568_Linux_fs/kernel/sound/drivers/
H A Dportman2x4.c70 struct snd_card *card; member
84 static int portman_create(struct snd_card *card, in portman_create()
549 static int snd_portman_rawmidi_create(struct snd_card *card) in snd_portman_rawmidi_create()
688 static void snd_portman_card_private_free(struct snd_card *card) in snd_portman_card_private_free()
706 struct snd_card *card = NULL; in snd_portman_probe() local
797 struct snd_card *card = platform_get_drvdata(pdev); in snd_portman_remove() local
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core.h85 #define QETH_CARD_TEXT(card, level, text) \ argument
88 #define QETH_CARD_HEX(card, level, addr, len) \ argument
91 #define QETH_CARD_MESSAGE(card, text...) \ argument
94 #define QETH_CARD_TEXT_(card, level, text...) \ argument
117 #define CARD_RDEV(card) card->read.ccwdev argument
118 #define CARD_WDEV(card) card->write.ccwdev argument
119 #define CARD_DDEV(card) card->data.ccwdev argument
120 #define CARD_BUS_ID(card) dev_name(&card->gdev->dev) argument
121 #define CARD_RDEV_ID(card) dev_name(&card->read.ccwdev->dev) argument
122 #define CARD_WDEV_ID(card) dev_name(&card->write.ccwdev->dev) argument
[all …]
/OK3568_Linux_fs/kernel/sound/usb/caiaq/
H A Ddevice.c399 struct snd_card *card; in create_card() local
430 struct snd_card *card = cdev->chip.card; in init_card() local
517 struct snd_card *card = NULL; in snd_probe() local
538 struct snd_card *card = usb_get_intfdata(intf); in snd_disconnect() local
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dskl_hda_dsp_common.c22 int skl_hda_hdmi_add_pcm(struct snd_soc_card *card, int device) in skl_hda_hdmi_add_pcm()
137 int skl_hda_hdmi_jack_init(struct snd_soc_card *card) in skl_hda_hdmi_jack_init()
H A Dhda_dsp_common.c19 static struct snd_pcm *hda_dsp_hdmi_pcm_handle(struct snd_soc_card *card, in hda_dsp_hdmi_pcm_handle()
43 int hda_dsp_hdmi_build_controls(struct snd_soc_card *card, in hda_dsp_hdmi_build_controls()
H A Dehl_rt5660.c93 static int card_late_probe(struct snd_soc_card *card) in card_late_probe()
254 static void hdmi_link_init(struct snd_soc_card *card, in hdmi_link_init()
281 struct snd_soc_card *card = &snd_soc_card_ehl_rt5660; in snd_ehl_rt5660_probe() local
H A Dsof_sdw_rt1316.c39 struct snd_soc_card *card = rtd->card; in first_spk_init() local
71 struct snd_soc_card *card = rtd->card; in second_spk_init() local
H A Dsof_sdw_max98373.c28 struct snd_soc_card *card = rtd->card; in spk_init() local
114 int sof_sdw_mx8373_late_probe(struct snd_soc_card *card) in sof_sdw_mx8373_late_probe()
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A DusX2Yhwdep.c127 static int usx2y_create_usbmidi(struct snd_card *card) in usx2y_create_usbmidi()
165 static int usx2y_create_alsa_devices(struct snd_card *card) in usx2y_create_alsa_devices()
232 int usx2y_hwdep_new(struct snd_card *card, struct usb_device* device) in usx2y_hwdep_new()
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxpocket.c123 static int snd_vxpocket_new(struct snd_card *card, int ibl, in snd_vxpocket_new()
177 struct snd_card *card = chip->card; in snd_vxpocket_assign_resources() local
287 struct snd_card *card; in vxpocket_probe() local
/OK3568_Linux_fs/kernel/sound/pci/cs5535audio/
H A Dcs5535audio_pm.c46 struct snd_card *card = dev_get_drvdata(dev); in snd_cs5535audio_suspend() local
64 struct snd_card *card = dev_get_drvdata(dev); in snd_cs5535audio_resume() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dspectrum_cs.c133 struct orinoco_pccard *card = priv->card; in spectrum_cs_hard_reset() local
145 struct orinoco_pccard *card = priv->card; in spectrum_cs_stop_firmware() local
159 struct orinoco_pccard *card; in spectrum_cs_probe() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dinetwork.cpp124 …QString card=QString("auto %1\niface %2 inet static\naddress %3\nnetmask %4\nbroadcast %5\ngateway… in setStatic() local
149 QString card=QString("auto %1\niface %1 inet dhcp\n").arg(cardName).arg(cardName); in setAuto() local
163 QString card =QString("[Match]\nName=%1\n[Network]\nAddress=%2\nGateway=%3\nDNS=%4\n") in setStatic() local
216 QString card=QString("[Match]\nName=%1\n[Network]\nDHCP=yes").arg(cardname); in setAuto() local
/OK3568_Linux_fs/kernel/sound/spi/
H A Dat73c213.c62 struct snd_card *card; member
81 #define get_chip(card) ((struct snd_at73c213 *)card->private_data) argument
708 struct snd_card *card; in snd_at73c213_mixer() local
878 static int snd_at73c213_dev_init(struct snd_card *card, in snd_at73c213_dev_init()
945 struct snd_card *card; in snd_at73c213_probe() local
1012 struct snd_card *card = dev_get_drvdata(&spi->dev); in snd_at73c213_remove() local
1085 struct snd_card *card = dev_get_drvdata(dev); in snd_at73c213_suspend() local
1097 struct snd_card *card = dev_get_drvdata(dev); in snd_at73c213_resume() local
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dasihpi.c110 struct snd_card *card; member
435 struct snd_card_asihpi *card = snd_pcm_substream_chip(substream); in snd_card_asihpi_pcm_hw_params() local
534 struct snd_card_asihpi *card; in snd_card_asihpi_pcm_int_start() local
549 struct snd_card_asihpi *card; in snd_card_asihpi_pcm_int_stop() local
563 struct snd_card_asihpi *card = snd_pcm_substream_chip(substream); in snd_card_asihpi_trigger() local
721 struct snd_card_asihpi *card = snd_pcm_substream_chip(substream); in snd_card_asihpi_timer_function() local
984 struct snd_card_asihpi *card = snd_pcm_substream_chip(substream); in snd_card_asihpi_playback_open() local
1158 struct snd_card_asihpi *card = snd_pcm_substream_chip(substream); in snd_card_asihpi_capture_open() local
1360 static inline int ctl_add(struct snd_card *card, struct snd_kcontrol_new *ctl, in ctl_add()
1518 struct snd_card *card = asihpi->card; in snd_asihpi_volume_add() local
[all …]
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dpoodle.c143 struct snd_soc_card *card = snd_kcontrol_chip(kcontrol); in poodle_set_jack() local
163 struct snd_soc_card *card = snd_kcontrol_chip(kcontrol); in poodle_set_spk() local
254 struct snd_soc_card *card = &poodle; in poodle_probe() local
H A Dspitz.c169 struct snd_soc_card *card = snd_kcontrol_chip(kcontrol); in spitz_set_jack() local
189 struct snd_soc_card *card = snd_kcontrol_chip(kcontrol); in spitz_set_spk() local
287 struct snd_soc_card *card = &snd_soc_spitz; in spitz_probe() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_sdio_mmc.c163 struct sdio_mmc_card *card; in woal_sdio_interrupt() local
193 struct sdio_mmc_card *card = NULL; in woal_sdio_probe() local
258 struct sdio_mmc_card *card; in woal_sdio_remove() local
879 struct sdio_mmc_card *card = handle->card; in woal_register_dev() local
966 struct sdio_mmc_card *card = (struct sdio_mmc_card *)handle->card; in woal_sdio_read_write_cmd52() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_sdio_mmc.c244 struct sdio_mmc_card *card; in woal_sdio_interrupt() local
288 static t_u16 woal_update_card_type(t_void *card) in woal_update_card_type()
462 struct sdio_mmc_card *card = NULL; in woal_sdio_probe() local
543 struct sdio_mmc_card *card; in woal_sdio_remove() local
1178 struct sdio_mmc_card *card = handle->card; in woal_sdiommc_unregister_dev() local
1214 struct sdio_mmc_card *card = handle->card; in woal_sdiommc_register_dev() local
1297 struct sdio_mmc_card *card = (struct sdio_mmc_card *)handle->card; in woal_sdio_read_write_cmd52() local
1350 struct sdio_mmc_card *card = (struct sdio_mmc_card *)handle->card; in woal_sdiommc_is_second_mac() local
1361 struct sdio_mmc_card *card = (struct sdio_mmc_card *)handle->card; in woal_sdiommc_get_fw_name() local
2476 struct sdio_mmc_card *card = handle->card; in woal_sdio_reset_hw() local
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dnocodec.c23 int link_num, struct snd_soc_card *card) in sof_nocodec_bes_setup()
86 struct snd_soc_card *card = &sof_nocodec_card; in sof_nocodec_probe() local
/OK3568_Linux_fs/kernel/drivers/net/can/sja1000/
H A Dems_pcmcia.c84 struct ems_pcmcia_card *card = dev_id; in ems_pcmcia_interrupt() local
133 struct ems_pcmcia_card *card = pdev->priv; in ems_pcmcia_del_card() local
165 struct ems_pcmcia_card *card; in ems_pcmcia_add_card() local
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dbells.c52 static int bells_set_bias_level(struct snd_soc_card *card, in bells_set_bias_level()
98 static int bells_set_bias_level_post(struct snd_soc_card *card, in bells_set_bias_level_post()
142 static int bells_late_probe(struct snd_soc_card *card) in bells_late_probe()
/OK3568_Linux_fs/kernel/sound/atmel/
H A Dac97c.c41 struct snd_card *card; member
57 #define get_chip(card) ((struct atmel_ac97c *)(card)->private_data) argument
701 struct snd_card *card; in atmel_ac97c_probe() local
824 struct snd_card *card = dev_get_drvdata(pdev); in atmel_ac97c_suspend() local
833 struct snd_card *card = dev_get_drvdata(pdev); in atmel_ac97c_resume() local
848 struct snd_card *card = platform_get_drvdata(pdev); in atmel_ac97c_remove() local
/OK3568_Linux_fs/kernel/sound/isa/opti9xx/
H A Dmiro.c706 static int snd_miro_mixer(struct snd_card *card, in snd_miro_mixer()
987 static void snd_miro_proc_init(struct snd_card *card, in snd_miro_proc_init()
1177 static int snd_card_miro_detect(struct snd_card *card, in snd_card_miro_detect()
1195 static int snd_card_miro_aci_detect(struct snd_card *card, in snd_card_miro_aci_detect()
1250 static void snd_card_miro_free(struct snd_card *card) in snd_card_miro_free()
1260 static int snd_miro_probe(struct snd_card *card) in snd_miro_probe()
1403 struct snd_card *card; in snd_miro_isa_probe() local
1505 struct pnp_card_link *card, in snd_card_miro_pnp()
1568 struct snd_card *card; in snd_miro_pnp_probe() local
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Drp2.c182 struct rp2_card *card; member
484 static int rp2_asic_interrupt(struct rp2_card *card, unsigned int asic_id) in rp2_asic_interrupt()
500 struct rp2_card *card = dev_id; in rp2_uart_interrupt() local
597 static void rp2_reset_asic(struct rp2_card *card, unsigned int asic_id) in rp2_reset_asic()
617 static void rp2_init_card(struct rp2_card *card) in rp2_init_card()
657 static void rp2_remove_ports(struct rp2_card *card) in rp2_remove_ports()
666 static int rp2_load_firmware(struct rp2_card *card, const struct firmware *fw) in rp2_load_firmware()
722 struct rp2_card *card; in rp2_probe() local
787 struct rp2_card *card = pci_get_drvdata(pdev); in rp2_remove() local

12345678910>>...34