Searched refs:verbs (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/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.4.14/net/sunrpc/xprtrdma/ |
D | Makefile | 3 rpcrdma-y := transport.o rpc_rdma.o verbs.o \
|
/linux-4.4.14/drivers/infiniband/ |
D | Kconfig | 25 tristate "InfiniBand userspace access (verbs and CM)" 29 kernel side of userspace verbs and the userspace
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_realtek.c | 1093 .v.verbs = alc_gpio1_init_verbs, 1097 .v.verbs = alc_gpio2_init_verbs, 1101 .v.verbs = (const struct hda_verb[]) { 1139 .v.verbs = (const struct hda_verb[]) { 1148 .v.verbs = (const struct hda_verb[]) { 1619 .v.verbs = (const struct hda_verb[]) { 1627 .v.verbs = alc_gpio1_init_verbs, 1637 .v.verbs = (const struct hda_verb[]) { 2023 .v.verbs = (const struct hda_verb[]) { 2031 .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 | 1067 .v.verbs = ad1884_dmic_init_verbs, 1077 .v.verbs = ad1884_dmic_init_verbs,
|
D | hda_codec.h | 289 struct snd_array verbs; member
|
D | Kconfig | 54 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 | 565 .v.verbs = (const struct hda_verb[]) {
|
D | hda_local.h | 369 const struct hda_verb *verbs; member
|
D | hda_codec.c | 728 snd_array_free(&codec->verbs); in snd_hda_codec_cleanup_for_unbind() 847 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_new()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | Makefile | 13 uc.o ud.o user_pages.o user_sdma.o verbs_mcast.o verbs.o
|
D | Kconfig | 20 For verbs RC/UC
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | Kconfig | 7 including InfiniBand verbs support. This driver allows these
|
/linux-4.4.14/drivers/infiniband/core/ |
D | Makefile | 11 ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
|
/linux-4.4.14/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
|
/linux-4.4.14/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
|