Home
last modified time | relevance | path

Searched refs:logstrs_size (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Devent_log.h145 uint32 logstrs_size; /* Size of lognums + logstrs area */ member
162 uint32 logstrs_size; /* Size of the file */ member
172 uint32 logstrs_size; /* Size of the file */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Devent_log.h145 uint32 logstrs_size; /* Size of lognums + logstrs area */ member
162 uint32 logstrs_size; /* Size of the file */ member
172 uint32 logstrs_size; /* Size of the file */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Devent_log.h145 uint32 logstrs_size; /* Size of lognums + logstrs area */ member
162 uint32 logstrs_size; /* Size of the file */ member
172 uint32 logstrs_size; /* Size of the file */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Devent_log.h222 uint32 logstrs_size; /* Size of lognums + logstrs area */ member
245 uint32 logstrs_size; /* Size of the file */ member
259 uint32 logstrs_size; /* Size of the file */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Devent_log.h222 uint32 logstrs_size; /* Size of lognums + logstrs area */ member
245 uint32 logstrs_size; /* Size of the file */ member
259 uint32 logstrs_size; /* Size of the file */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_log.h136 uint32 logstrs_size; /* Size of lognums + logstrs area */ member
144 uint32 logstrs_size; /* Size of the file */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c10624 int logstrs_size = 0; in dhd_init_logstrs_array() local
10648 logstrs_size = (int) stat.size; in dhd_init_logstrs_array()
10650 logstrs_size = dhd_os_get_image_size(filep); in dhd_init_logstrs_array()
10653 if (logstrs_size == 0) { in dhd_init_logstrs_array()
10661 raw_fmts = MALLOC(osh, logstrs_size); in dhd_init_logstrs_array()
10668 if (vfs_read(filep, raw_fmts, logstrs_size, &filep->f_pos) != logstrs_size) { in dhd_init_logstrs_array()
10673 if (dhd_parse_logstrs_file(osh, raw_fmts, logstrs_size, temp) in dhd_init_logstrs_array()
10684 MFREE(osh, raw_fmts, logstrs_size); in dhd_init_logstrs_array()
10987 int logstrs_size = 0; in dhd_init_logstrs_array() local
11003 logstrs_size = (int)fw->size; in dhd_init_logstrs_array()
[all …]
H A Ddhd_common.c9146 dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size, in dhd_parse_logstrs_file() argument
9170 trailer = (logstr_trailer_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
9179 logstrs_size - sizeof(logstr_header_v1_t)); in dhd_parse_logstrs_file()
9187 hdr_logstrs_size = hdr_v1->logstrs_size; in dhd_parse_logstrs_file()
9189 logstr_header_t *hdr = (logstr_header_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
9272 hdr_logstrs_size = hdr->logstrs_size; in dhd_parse_logstrs_file()
9292 if (logstrs_size != hdr_logstrs_size) { in dhd_parse_logstrs_file()
9342 event_log->raw_fmts_size = logstrs_size; in dhd_parse_logstrs_file()
H A Ddhd.h3865 int dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c10862 int logstrs_size = 0; in dhd_init_logstrs_array() local
10878 logstrs_size = (int)fw->size; in dhd_init_logstrs_array()
10879 if (logstrs_size == 0) { in dhd_init_logstrs_array()
10887 raw_fmts = MALLOC(osh, logstrs_size); in dhd_init_logstrs_array()
10893 error = memcpy_s(raw_fmts, logstrs_size, (char *)(fw->data), logstrs_size); in dhd_init_logstrs_array()
10899 if (dhd_parse_logstrs_file(osh, raw_fmts, logstrs_size, temp) == BCME_OK) { in dhd_init_logstrs_array()
10910 MFREE(osh, raw_fmts, logstrs_size); in dhd_init_logstrs_array()
10958 uint32 logstrs_size = 0; in dhd_init_static_strs_array() local
10981 logstrs_size = rodata_end - rodata_start; in dhd_init_static_strs_array()
10984 if (logstrs_size == 0) { in dhd_init_static_strs_array()
[all …]
H A Ddhd_common.c9141 dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size, in dhd_parse_logstrs_file() argument
9165 trailer = (logstr_trailer_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
9174 logstrs_size - sizeof(logstr_header_v1_t)); in dhd_parse_logstrs_file()
9182 hdr_logstrs_size = hdr_v1->logstrs_size; in dhd_parse_logstrs_file()
9184 logstr_header_t *hdr = (logstr_header_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
9267 hdr_logstrs_size = hdr->logstrs_size; in dhd_parse_logstrs_file()
9287 if (logstrs_size != hdr_logstrs_size) { in dhd_parse_logstrs_file()
9337 event_log->raw_fmts_size = logstrs_size; in dhd_parse_logstrs_file()
H A Ddhd.h3870 int dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size,
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_common.c5808 dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size, in dhd_parse_logstrs_file() argument
5827 trailer = (logstr_trailer_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5836 logstrs_size - sizeof(logstr_header_v1_t)); in dhd_parse_logstrs_file()
5844 hdr_logstrs_size = hdr_v1->logstrs_size; in dhd_parse_logstrs_file()
5846 logstr_header_t *hdr = (logstr_header_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5911 hdr_logstrs_size = hdr->logstrs_size; in dhd_parse_logstrs_file()
5925 if (logstrs_size != hdr_logstrs_size) { in dhd_parse_logstrs_file()
5970 event_log->raw_fmts_size = logstrs_size; in dhd_parse_logstrs_file()
H A Ddhd_linux.c8133 int logstrs_size = 0; local
8154 logstrs_size = (int) stat.size;
8156 if (logstrs_size == 0) {
8161 raw_fmts = MALLOC(osh, logstrs_size);
8167 if (vfs_read(filep, raw_fmts, logstrs_size, &filep->f_pos) != logstrs_size) {
8172 if (dhd_parse_logstrs_file(osh, raw_fmts, logstrs_size, temp)
8181 MFREE(osh, raw_fmts, logstrs_size);
8235 uint32 logstrs_size = 0; local
8267 logstrs_size = rodata_end - rodata_start;
8271 if (logstrs_size == 0) {
[all …]
H A Ddhd.h2995 int dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_common.c5824 dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size, in dhd_parse_logstrs_file() argument
5843 trailer = (logstr_trailer_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5852 logstrs_size - sizeof(logstr_header_v1_t)); in dhd_parse_logstrs_file()
5860 hdr_logstrs_size = hdr_v1->logstrs_size; in dhd_parse_logstrs_file()
5862 logstr_header_t *hdr = (logstr_header_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5927 hdr_logstrs_size = hdr->logstrs_size; in dhd_parse_logstrs_file()
5941 if (logstrs_size != hdr_logstrs_size) { in dhd_parse_logstrs_file()
5986 event_log->raw_fmts_size = logstrs_size; in dhd_parse_logstrs_file()
H A Ddhd_linux.c8127 int logstrs_size = 0; local
8146 logstrs_size = (int) stat.size;
8148 logstrs_size = i_size_read(file_inode(filep));
8150 if (logstrs_size == 0) {
8155 raw_fmts = MALLOC(osh, logstrs_size);
8161 if (vfs_read(filep, raw_fmts, logstrs_size, &filep->f_pos) != logstrs_size) {
8166 if (dhd_parse_logstrs_file(osh, raw_fmts, logstrs_size, temp)
8177 MFREE(osh, raw_fmts, logstrs_size);
8243 uint32 logstrs_size = 0; local
8277 logstrs_size = rodata_end - rodata_start;
[all …]
H A Ddhd.h2990 int dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_common.c5824 dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size, in dhd_parse_logstrs_file() argument
5843 trailer = (logstr_trailer_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5852 logstrs_size - sizeof(logstr_header_v1_t)); in dhd_parse_logstrs_file()
5860 hdr_logstrs_size = hdr_v1->logstrs_size; in dhd_parse_logstrs_file()
5862 logstr_header_t *hdr = (logstr_header_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5927 hdr_logstrs_size = hdr->logstrs_size; in dhd_parse_logstrs_file()
5941 if (logstrs_size != hdr_logstrs_size) { in dhd_parse_logstrs_file()
5986 event_log->raw_fmts_size = logstrs_size; in dhd_parse_logstrs_file()
H A Ddhd_linux.c8127 int logstrs_size = 0; local
8146 logstrs_size = (int) stat.size;
8148 logstrs_size = i_size_read(file_inode(filep));
8150 if (logstrs_size == 0) {
8155 raw_fmts = MALLOC(osh, logstrs_size);
8161 if (vfs_read(filep, raw_fmts, logstrs_size, &filep->f_pos) != logstrs_size) {
8166 if (dhd_parse_logstrs_file(osh, raw_fmts, logstrs_size, temp)
8177 MFREE(osh, raw_fmts, logstrs_size);
8243 uint32 logstrs_size = 0; local
8277 logstrs_size = rodata_end - rodata_start;
[all …]
H A Ddhd.h2990 int dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c9194 int logstrs_size = 0; in dhd_init_logstrs_array() local
9211 logstrs_size = (int) stat.size; in dhd_init_logstrs_array()
9213 if (logstrs_size == 0) { in dhd_init_logstrs_array()
9218 raw_fmts = MALLOC(osh, logstrs_size); in dhd_init_logstrs_array()
9223 if (vfs_read(filep, raw_fmts, logstrs_size, &filep->f_pos) != logstrs_size) { in dhd_init_logstrs_array()
9228 if (dhd_parse_logstrs_file(osh, raw_fmts, logstrs_size, temp) in dhd_init_logstrs_array()
9237 MFREE(osh, raw_fmts, logstrs_size); in dhd_init_logstrs_array()
9291 uint32 logstrs_size = 0; in dhd_init_static_strs_array() local
9323 logstrs_size = rodata_end - rodata_start; in dhd_init_static_strs_array()
9325 if (logstrs_size == 0) { in dhd_init_static_strs_array()
[all …]
H A Ddhd_common.c5783 dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size, in dhd_parse_logstrs_file() argument
5795 hdr = (logstr_header_t *) (raw_fmts + logstrs_size - in dhd_parse_logstrs_file()
5874 event_log->raw_fmts_size = logstrs_size; in dhd_parse_logstrs_file()
H A Ddhd.h2379 int dhd_parse_logstrs_file(osl_t *osh, char *raw_fmts, int logstrs_size,