Searched refs:foreign_endian (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | offb.c | 392 int foreign_endian, struct device_node *dp) in offb_init_fb() 517 info->flags = FBINFO_DEFAULT | FBINFO_MISC_FIRMWARE | foreign_endian; in offb_init_fb() 547 int foreign_endian = 0; in offb_init_nodriver() local 551 foreign_endian = FBINFO_FOREIGN_ENDIAN; in offb_init_nodriver() 554 foreign_endian = FBINFO_FOREIGN_ENDIAN; in offb_init_nodriver() 655 foreign_endian, no_real_node ? NULL : dp); in offb_init_nodriver() 389 offb_init_fb(const char *name, int width, int height, int depth, int pitch, unsigned long address, int foreign_endian, struct device_node *dp) offb_init_fb() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | offb.c | 395 int foreign_endian, struct device_node *dp) in offb_init_fb() 515 info->flags = foreign_endian; in offb_init_fb() 547 int foreign_endian = 0; in offb_init_nodriver() local 551 foreign_endian = FBINFO_FOREIGN_ENDIAN; in offb_init_nodriver() 554 foreign_endian = FBINFO_FOREIGN_ENDIAN; in offb_init_nodriver() 655 foreign_endian, no_real_node ? NULL : dp); in offb_init_nodriver() 392 offb_init_fb(struct platform_device *parent, const char *name, int width, int height, int depth, int pitch, unsigned long address, int foreign_endian, struct device_node *dp) offb_init_fb() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbmem.c | 906 const bool foreign_endian = fi->flags & FBINFO_FOREIGN_ENDIAN; in fb_check_foreignness() local 911 fi->flags |= foreign_endian ? 0 : FBINFO_BE_MATH; in fb_check_foreignness() 913 fi->flags |= foreign_endian ? FBINFO_BE_MATH : 0; in fb_check_foreignness()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmem.c | 1516 const bool foreign_endian = fi->flags & FBINFO_FOREIGN_ENDIAN; in fb_check_foreignness() local 1521 fi->flags |= foreign_endian ? 0 : FBINFO_BE_MATH; in fb_check_foreignness() 1523 fi->flags |= foreign_endian ? FBINFO_BE_MATH : 0; in fb_check_foreignness()
|
Completed in 7 milliseconds