Searched refs:comp (Results 1 – 2 of 2) sorted by relevance
| /include/ |
| A D | image.h | 343 uint8_t comp, type, os; /* compression, type of image, os type */ member 485 const char *genimg_get_os_short_name(uint8_t comp); 523 const char *genimg_get_comp_name(uint8_t comp); 531 const char *genimg_get_comp_short_name(uint8_t comp); 866 image_get_hdr_b(comp) /* image_get_comp */ 925 image_set_hdr_b(comp) /* image_set_comp */ 1012 int image_decomp(int comp, ulong load, ulong image_start, int type, 1162 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp); 1358 int fit_image_check_comp(const void *fit, int noffset, uint8_t comp);
|
| /include/linux/usb/ |
| A D | ch9.h | 668 usb_ss_max_streams(const struct usb_ss_ep_comp_descriptor *comp) in usb_ss_max_streams() argument 672 if (!comp) in usb_ss_max_streams() 675 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
|
Completed in 11 milliseconds