/linux-4.4.14/drivers/staging/most/ |
D | Makefile | 2 obj-$(CONFIG_AIM_CDEV) += aim-cdev/ 3 obj-$(CONFIG_AIM_NETWORK) += aim-network/ 4 obj-$(CONFIG_AIM_SOUND) += aim-sound/ 5 obj-$(CONFIG_AIM_V4L2) += aim-v4l2/
|
D | Kconfig | 17 source "drivers/staging/most/aim-cdev/Kconfig" 19 source "drivers/staging/most/aim-network/Kconfig" 21 source "drivers/staging/most/aim-sound/Kconfig" 23 source "drivers/staging/most/aim-v4l2/Kconfig"
|
/linux-4.4.14/drivers/staging/most/aim-network/ |
D | networking.c | 79 static struct most_aim aim; variable 194 if (most_start_channel(nd->iface, nd->rx.ch_id, &aim)) { in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &aim)) { in most_nd_open() 201 most_stop_channel(nd->iface, nd->rx.ch_id, &aim); in most_nd_open() 227 most_stop_channel(nd->iface, nd->rx.ch_id, &aim); in most_nd_stop() 228 most_stop_channel(nd->iface, nd->tx.ch_id, &aim); in most_nd_stop() 244 mbo = most_get_mbo(nd->iface, nd->tx.ch_id, &aim); in most_nd_start_xmit() 494 static struct most_aim aim = { variable 506 return most_register_aim(&aim); in most_net_init() 527 most_deregister_aim(&aim); in most_net_exit()
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | core.c | 1415 struct most_aim *aim) in most_get_mbo() argument 1427 ((aim == c->aim0.ptr && c->aim0.num_buffers <= 0) || in most_get_mbo() 1428 (aim == c->aim1.ptr && c->aim1.num_buffers <= 0))) in most_get_mbo() 1431 if (aim == c->aim0.ptr) in most_get_mbo() 1433 else if (aim == c->aim1.ptr) in most_get_mbo() 1531 struct most_aim *aim) in most_start_channel() argument 1582 if (aim == c->aim0.ptr) in most_start_channel() 1584 if (aim == c->aim1.ptr) in most_start_channel() 1604 struct most_aim *aim) in most_stop_channel() argument 1661 if (aim == c->aim0.ptr) in most_stop_channel() [all …]
|
D | mostcore.h | 309 int most_register_aim(struct most_aim *aim); 310 int most_deregister_aim(struct most_aim *aim);
|
/linux-4.4.14/drivers/staging/most/hdm-usb/ |
D | Makefile | 4 ccflags-y += -Idrivers/staging/most/aim-network/
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | Makefile | 5 ccflags-y += -Idrivers/staging/most/aim-network/
|
/linux-4.4.14/drivers/staging/most/Documentation/ABI/ |
D | sysfs-class-most.txt | 9 What: /sys/class/most/mostcore/aims/<aim>/add_link 18 What: /sys/class/most/mostcore/aims/<aim>/remove_link
|
/linux-4.4.14/Documentation/networking/ |
D | x25.txt | 4 write an X.25 implementation for Linux. My aim is to provide a complete X.25
|
D | scaling.txt | 289 CPU. These rules aim to ensure that a flow only moves to a new CPU when
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | overview.txt | 8 The aim is to fill the gap between the somewhat similar hwmon and
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 37 and the aim is to keep a small amount of code giving as much functionality
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthw20k2.c | 766 unsigned int aim; member 1040 set_field(&ctl->daoimap.aim, AIM_ARC, slot); in daio_mgr_set_imaparc() 1049 set_field(&ctl->daoimap.aim, AIM_NXT, next); in daio_mgr_set_imapnxt() 1083 ctl->daoimap.aim); in daio_mgr_commit_write()
|
D | cthw20k1.c | 790 unsigned int aim; member 1085 set_field(&ctl->daoimap.aim, AIM_ARC, slot); in daio_mgr_set_imaparc() 1094 set_field(&ctl->daoimap.aim, AIM_NXT, next); in daio_mgr_set_imapnxt() 1142 ctl->daoimap.aim); in daio_mgr_commit_write()
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 38 at init time how many free pages we should aim for while balancing any
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 14 But please note that here, only the call paths are illustrated, with the aim
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 4 The main aim of CFQ scheduler is to provide a fair allocation of the disk
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 399 This is done by hwahc_op_urb_[en|de]queue(). In enqueue() we aim an
|
/linux-4.4.14/Documentation/hwmon/ |
D | sysfs-interface | 22 For this reason, even if we aim at a chip-independent libsensors, it will
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 189 kernel should be documented in great detail. This is the aim of this
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 439 unless you explicitly aim at being backward compatible.
|