Searched refs:can (Results 1 - 25 of 1151) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A DMakefile5 obj-$(CONFIG_CAN) += can.o
6 can-objs := af_can.o proc.o
8 obj-$(CONFIG_CAN_RAW) += can-raw.o
9 can-raw-objs := raw.o
11 obj-$(CONFIG_CAN_BCM) += can-bcm.o
12 can-bcm-objs := bcm.o
H A Daf_can.h49 #include <linux/can.h>
76 /* can be reset e.g. by can_init_stats() */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/can/
H A Draw.h2 * linux/can/raw.h
18 #include <linux/can.h>
H A Ddev.h2 * linux/can/dev.h
17 #include <linux/can.h>
18 #include <linux/can/netlink.h>
19 #include <linux/can/error.h>
H A Dcore.h2 * linux/can/core.h
18 #include <linux/can.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-canonicalize-lgpl.sh6 tmpfiles="$tmpfiles t-can-lgpl.tmp ise"
7 mkdir t-can-lgpl.tmp
8 ln -s t-can-lgpl.tmp/ket ise \
13 (cd t-can-lgpl.tmp \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf5 policy so that a particular user can own a service, and other
6 connections can get messages from it -->
8 <!-- Only root can own the FooService service, and
9 this user can only send the one kind of message -->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A DMakefile7 obj-$(CONFIG_CAN_DEV) += can-dev.o
8 can-dev-y := dev.o
H A Dbfin_can.c21 #include <linux/can/dev.h>
22 #include <linux/can/error.h>
32 * bfin can private data
35 struct can_priv can; /* must be the first member */ member in struct:bfin_can_priv
45 * bfin can timing parameters
55 * Although the BRP field can be set to any value, it is recommended
68 struct can_bittiming *bt = &priv->can.bittiming;
79 if (priv->can.ctrlmode & CAN_CTRLMODE_3_SAMPLES)
103 /* reset can and enter configuration mode */
151 priv->can
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstyles.tex15 created. The symbols are defined in such a way that they can be combined in a `bit-list' using the
23 for the window. Most windows can use the generic styles listed for \helpref{wxWindow}{wxwindow} in
H A Dhtmlfilt.tex6 \helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage} can load not
H A Dtgrid.tex26 // We can set the sizes of individual rows and columns
34 // We can specify that some cells are read-only
38 // Colours can be specified for grid cell contents
43 // We can specify the some cells will store numeric
H A Dtimaglst.tex7 so that they can be referenced by integer index instead of by
H A Dwxpalm.tex5 wxWidgets version 2.5.4 or higher. wxPalmOS can be compiled
H A Dfltinstr.tex6 A filter stream has the capability of a normal stream but it can be placed on top
7 of another stream. So, for example, it can uncompress or decrypt the data which are read
H A Dfltoutst.tex7 stream but it can be placed on top of another stream. So, for example, it
8 can compress, encrypt the data which are passed to it and write them to another
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/mscan/
H A Dmscan.c9 * This program is free software; you can redistribute it and/or modify
31 #include <linux/can/dev.h>
32 #include <linux/can/error.h>
102 priv->can.state = CAN_STATE_SLEEPING;
115 priv->can.state = CAN_STATE_STOPPED;
132 priv->can.state = CAN_STATE_ERROR_ACTIVE;
166 priv->can.state = state_map[max(MSCAN_STATE_RX(canrflg),
183 priv->can.state = CAN_STATE_ERROR_ACTIVE;
190 if (priv->can.state <= CAN_STATE_BUS_OFF)
295 enum can_state state, old_state = priv->can
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf6 <!-- Only root or user admin can own the Avahi service -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf6 <!-- Only root or user root can own the Avahi service -->
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Davahi-dbus.conf6 <!-- Only root or user admin can own the Avahi service -->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/sja1000/
H A Dsja1000.c63 #include <linux/can/dev.h>
64 #include <linux/can/error.h>
124 priv->can.state = CAN_STATE_STOPPED;
145 priv->can.state = CAN_STATE_ERROR_ACTIVE;
147 if (priv->can.ctrlmode & CAN_CTRLMODE_BERR_REPORTING)
169 if (priv->can.state != CAN_STATE_STOPPED)
205 struct can_bittiming *bt = &priv->can.bittiming;
211 if (priv->can.ctrlmode & CAN_CTRLMODE_3_SAMPLES)
267 * [ can-id ] [flags] [len] [can dat
[all...]
H A Dsja1000.h50 #include <linux/can/dev.h>
51 #include <linux/can/platform/sja1000.h>
155 struct can_priv can; /* must be the first member */ member in struct:sja1000_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S6 ## due to a bug/feature we can only trust the 256 first bytes. So this
18 ## The bootrom also incorrectly assumes that it can read the flash
21 ## can't trust more than the first 256 bytes.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dchecksyscalls.sh170 /* these can be expressed using other calls */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Ddebug-macro.S8 * This program is free software; you can redistribute it and/or modify
23 @ We assume r1 can be clobbered.
40 @ if all ports are inactive, then there is nothing we can do

Completed in 392 milliseconds

1234567891011>>