Searched refs:HDF_MINOR_START (Results 1 – 1 of 1) sorted by relevance
31 #define HDF_MINOR_START 0 macro96 ret = alloc_chrdev_region(&g_hdfDevt, HDF_MINOR_START, HDF_MAX_CHAR_DEVICES, "hdf"); in HdfClassInit()122 devMinor = ida_simple_get(&hdf_vnode_ids, HDF_MINOR_START, HDF_MAX_CHAR_DEVICES, GFP_KERNEL); in RegisterDev()