Searched refs:level (Results 1 - 25 of 29) sorted by relevance

12

/openwrt/target/linux/ar71xx/files/drivers/leds/
H A Dleds-rb750.c44 int level; local
46 level = (value == LED_OFF) ? 0 : 1;
47 level ^= rbled->active_low;
49 if (level)
H A Dleds-nu801.c34 enum led_brightness level; member in struct:led_nu801_led_data
62 brightness = led->level << 8; /* To do: gamma correction */
93 if (led_dat->level != value) {
94 led_dat->level = value;
121 led->level = brightness;
/openwrt/package/libs/libnftnl/
H A DMakefile28 TITLE:=Low-level netlink library for the nf_tables subsystem
33 libnftnl is a userspace library providing a low-level netlink
/openwrt/docs/
H A Ddebugging.tex15 3.3V (TTL level), you will need a level shifter such as a Maxim MAX232
16 to change the level from 3.3V to your computer level which is usually
26 at 3.3V and connected to the supply layer, TX is also at 3.3V level
36 Once found, just interface your level shifter with the device and the
/openwrt/package/libs/libnfnetlink/
H A DMakefile32 TITLE:=A low-level library for netfilter related kernel/userspace communication
37 libnfnetlink is is the low-level library for netfilter related kernel/userspace communication.
/openwrt/package/libs/libpcap/
H A DMakefile31 TITLE:=Low-level packet capture library
37 This package contains a system-independent library for user-level network packet
/openwrt/scripts/
H A Dcheckpatch.pl176 print "Must be run from the top-level dir. of a OpenWrt tree\n";
636 my $level = 0;
665 if ($level == 0 && substr($blk, $off) =~ /^.\s*#\s*define/) {
666 $level++;
674 #warn "CSB: c<$c> type<$type> level<$level> remainder<$remainder> coff_set<$coff_set>\n";
678 push(@stack, [ $type, $level ]);
680 ($type, $level) = @{$stack[$#stack - 1]};
682 ($type, $level) = @{pop(@stack)};
686 # outermost level
[all...]
H A Dmetadata.pl872 my $level = shift;
880 if ($pkg->{licensefiles} && $level == 0) {
884 if ($level == 1) {
/openwrt/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/
H A Dgpio.c97 static int cns3xxx_gpio_direction_output(struct gpio_chip *chip, unsigned pin, int level) argument
104 if (level)
115 int level)
120 if (level)
114 cns3xxx_gpio_set(struct gpio_chip *chip, unsigned pin, int level) argument
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_arc4.c75 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
77 #define DPRINTF(level, format, args...)
H A Difxmips_md5_hmac.c74 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
76 #define DPRINTF(level, format, args...)
96 * \brief perform dword level endian swap
H A Difxmips_md5.c75 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
77 #define DPRINTF(level, format, args...)
91 * \brief perform dword level endian swap
H A Difxmips_sha1_hmac.c76 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
78 #define DPRINTF(level, format, args...)
H A Difxmips_sha1.c76 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
78 #define DPRINTF(level, format, args...)
H A Difxmips_des.c82 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
84 #define DPRINTF(level, format, args...)
H A Difxmips_async_aes.c96 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
98 #define DPRINTF(level, format, args...)
H A Difxmips_async_des.c85 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
87 #define DPRINTF(level, format, args...)
H A Difxmips_aes.c92 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
94 #define DPRINTF(level, format, args...)
/openwrt/package/network/utils/dante/
H A DMakefile50 Dante is a circuit-level firewall/proxy that can be used to provide convenient
/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_plat.h1110 /*! \brief When debug level has the DBG_CIL bit set, display CIL Debug messages. */
1112 /*! \brief When debug level has the DBG_CILV bit set, display CIL Verbose debug messages */
1114 /*! \brief When debug level has the DBG_PCD bit set, display PCD (Device) debug messages */
1116 /*! \brief When debug level has the DBG_PCDV set, display PCD (Device) Verbose debug messages */
1118 /*! \brief When debug level has the DBG_HCD bit set, display Host debug messages */
1120 /*! \brief When debug level has the DBG_HCDV bit set, display Verbose Host debug messages */
1122 /*! \brief When debug level has the DBG_HCD_URB bit set, display enqueued URBs in host mode. */
1124 /*! \brief When debug level has any bit set, display debug messages */
1136 \param _new 32-bit mask of debug level.
1137 \return previous debug level
[all...]
/openwrt/package/kernel/linux/modules/
H A Dwpan.mk47 only PHY level of IEEE 802.15.4 standard).
H A Dblock.mk275 You will need to select at least one RAID level module below.
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c864 * in the tree. 0 means only the level 0 tnode is in the tree.
867 /* FindLevel0Tnode finds the level 0 tnode, if one exists. */
875 int level = file_struct->top_level; local
879 /* Check sane level and chunk Id */
880 if (level < 0 || level > YAFFS_TNODES_MAX_LEVEL)
898 /* Traverse down to level 0 */
899 while (level > 0 && tn) {
902 (level - 1) *
905 level
1271 yaffs_soft_del_worker(struct yaffs_obj *in, struct yaffs_tnode *tn, u32 level, int chunk_offset) argument
1766 yaffs_prune_worker(struct yaffs_dev *dev, struct yaffs_tnode *tn, u32 level, int del0) argument
[all...]
H A Dyaffs_yaffs2.c446 struct yaffs_tnode *tn, u32 level,
457 if (level > 0) {
463 level - 1,
514 /* Read level 0 tnode */
445 yaffs2_checkpt_tnode_worker(struct yaffs_obj *in, struct yaffs_tnode *tn, u32 level, int chunk_offset) argument
/openwrt/tools/firmware-utils/src/
H A Dmkmylofw.c194 dbgmsg(int level, const char *fmt, ...) argument
197 if (verblevel >= level) {

Completed in 102 milliseconds

12