Home
last modified time | relevance | path

Searched defs:setup_header (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h24 struct setup_header { struct
25 __u8 setup_sects;
26 __u16 root_flags;
27 __u32 syssize;
28 __u16 ram_size;
32 __u16 vid_mode;
33 __u16 root_dev;
34 __u16 boot_flag;
35 __u16 jump;
36 __u32 header;
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h65 struct setup_header { struct
66 __u8 setup_sects;
67 __u16 root_flags;
68 __u32 syssize;
69 __u16 ram_size;
70 __u16 vid_mode;
71 __u16 root_dev;
72 __u16 boot_flag;
73 __u16 jump;
74 __u32 header;
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A D6lowpan.c396 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header() function