/linux-3.3/arch/arm/mach-mv78xx0/ |
D | addr-map.c | 81 int maj, int min) in mv78xx0_setup_pcie_io_win() 88 int maj, int min) in mv78xx0_setup_pcie_mem_win()
|
D | pcie.c | 21 u8 maj; member 280 static void __init add_pcie_port(int maj, int min, unsigned long base) in add_pcie_port()
|
/linux-3.3/sound/pci/asihpi/ |
D | hpi_version.h | 23 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
/linux-3.3/drivers/net/ethernet/neterion/vxge/ |
D | vxge-version.h | 23 #define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld)) argument
|
D | vxge-main.c | 4143 u32 maj, min, bld, cmaj, cmin, cbld; in vxge_fw_upgrade() local 4211 u32 maj, min, bld; in vxge_probe_fw_update() local
|
/linux-3.3/drivers/block/aoe/ |
D | aoedev.c | 23 aoedev_by_aoeaddr(int maj, int min) in aoedev_by_aoeaddr()
|
/linux-3.3/usr/ |
D | gen_init_cpio.c | 241 unsigned int maj, unsigned int min) in cpio_mknod() 280 unsigned int maj; in cpio_mknod_line() local
|
/linux-3.3/fs/hostfs/ |
D | hostfs.h | 61 unsigned int maj; member
|
/linux-3.3/init/ |
D | do_mounts.c | 194 unsigned maj, min; in name_to_dev_t() local
|
/linux-3.3/arch/powerpc/kernel/ |
D | setup-common.c | 206 unsigned short maj; in show_cpuinfo() local
|
/linux-3.3/arch/powerpc/math-emu/ |
D | math_efp.c | 735 u32 pvr, maj, min; in spe_mathemu_init() local
|
/linux-3.3/security/ |
D | device_cgroup.c | 255 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_read() local
|
/linux-3.3/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 419 u8 maj; /* 0 */ member 446 u8 maj; /* 0 */ member 530 u8 maj; /* 0 */ member
|
D | aic94xx_hwi.h | 57 u8 maj; member
|
/linux-3.3/kernel/power/ |
D | hibernate.c | 938 unsigned int maj, min; in resume_store() local
|
/linux-3.3/sound/core/ |
D | compress_offload.c | 80 int maj = imajor(inode); in snd_compr_open() local
|
D | rawmidi.c | 351 int maj = imajor(inode); in snd_rawmidi_open() local
|
/linux-3.3/drivers/block/ |
D | cpqarray.c | 47 #define SMART2_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin)) argument
|
D | cciss.c | 58 #define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin)) argument
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_edid.c | 38 #define version_greater(edid, maj, min) \ argument
|
/linux-3.3/drivers/gpu/drm/savage/ |
D | savage_drv.h | 448 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument
|
/linux-3.3/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.c | 3443 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_generic()
|
/linux-3.3/net/rds/ |
D | rds.h | 21 #define RDS_PROTOCOL(maj, min) (((maj) << 8) | min) argument
|
/linux-3.3/include/linux/ |
D | pkt_sched.h | 70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) argument
|
/linux-3.3/include/drm/ |
D | drmP.h | 260 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|