/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_hv_generic.c | 128 struct bin_attribute *attr, in hv_uio_ring_mmap() 143 .attr = { 127 hv_uio_ring_mmap(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, struct vm_area_struct *vma) hv_uio_ring_mmap() argument
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | call.c | 30 if (tee[i].attr > TEE_IOCTL_PARAM_ATTR_TYPE_MEMREF_INOUT) in tee_params_to_amd_params() 33 amd->param_types |= ((tee[i].attr & 0xF) << i * 4); in tee_params_to_amd_params()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-twl6030-usb.c | 172 struct device_attribute *attr, char *buf) in vbus_show() 200 &dev_attr_vbus.attr, 171 vbus_show(struct device *dev, struct device_attribute *attr, char *buf) vbus_show() argument
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | scsiglue.c | 583 static ssize_t max_sectors_show(struct device *dev, struct device_attribute *attr, char *buf) in max_sectors_show() argument 591 static ssize_t max_sectors_store(struct device *dev, struct device_attribute *attr, const char *buf, in max_sectors_store() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | module.h | 56 struct attribute attr; member 276 .attr = { \
|
H A D | fscrypt.h | 810 * @attr: attributes to change 825 struct iattr *attr) in fscrypt_prepare_setattr() 827 if (attr->ia_valid & ATTR_SIZE) in fscrypt_prepare_setattr() 824 fscrypt_prepare_setattr(struct dentry *dentry, struct iattr *attr) fscrypt_prepare_setattr() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlabel.h | 166 * @attr.mls: MLS sensitivity label 167 * @attr.mls.cat: MLS category bitmap 168 * @attr.mls.lvl: MLS sensitivity level 169 * @attr.secid: LSM specific secid token 205 } attr; member 215 * @sock_getattr: retrieve the socket's attr 216 * @sock_setattr: set the socket's attr 217 * @sock_delattr: remove the socket's attr 218 * @req_setattr: set the req socket's attr 219 * @req_delattr: remove the req socket's attr [all...] |
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_main.c | 477 * @attr: iattr structure containing the new file attributes 482 int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) in evm_inode_setattr() argument 484 unsigned int ia_valid = attr->ia_valid; in evm_inode_setattr()
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | Makefile | 45 test-pthread-attr-setaffinity-np.bin \ 97 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 392 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in db_export__sample() 393 sample_addr_correlates_sym(&evsel->core.attr)) { in db_export__sample()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fuse.h | 514 struct fuse_attr attr; member 543 struct fuse_attr attr; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | sas.h | 336 u8 attr:3; member 569 u8 attr:3; member
|
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_linux.c | 255 struct device_attribute *attr, char *buf) in host_version_show() 263 struct device_attribute *attr, char *buf) in host_features_show() 254 host_version_show(struct device *dev, struct device_attribute *attr, char *buf) host_version_show() argument 262 host_features_show(struct device *dev, struct device_attribute *attr, char *buf) host_features_show() argument
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | v9fs.c | 552 struct kobj_attribute *attr, in caches_show() 581 &v9fs_attr_cache.attr, 551 caches_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) caches_show() argument
|
/kernel/linux/linux-5.10/kernel/ |
H A D | panic.c | 111 static ssize_t warn_count_show(struct kobject *kobj, struct kobj_attribute *attr, in warn_count_show() argument 121 sysfs_add_file_to_group(kernel_kobj, &warn_count_attr.attr, NULL); in kernel_panic_sysfs_init()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clockevents.c | 672 struct device_attribute *attr, in sysfs_show_current_tick_dev() 689 struct device_attribute *attr, in sysfs_unbind_tick_dev() 671 sysfs_show_current_tick_dev(struct device *dev, struct device_attribute *attr, char *buf) sysfs_show_current_tick_dev() argument 688 sysfs_unbind_tick_dev(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) sysfs_unbind_tick_dev() argument
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | master.c | 275 static ssize_t tagging_show(struct device *d, struct device_attribute *attr, in tagging_show() argument 287 &dev_attr_tagging.attr,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_nv.c | 454 static size_t tcpnv_get_info(struct sock *sk, u32 ext, int *attr, in tcpnv_get_info() argument 465 *attr = INET_DIAG_VEGASINFO; in tcpnv_get_info()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | max14577_charger.c | 509 struct device_attribute *attr, char *buf) in show_fast_charge_timer() 539 struct device_attribute *attr, const char *buf, size_t count) in store_fast_charge_timer() 508 show_fast_charge_timer(struct device *dev, struct device_attribute *attr, char *buf) show_fast_charge_timer() argument 538 store_fast_charge_timer(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) store_fast_charge_timer() argument
|
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | card.c | 185 struct device_attribute *attr, char *buf) in pnp_show_card_name() 197 struct device_attribute *attr, char *buf) in pnp_show_card_ids() 184 pnp_show_card_name(struct device *dmdev, struct device_attribute *attr, char *buf) pnp_show_card_name() argument 196 pnp_show_card_ids(struct device *dmdev, struct device_attribute *attr, char *buf) pnp_show_card_ids() argument
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-rx8025.c | 463 struct device_attribute *attr, in rx8025_sysfs_show_clock_adjust() 476 struct device_attribute *attr, in rx8025_sysfs_store_clock_adjust() 462 rx8025_sysfs_show_clock_adjust(struct device *dev, struct device_attribute *attr, char *buf) rx8025_sysfs_show_clock_adjust() argument 475 rx8025_sysfs_store_clock_adjust(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) rx8025_sysfs_store_clock_adjust() argument
|
H A D | rtc-x1205.c | 570 struct device_attribute *attr, char *buf) in x1205_sysfs_show_atrim() 583 struct device_attribute *attr, char *buf) in x1205_sysfs_show_dtrim() 569 x1205_sysfs_show_atrim(struct device *dev, struct device_attribute *attr, char *buf) x1205_sysfs_show_atrim() argument 582 x1205_sysfs_show_dtrim(struct device *dev, struct device_attribute *attr, char *buf) x1205_sysfs_show_dtrim() argument
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | eesox.c | 439 static ssize_t eesoxscsi_show_term(struct device *dev, struct device_attribute *attr, char *buf) in eesoxscsi_show_term() argument 448 static ssize_t eesoxscsi_store_term(struct device *dev, struct device_attribute *attr, const char *buf, size_t len) in eesoxscsi_store_term() argument
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | arche-apb-ctrl.c | 249 struct device_attribute *attr, in state_store() 296 struct device_attribute *attr, char *buf) in state_show() 248 state_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) state_store() argument 295 state_show(struct device *dev, struct device_attribute *attr, char *buf) state_show() argument
|
H A D | arche-platform.c | 308 struct device_attribute *attr, in state_store() 372 struct device_attribute *attr, char *buf) in state_show() 307 state_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) state_store() argument 371 state_show(struct device *dev, struct device_attribute *attr, char *buf) state_show() argument
|