Home
last modified time | relevance | path

Searched refs:aim (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/staging/most/
DMakefile2 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/
DKconfig17 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/
Dnetworking.c79 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/
Dcore.c1415 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 …]
Dmostcore.h309 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/
DMakefile4 ccflags-y += -Idrivers/staging/most/aim-network/
/linux-4.4.14/drivers/staging/most/hdm-dim2/
DMakefile5 ccflags-y += -Idrivers/staging/most/aim-network/
/linux-4.4.14/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt9 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/
Dx25.txt4 write an X.25 implementation for Linux. My aim is to provide a complete X.25
Dscaling.txt289 CPU. These rules aim to ensure that a flow only moves to a new CPU when
/linux-4.4.14/drivers/staging/iio/Documentation/
Doverview.txt8 The aim is to fill the gap between the somewhat similar hwmon and
/linux-4.4.14/Documentation/leds/
Dleds-class.txt37 and the aim is to keep a small amount of code giving as much functionality
/linux-4.4.14/sound/pci/ctxfi/
Dcthw20k2.c766 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()
Dcthw20k1.c790 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/
Dbalance38 at init time how many free pages we should aim for while balancing any
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt14 But please note that here, only the call paths are illustrated, with the aim
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt4 The main aim of CFQ scheduler is to provide a fair allocation of the disk
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt399 This is done by hwahc_op_urb_[en|de]queue(). In enqueue() we aim an
/linux-4.4.14/Documentation/hwmon/
Dsysfs-interface22 For this reason, even if we aim at a chip-independent libsensors, it will
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt189 kernel should be documented in great detail. This is the aim of this
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt439 unless you explicitly aim at being backward compatible.