Searched refs:create_card (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/soc/sunxi/ |
H A D | sun4i-codec.c | 1580 struct snd_soc_card * (*create_card)(struct device *dev); member 1590 .create_card = sun4i_codec_create_card, 1599 .create_card = sun6i_codec_create_card, 1609 .create_card = sun4i_codec_create_card, 1618 .create_card = sun8i_a23_codec_create_card, 1633 .create_card = sun8i_h3_codec_create_card, 1647 .create_card = sun8i_v3s_codec_create_card, 1803 card = quirks->create_card(&pdev->dev); in sun4i_codec_probe()
|
/openbmc/linux/drivers/most/ |
H A D | configfs.c | 515 bool create_card; member 555 snd_grp->create_card = tmp; in most_snd_grp_create_card_store() 559 CONFIGFS_ATTR_WO(most_snd_grp_, create_card); 603 if (!most->create_card) { in most_sound_make_group()
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | device.c | 390 static int create_card(struct usb_device *usb_dev, in create_card() function 518 ret = create_card(usb_dev, intf, &card); in snd_probe()
|
/openbmc/linux/drivers/staging/most/Documentation/ |
H A D | driver_usage.txt | 172 - create_card 182 by writing '1' to the create_card attribute.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-most | 183 create_card
|