Searched refs:info_buf (Results 1 – 5 of 5) sorted by relevance
| /drivers/mtd/nand/raw/ |
| A D | meson_nand.c | 136 __le64 *info_buf; member 541 info = &meson_chip->info_buf[i]; in meson_nfc_set_user_byte() 554 info = &meson_chip->info_buf[i]; in meson_nfc_get_user_byte() 569 info = &meson_chip->info_buf[i]; in meson_nfc_ecc_correct() 767 data_len, meson_chip->info_buf, in meson_nfc_write_page_sub() 801 memset(meson_chip->info_buf, 0, nand->ecc.steps * PER_INFO_BYTE); in meson_nfc_write_page_hwecc() 816 info = &meson_chip->info_buf[neccpages - 1]; in meson_nfc_check_ecc_pages_valid() 846 data_len, meson_chip->info_buf, in meson_nfc_read_page_sub() 1218 kfree(meson_chip->info_buf); in meson_nfc_free_buffer() 1237 meson_chip->info_buf = kmalloc(info_bytes, GFP_KERNEL); in meson_chip_buffer_init() [all …]
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | coex.c | 141 .fwevntrptl = 1, .fwc2hfunc = 2, .drvinfo_type = 1, .info_buf = 1800, 149 .fwevntrptl = 1, .fwc2hfunc = 2, .drvinfo_type = 1, .info_buf = 1800, 157 .fwevntrptl = 1, .fwc2hfunc = 3, .drvinfo_type = 2, .info_buf = 1800, 165 .fwevntrptl = 1, .fwc2hfunc = 3, .drvinfo_type = 2, .info_buf = 1800, 173 .fwevntrptl = 1, .fwc2hfunc = 1, .drvinfo_type = 1, .info_buf = 1800, 181 .fwevntrptl = 0, .fwc2hfunc = 1, .drvinfo_type = 0, .info_buf = 1800, 189 .fwevntrptl = 0, .fwc2hfunc = 1, .drvinfo_type = 0, .info_buf = 1280, 1875 prpt->v8.rpt_len_max_l) != ver->info_buf) in _chk_btc_report() 2202 if (index + 2 >= ver->info_buf) in _parse_btc_report() 11593 rtwdev->btc.ver->info_buf); in _show_summary_v7() [all …]
|
| A D | core.h | 3214 u16 info_buf; member
|
| /drivers/net/hyperv/ |
| A D | rndis_filter.c | 1044 set->info_buf_offset = offsetof(typeof(*set), info_buf); in rndis_filter_set_packet_filter() 1045 memcpy(set->info_buf, &new_filter, sizeof(u32)); in rndis_filter_set_packet_filter()
|
| A D | hyperv_net.h | 1259 u8 info_buf[]; member
|
Completed in 75 milliseconds