Searched refs:is_visible (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/
H A Discsi_boot_sysfs.c114 return boot_kobj->is_visible(boot_kobj->data,
117 return boot_kobj->is_visible(boot_kobj->data,
120 return boot_kobj->is_visible(boot_kobj->data,
123 return boot_kobj->is_visible(boot_kobj->data,
126 return boot_kobj->is_visible(boot_kobj->data,
129 return boot_kobj->is_visible(boot_kobj->data,
132 return boot_kobj->is_visible(boot_kobj->data,
135 return boot_kobj->is_visible(boot_kobj->data,
138 return boot_kobj->is_visible(boot_kobj->data,
141 return boot_kobj->is_visible(boot_kob
[all...]
/linux-master/include/linux/
H A Discsi_boot_sysfs.h93 umode_t (*is_visible) (void *data, int type); member in struct:iscsi_boot_kobj
112 umode_t (*is_visible) (void *data, int type),
119 umode_t (*is_visible) (void *data, int type),
125 umode_t (*is_visible) (void *data, int type),
132 umode_t (*is_visible)(void *data, int type),
/linux-master/arch/x86/events/
H A Dprobe.c16 * visibility is visible when group->is_visible callback is set.
37 grp->is_visible = not_visible;
56 grp->is_visible = NULL;
/linux-master/drivers/hwmon/
H A Dvexpress-hwmon.c95 .is_visible = vexpress_hwmon_attr_is_visible,
115 .is_visible = vexpress_hwmon_attr_is_visible,
134 .is_visible = vexpress_hwmon_attr_is_visible,
153 .is_visible = vexpress_hwmon_attr_is_visible,
172 .is_visible = vexpress_hwmon_attr_is_visible,
H A Dsurface_fan.c52 .is_visible = surface_fan_hwmon_is_visible,
H A Dsy7636a-hwmon.c51 .is_visible = sy7636a_is_visible,
H A Dltq-cputemp.c78 .is_visible = ltq_is_visible,
H A Di5500_temp.c87 .is_visible = i5500_is_visible,
H A Dsparx5-temp.c96 .is_visible = s5_is_visible,
H A Dsl28cpld-hwmon.c76 .is_visible = sl28cpld_hwmon_is_visible,
H A Draspberrypi-hwmon.c97 .is_visible = rpi_is_visible,
H A Das370-hwmon.c86 .is_visible = as370_hwmon_is_visible,
H A Doxp-sensors.c424 .is_visible = tt_toggle_is_visible,
434 .is_visible = oxp_ec_hwmon_is_visible,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_hwmon.c79 .is_visible = ice_hwmon_is_visible,
/linux-master/fs/bcachefs/
H A Dstr_hash.h151 bool (*is_visible)(subvol_inum inum, struct bkey_s_c); member in struct:bch_hash_desc
157 (!desc.is_visible ||
159 desc.is_visible(inum, k));
/linux-master/drivers/hid/
H A Dhid-vivaldi-common.c132 .is_visible = vivaldi_is_visible,
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_drvinfo.c111 .is_visible = aq_hwmon_is_visible,
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_hwmon.c126 .is_visible = nfp_hwmon_is_visible,
/linux-master/fs/sysfs/
H A Dgroup.c36 if (grp->attrs && grp->attrs[0] && grp->is_visible)
37 return grp->is_visible(kobj, grp->attrs[0], 0);
64 if (grp->is_visible) {
65 mode = grp->is_visible(kobj, *attr, i);
276 * if the visibility of the files has changed through the is_visible()
/linux-master/drivers/pci/
H A Dpci-label.c132 .is_visible = smbios_attr_is_visible,
229 .is_visible = acpi_attr_is_visible,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwmon.c150 .is_visible = bnxt_hwmon_is_visible,
206 .is_visible = bnxt_temp_extra_attrs_visible,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c1165 .is_visible = tpdm_dsb_is_visible,
1170 .is_visible = tpdm_dsb_is_visible,
1176 .is_visible = tpdm_dsb_is_visible,
1182 .is_visible = tpdm_dsb_is_visible,
1188 .is_visible = tpdm_dsb_msr_is_visible,
1194 .is_visible = tpdm_cmb_is_visible,
1199 .is_visible = tpdm_cmb_is_visible,
1205 .is_visible = tpdm_cmb_is_visible,
1211 .is_visible = tpdm_cmb_msr_is_visible,
/linux-master/drivers/platform/mips/
H A Dcpu_hwmon.c108 .is_visible = cpu_hwmon_is_visible,
/linux-master/drivers/base/
H A Dtopology.c167 .is_visible = topology_is_visible,
/linux-master/block/
H A Dblk-crypto-sysfs.c92 .is_visible = blk_crypto_mode_is_visible,

Completed in 394 milliseconds

1234567891011>>