代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/393286/2477194
h leds.h
/*
* include/asm-arm/arch-imx/leds.h
*
* Copyright (c) 2004 Sascha Hauer
*
* blinky lights for IMX-based systems
*
*/
extern void mx1ads_leds_event(led_event_t evt);
www.eeworm.com/read/393286/2477199
c leds.c
/*
* linux/arch/arm/mach-imx/leds.h
*
* Copyright (C) 2004 Sascha Hauer
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/393286/2477283
h leds.h
/*
* include/asm-arm/arch-pxa/leds.h
*
* Copyright (c) 2001 Jeff Sutherland, Accelent Systems Inc.
*
* blinky lights for various PXA-based systems:
*
*/
extern void idp_leds_event(led_event_t
www.eeworm.com/read/393286/2477300
c leds.c
/*
* linux/arch/arm/mach-pxa/leds.c
*
* xscale LEDs dispatcher
*
* Copyright (C) 2001 Nicolas Pitre
*
* Copyright (c) 2001 Jeff Sutherland, Accelent Systems Inc.
*/
#include
www.eeworm.com/read/393286/2477492
c leds.c
#include
#include
#include
void sun3_leds(unsigned char byte)
{
unsigned char dfc;
GET_DFC(dfc);
SET_DFC(FC_CONTROL);
SET_CONTROL_BYTE(AC_LEDS,
www.eeworm.com/read/393286/2483863
h leds.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* Copyright (C) 2000-20
www.eeworm.com/read/389879/2533853
h leds.h
#ifndef B43_LEDS_H_
#define B43_LEDS_H_
struct b43_wldev;
#ifdef CONFIG_B43_LEDS
#include
#include
#define B43_LED_MAX_NAME_LEN 31
struct b43_led {
struct b43_wld
www.eeworm.com/read/389879/2533865
c leds.c
/*
Broadcom B43 wireless driver
LED control
Copyright (c) 2005 Martin Langer ,
Copyright (c) 2005 Stefano Brivio
Copyright (c) 2005-2007 Michael Bues
www.eeworm.com/read/389879/2533919
h leds.h
#ifndef B43legacy_LEDS_H_
#define B43legacy_LEDS_H_
#include
#include
struct b43legacy_led {
u8 behaviour;
bool activelow;
/* Index in the "leds" array in b43lega
www.eeworm.com/read/389879/2533932
c leds.c
/*
Broadcom B43legacy wireless driver
Copyright (c) 2005 Martin Langer ,
Stefano Brivio
Michael Buesch
Danny van Dyk