代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

bus.c

/* * arch/sh/kernel/cpu/bus.c * * Virtual bus for SuperH. * * Copyright (C) 2004 Paul Mundt * * Shamelessly cloned from arch/arm/mach-omap/bus.c, which was written * by: * * Copyright (C)

makefile-bus

# # Makefile for X86_64 specific PCI routines # # Reuse the i386 PCI subsystem # CFLAGS += -I arch/i386/pci obj-y := i386.o obj-$(CONFIG_PCI_DIRECT)+= direct.o obj-y += fixup.o obj-$(CONFIG_ACPI_PC

bus.c

/* * USB Serial Converter Bus specific functions * * Copyright (C) 2002 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or * modify it under th

bus.c

/* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory * FILE: hal/halx86/generic/bus.c * PURPOSE: Bus Support Routines * PROGRA

bus.h

#ifndef __INTERNAL_HAL_BUS_H #define __INTERNAL_HAL_BUS_H // // Helper Macros // #define PASTE2(x,y) x ## y #define POINTER_TO_(x)

bus.h

/* $Id: bus.h,v 1.7 2003/06/11 13:33:10 pefo Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom. All rights reserved. * Copyright (c) 1996 Niklas Hallqvist. All rights reserved. * * Redistribution

bus.h

/* $OpenBSD: bus.h,v 1.6 2000/02/03 05:44:09 rahnds Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom. All rights reserved. * Copyright (c) 1996 Niklas Hallqvist. All rights reserved. * * Redistr

bus.h

/* $OpenBSD: bus.h,v 1.33 2002/03/14 01:26:33 millert Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights r

bus.java

/* * $Id: Bus.java,v 1.1 2003/11/25 11:41:30 epr Exp $ */ package org.jnode.driver; /** * A software representation of a hardware bus that has * devices connected to it. * * @see org.

bus.c

/* $Id: bus.c 21261 2006-03-08 23:26:25Z audit $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/bus.c * PUR