| /linux/drivers/spi/ |
| H A D | spi-amlogic-spifc-a4.c | 202 __le64 *info_buf; member 543 info = sfc->info_buf; in aml_sfc_check_ecc_pages_valid() 598 is_datain ? sfc->info_buf : NULL, in aml_sfc_raw_io_op() 632 static void aml_sfc_set_user_byte(struct aml_sfc *sfc, __le64 *info_buf, u8 *oob_buf, bool auto_oob) in aml_sfc_set_user_byte() argument 643 info = &info_buf[i]; in aml_sfc_set_user_byte() 649 static void aml_sfc_get_user_byte(struct aml_sfc *sfc, __le64 *info_buf, u8 *oob_buf) in aml_sfc_get_user_byte() argument 658 info = &info_buf[i]; in aml_sfc_get_user_byte() 664 static int aml_sfc_check_hwecc_status(struct aml_sfc *sfc, __le64 *info_buf) in aml_sfc_check_hwecc_status() argument 676 for (i = 0, info = info_buf; i < ecc_cfg->nsteps; i++, info++) { in aml_sfc_check_hwecc_status() 704 sfc->info_buf, info_len, DMA_FROM_DEVICE); in aml_sfc_read_page_hwecc() [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| H 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 …]
|
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 184 struct bpf_ctx_arg_aux *info, *info_buf; in prepare_arg_info() local 225 info_buf = kzalloc_objs(*info_buf, nargs); in prepare_arg_info() 226 if (!info_buf) in prepare_arg_info() 230 info = info_buf; in prepare_arg_info() 310 arg_info->info = info_buf; in prepare_arg_info() 313 kfree(info_buf); in prepare_arg_info() 319 kfree(info_buf); in prepare_arg_info()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 511 info_buf= 521 info_buf="${info_buf}${1} 533 printf "%s" "${info_buf}" 534 info_buf=
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 141 .fwevntrptl = 1, .fwc2hfunc = 4, .drvinfo_ver = 3, .info_buf = 1800, 150 .fwevntrptl = 1, .fwc2hfunc = 4, .drvinfo_ver = 3, .info_buf = 1800, 159 .fwevntrptl = 1, .fwc2hfunc = 2, .drvinfo_ver = 103, .info_buf = 1800, 168 .fwevntrptl = 1, .fwc2hfunc = 2, .drvinfo_ver = 1, .info_buf = 1800, 177 .fwevntrptl = 1, .fwc2hfunc = 2, .drvinfo_ver = 1, .info_buf = 1800, 186 .fwevntrptl = 1, .fwc2hfunc = 4, .drvinfo_ver = 3, .info_buf = 1800, 195 .fwevntrptl = 1, .fwc2hfunc = 3, .drvinfo_ver = 3, .info_buf = 1800, 204 .fwevntrptl = 1, .fwc2hfunc = 3, .drvinfo_ver = 2, .info_buf = 1800, 213 .fwevntrptl = 1, .fwc2hfunc = 1, .drvinfo_ver = 1, .info_buf = 1800, 222 .fwevntrptl = 1, .fwc2hfunc = 2, .drvinfo_ver = 103, .info_buf = 1800, [all …]
|
| H A D | core.h | 4357 u16 info_buf; member
|
| /linux/drivers/net/hyperv/ |
| H 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()
|
| H A D | hyperv_net.h | 1259 u8 info_buf[]; member
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1062 const char __user *info_buf = buf + sizeof(struct fanotify_response); in fanotify_write() local 1080 ret = process_access_response(group, &response, info_buf, info_len); in fanotify_write()
|