Searched refs:attr_ptr (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ieee80211.c | 695 u8 *attr_ptr = NULL; in rtw_get_wps_attr() local 704 return attr_ptr; in rtw_get_wps_attr() 708 attr_ptr = wps_ie + 6; /* goto first attr */ in rtw_get_wps_attr() 710 while (attr_ptr - wps_ie < wps_ielen) { in rtw_get_wps_attr() 712 u16 attr_id = get_unaligned_be16(attr_ptr); in rtw_get_wps_attr() 717 target_attr_ptr = attr_ptr; in rtw_get_wps_attr() 720 memcpy(buf_attr, attr_ptr, attr_len); in rtw_get_wps_attr() 727 attr_ptr += attr_len; /* goto next */ in rtw_get_wps_attr() 745 u8 *attr_ptr; in rtw_get_wps_attr_content() local 753 if (attr_ptr && attr_len) { in rtw_get_wps_attr_content() [all …]
|
| /linux-6.15/fs/ext4/ |
| H A D | sysfs.c | 57 short attr_ptr; member 155 .attr_ptr = ptr_##_struct##_offset, \ 166 .attr_ptr = ptr_##_struct##_offset, \ 200 .attr_ptr = ptr_explicit, \ 361 switch (a->attr_ptr) { in calc_ptr() 395 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_show() 403 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_show() 476 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_store()
|
| /linux-6.15/io_uring/ |
| H A D | rw.c | 226 u64 attr_ptr, u64 attr_type_mask) in io_prep_rw_pi() argument 232 if (copy_from_user(&pi_attr, u64_to_user_ptr(attr_ptr), in io_prep_rw_pi() 291 u64 attr_ptr; in __io_prep_rw() local 297 attr_ptr = READ_ONCE(sqe->attr_ptr); in __io_prep_rw() 298 return io_prep_rw_pi(req, rw, ddir, attr_ptr, attr_type_mask); in __io_prep_rw()
|
| H A D | io_uring.c | 3920 BUILD_BUG_SQE_ELEM(48, __u64, attr_ptr); in io_uring_init()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | io_uring.h | 103 __u64 attr_ptr; /* pointer to attribute information */ member
|