| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | splice.h | 42 loff_t *opos; /* sendfile: output position */ member
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | splice.c | 933 return do_splice_from(pipe, file, sd->opos, sd->total_len, in direct_splice_actor() 954 loff_t *opos, size_t len, unsigned int flags) in do_splice_direct() argument 962 .opos = opos, in do_splice_direct() 972 ret = rw_verify_area(WRITE, out, opos, len); in do_splice_direct()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/ |
| H A D | osdep_service.c | 1160 u8 *opos = buf; in hexstr2bin() local 1166 *opos++ = a; in hexstr2bin()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/ |
| H A D | osdep_service.c | 1160 u8 *opos = buf; in hexstr2bin() local 1166 *opos++ = a; in hexstr2bin()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | ioctl_linux.c | 6246 u8 *opos = buf; local 6252 *opos++ = a; 6261 u8 *opos; local 6264 opos = bin; 6266 if (hexstr2bin(pos, opos, 4)) 6269 opos += 4; 6271 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 6274 opos += 2; 6276 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 6279 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5272 u8 *opos = buf; local 5278 *opos++ = a; 5287 u8 *opos; local 5290 opos = bin; 5292 if (hexstr2bin(pos, opos, 4)) 5295 opos += 4; 5297 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5300 opos += 2; 5302 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5305 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | ioctl_linux.c | 6188 u8 *opos = buf; local 6194 *opos++ = a; 6203 u8 *opos; local 6206 opos = bin; 6208 if (hexstr2bin(pos, opos, 4)) 6211 opos += 4; 6213 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 6216 opos += 2; 6218 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 6221 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | ioctl_linux.c | 5692 u8 *opos = buf; local 5698 *opos++ = a; 5707 u8 *opos; local 5710 opos = bin; 5712 if (hexstr2bin(pos, opos, 4)) 5715 opos += 4; 5717 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5720 opos += 2; 5722 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5725 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 5072 u8 *opos; local 5075 opos = bin; 5077 if (hexstr2bin(pos, opos, 4)) 5080 opos += 4; 5082 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5085 opos += 2; 5087 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5090 opos += 2; 5092 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5095 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_linux.c | 5066 u8 *opos; local 5069 opos = bin; 5071 if (hexstr2bin(pos, opos, 4)) 5074 opos += 4; 5076 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5079 opos += 2; 5081 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5084 opos += 2; 5086 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5089 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5061 u8 *opos; local 5064 opos = bin; 5066 if (hexstr2bin(pos, opos, 4)) 5069 opos += 4; 5071 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5074 opos += 2; 5076 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5079 opos += 2; 5081 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5084 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5066 u8 *opos; local 5069 opos = bin; 5071 if (hexstr2bin(pos, opos, 4)) 5074 opos += 4; 5076 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5079 opos += 2; 5081 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5084 opos += 2; 5086 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5089 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_linux.c | 5066 u8 *opos; local 5069 opos = bin; 5071 if (hexstr2bin(pos, opos, 4)) 5074 opos += 4; 5076 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5079 opos += 2; 5081 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5084 opos += 2; 5086 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5089 opos += 2; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5076 u8 *opos; local 5079 opos = bin; 5081 if (hexstr2bin(pos, opos, 4)) 5084 opos += 4; 5086 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5089 opos += 2; 5091 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5094 opos += 2; 5096 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5099 opos += 2; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_linux.c | 5076 u8 *opos; local 5079 opos = bin; 5081 if (hexstr2bin(pos, opos, 4)) 5084 opos += 4; 5086 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5089 opos += 2; 5091 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5094 opos += 2; 5096 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5099 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/ |
| H A D | osdep_service.c | 3154 u8 *opos = buf; in hexstr2bin() local 3160 *opos++ = a; in hexstr2bin()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/ |
| H A D | osdep_service.c | 3154 u8 *opos = buf; in hexstr2bin() local 3160 *opos++ = a; in hexstr2bin()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 5168 uint16_t opos; /* Object Position */ member 5184 uint8_t opos; /* Object Position */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/ |
| H A D | osdep_service.c | 3154 u8 *opos = buf; in hexstr2bin() local 3160 *opos++ = a; in hexstr2bin()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5065 u8 *opos; local 5068 opos = bin; 5070 if (hexstr2bin(pos, opos, 4)) 5073 opos += 4; 5075 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5078 opos += 2; 5080 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5083 opos += 2; 5085 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5088 opos += 2; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 5049 u8 *opos; local 5052 opos = bin; 5054 if (hexstr2bin(pos, opos, 4)) 5057 opos += 4; 5059 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5062 opos += 2; 5064 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5067 opos += 2; 5069 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5072 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5058 u8 *opos; local 5061 opos = bin; 5063 if (hexstr2bin(pos, opos, 4)) 5066 opos += 4; 5068 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5071 opos += 2; 5073 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5076 opos += 2; 5078 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5081 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5059 u8 *opos; local 5062 opos = bin; 5064 if (hexstr2bin(pos, opos, 4)) 5067 opos += 4; 5069 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5072 opos += 2; 5074 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5077 opos += 2; 5079 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5082 opos += 2; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 5061 u8 *opos; local 5064 opos = bin; 5066 if (hexstr2bin(pos, opos, 4)) 5069 opos += 4; 5071 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5074 opos += 2; 5076 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5079 opos += 2; 5081 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) 5084 opos += 2; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/ |
| H A D | osdep_service.c | 3199 u8 *opos = buf; in hexstr2bin() local 3205 *opos++ = a; in hexstr2bin()
|