代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/316872/3599469
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/316872/3600753
h leds.h
/*
* linux/include/asm-arm/leds.h
*
* Copyright (C) 1998 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li
www.eeworm.com/read/315325/3621855
c leds.c
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPB7_out (1
www.eeworm.com/read/315325/3621859
s leds.s
leds: file format binary
Disassembly of section .data:
00000000 :
0: e59d0000 ldr r0, [sp]
4: e28d1004 add r1, sp, #4 ; 0x4
8: eb00000d bl 0x44
c: eafffffe b 0xc
10: e1
www.eeworm.com/read/306946/3730840
c leds.c
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPB7_out (1
www.eeworm.com/read/306946/3730844
s leds.s
leds: file format binary
Disassembly of section .data:
00000000 :
0: e59d0000 ldr r0, [sp]
4: e28d1004 add r1, sp, #4 ; 0x4
8: eb00000d bl 0x44
c: eafffffe b 0xc
10: e1
www.eeworm.com/read/294038/3921322
c leds.c
/*
* linux/arch/arm/mach-integrator/leds.c
*
* Integrator LED control routines
*
* Copyright (C) 1999 ARM Limited
* Copyright (C) 2000 Deep Blue Solutions Ltd
*
* This program is free soft
www.eeworm.com/read/294038/3921328
c leds.c
/*
* arch/arm/kernel/leds-shark.c
* by Alexander Schulz
*
* derived from:
* arch/arm/kernel/leds-footbridge.c
* Copyright (C) 1998-1999 Russell King
*
* DIGITAL Shark LED control routines.
*
www.eeworm.com/read/294038/3921333
h leds.h
extern void assabet_leds_event(led_event_t evt);
extern void brutus_leds_event(led_event_t evt);
extern void cerf_leds_event(led_event_t evt);
extern void flexanet_leds_event(led_event_t evt);
extern
www.eeworm.com/read/294038/3921363
c leds.c
/*
* linux/arch/arm/mach-sa1100/leds.c
*
* SA1100 LEDs dispatcher
*
* Copyright (C) 2001 Nicolas Pitre
*/
#include
#include
#include
#include