代码搜索:DEV

找到约 10,000 项符合「DEV」的源代码

代码结果 10,000
www.eeworm.com/read/152843/5665801

serial_uart

The SA1100 serial port had its major/minor numbers officially assigned: > Date: Sun, 24 Sep 2000 21:40:27 -0700 > From: H. Peter Anvin > To: Nicolas Pitre > Cc: Dev
www.eeworm.com/read/152843/5665902

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev done # s
www.eeworm.com/read/149015/5704178

mcp rtosdemo2.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=D:\DevTools\mcc18\h;e:\dev\freertos\demo\common\include;e:
www.eeworm.com/read/149015/5704182

mcp rtosdemo3.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=D:\DevTools\mcc18\h;e:\dev\freertos\demo\common\include;e:
www.eeworm.com/read/149015/5704183

mcp rtosdemo1.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=D:\DevTools\mcc18\h;e:\dev\freertos\demo\common\include;e:
www.eeworm.com/read/148525/5713941

tpl devmacro.tpl

@dnl /*************************************************************************** @dnl * @dnl * Copyright (c) 1995 MICROTEC RESEARCH INC. @dnl * @dnl * All rights reserved. MICROTEC's so
www.eeworm.com/read/148152/5718048

c saa7146_fops.c

#include #define BOARD_CAN_DO_VBI(dev) (dev->revision != 0 && dev->vv_data->vbi_minor != -1) /****************************************************************************/ /*
www.eeworm.com/read/147766/5720968

c pci.c

/* * Copyright (C) 2001 Broadcom Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the
www.eeworm.com/read/147766/5721139

c pci_fixup.c

/* * FILE NAME * arch/mips/vr41xx/zao-capcella/pci_fixup.c * * BRIEF MODULE DESCRIPTION * The ZAO Networks Capcella specific PCI fixups. * * Copyright 2002 Yoichi Yuasa * yuasa@
www.eeworm.com/read/147766/5722793

c ccio-dma.c

/* ** ccio-dma.c: ** DMA management routines for first generation cache-coherent machines. ** Program U2/Uturn in "Virtual Mode" and use the I/O MMU. ** ** (c) Copyright 2000 Grant Grundler ** (c) Cop