Searched refs:attr_ptr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ieee80211.c | 699 u8 *attr_ptr = NULL; in rtw_get_wps_attr() local 708 return attr_ptr; in rtw_get_wps_attr() 712 attr_ptr = wps_ie + 6; /* goto first attr */ in rtw_get_wps_attr() 714 while (attr_ptr - wps_ie < wps_ielen) { in rtw_get_wps_attr() 716 u16 attr_id = get_unaligned_be16(attr_ptr); in rtw_get_wps_attr() 717 u16 attr_data_len = get_unaligned_be16(attr_ptr + 2); in rtw_get_wps_attr() 721 target_attr_ptr = attr_ptr; in rtw_get_wps_attr() 724 memcpy(buf_attr, attr_ptr, attr_len); in rtw_get_wps_attr() 731 attr_ptr += attr_len; /* goto next */ in rtw_get_wps_attr() 749 u8 *attr_ptr; in rtw_get_wps_attr_content() local [all …]
|
| /linux/fs/ext4/ |
| H A D | sysfs.c | 58 short attr_ptr; member 186 .attr_ptr = ptr_##_struct##_offset, \ 197 .attr_ptr = ptr_##_struct##_offset, \ 231 .attr_ptr = ptr_explicit, \ 400 switch (a->attr_ptr) { in calc_ptr() 434 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_show() 443 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_show() 516 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_store()
|
| /linux/io_uring/ |
| H A D | rw.c | 233 u64 attr_ptr, u64 attr_type_mask) in io_prep_rw_pi() argument 239 if (copy_from_user(&pi_attr, u64_to_user_ptr(attr_ptr), in io_prep_rw_pi() 301 u64 attr_ptr; in __io_prep_rw() local 307 attr_ptr = READ_ONCE(sqe->attr_ptr); in __io_prep_rw() 308 return io_prep_rw_pi(req, rw, ddir, attr_ptr, attr_type_mask); in __io_prep_rw()
|
| H A D | io_uring.c | 3175 BUILD_BUG_SQE_ELEM(48, __u64, attr_ptr); in io_uring_init()
|
| /linux/include/uapi/linux/ |
| H A D | io_uring.h | 108 __u64 attr_ptr; /* pointer to attribute information */ member
|