Searched refs:verbs (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 4 enables direct userspace access to IB hardware via "verbs," as 7 To use the verbs, the libibverbs library, available from 67 and so on. Since the InfiniBand userspace verbs should be safe for
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | Makefile | 3 xprtrdma-y := transport.o rpc_rdma.o verbs.o \
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_realtek.c | 1085 .v.verbs = alc_gpio1_init_verbs, 1089 .v.verbs = alc_gpio2_init_verbs, 1093 .v.verbs = (const struct hda_verb[]) { 1131 .v.verbs = (const struct hda_verb[]) { 1140 .v.verbs = (const struct hda_verb[]) { 1613 .v.verbs = (const struct hda_verb[]) { 1621 .v.verbs = alc_gpio1_init_verbs, 1631 .v.verbs = (const struct hda_verb[]) { 2018 .v.verbs = (const struct hda_verb[]) { 2026 .v.verbs = (const struct hda_verb[]) { [all …]
|
D | hda_auto_parser.c | 781 v = snd_array_new(&codec->verbs); in snd_hda_add_verbs() 796 for (i = 0; i < codec->verbs.used; i++) { in snd_hda_apply_verbs() 797 struct hda_verb **v = snd_array_elem(&codec->verbs, i); in snd_hda_apply_verbs() 842 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in apply_fixup() 846 snd_hda_add_verbs(codec, fix->v.verbs); in apply_fixup()
|
D | patch_analog.c | 1068 .v.verbs = ad1884_dmic_init_verbs, 1078 .v.verbs = ad1884_dmic_init_verbs,
|
D | hda_codec.h | 316 struct snd_array verbs; member
|
D | Kconfig | 70 codec configuration, change the codec setup, add extra verbs,
|
D | patch_sigmatel.c | 1449 .v.verbs = (const struct hda_verb[]) { 2696 .v.verbs = hp_bnb13_eq_verbs, 3880 .v.verbs = d965_core_init, 4223 .v.verbs = (const struct hda_verb[]) {
|
D | patch_conexant.c | 717 .v.verbs = (const struct hda_verb[]) {
|
D | patch_cirrus.c | 551 .v.verbs = (const struct hda_verb[]) {
|
D | hda_local.h | 369 const struct hda_verb *verbs; member
|
D | hda_codec.c | 933 snd_array_free(&codec->verbs); in snd_hda_codec_cleanup_for_unbind() 1050 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_new()
|
/linux-4.1.27/drivers/infiniband/ |
D | Kconfig | 25 tristate "InfiniBand userspace access (verbs and CM)" 29 kernel side of userspace verbs and the userspace
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | Kconfig | 7 including InfiniBand verbs support. This driver allows these
|
/linux-4.1.27/drivers/infiniband/core/ |
D | Makefile | 11 ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 290 codec verbs to the device. Some tools are available: hda-emu and 380 The extra verbs to execute at initialization. You can add a verb by 407 specified codec, and clear all init verbs and hints. 762 Although you can issue any verbs with this program, the driver state
|
D | hda_codec.txt | 113 For writing a sequence of verbs, use snd_hda_sequence_write().
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 3075 128 = /dev/infiniband/uverbs0 First InfiniBand verbs device 3076 129 = /dev/infiniband/uverbs1 Second InfiniBand verbs device 3078 159 = /dev/infiniband/uverbs31 31st InfiniBand verbs device
|