Searched refs:component_bitmap (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/pldmfw/
H A Dpldmfw.c356 record->component_bitmap = bitmap_zalloc(record->component_bitmap_len,
358 if (!record->component_bitmap)
362 bitmap_set_value8(record->component_bitmap, bitmap_ptr[i], i * 8);
560 if (record->component_bitmap) {
561 bitmap_free(record->component_bitmap);
562 record->component_bitmap = NULL;
739 unsigned long *bitmap = data->matching_record->component_bitmap;
781 unsigned long *bitmap = data->matching_record->component_bitmap;
/linux-master/include/linux/
H A Dpldmfw.h40 unsigned long *component_bitmap; member in struct:pldmfw_record

Completed in 113 milliseconds