Home
last modified time | relevance | path

Searched refs:sysfs_ops (Results 1 – 25 of 78) sorted by relevance

1234

/linux-3.4.99/fs/sysfs/
Dfile.c49 const struct sysfs_ops * ops;
71 const struct sysfs_ops * ops = buffer->ops; in fill_read_buffer()
195 const struct sysfs_ops * ops = buffer->ops; in flush_write_buffer()
331 const struct sysfs_ops *ops; in sysfs_open_file()
339 if (kobj->ktype && kobj->ktype->sysfs_ops) in sysfs_open_file()
340 ops = kobj->ktype->sysfs_ops; in sysfs_open_file()
492 const struct sysfs_ops *ops; in sysfs_attr_ns()
509 ops = kobj->ktype->sysfs_ops; in sysfs_attr_ns()
Dmount.c29 static const struct super_operations sysfs_ops = { variable
51 sb->s_op = &sysfs_ops; in sysfs_fill_super()
/linux-3.4.99/include/linux/
Dkobject.h110 const struct sysfs_ops *sysfs_ops; member
138 extern const struct sysfs_ops kobj_sysfs_ops;
/linux-3.4.99/drivers/md/
Ddm-sysfs.c78 static const struct sysfs_ops dm_sysfs_ops = {
87 .sysfs_ops = &dm_sysfs_ops,
/linux-3.4.99/drivers/edac/
Dedac_device_sysfs.c142 static const struct sysfs_ops device_ctl_info_ops = {
219 .sysfs_ops = &device_ctl_info_ops,
381 static const struct sysfs_ops device_instance_ops = {
411 .sysfs_ops = &device_instance_ops,
484 static const struct sysfs_ops device_block_ops = {
509 .sysfs_ops = &device_block_ops,
Dedac_pci_sysfs.c125 static const struct sysfs_ops pci_instance_ops = {
150 .sysfs_ops = &pci_instance_ops,
265 static const struct sysfs_ops edac_pci_sysfs_ops = {
333 .sysfs_ops = &edac_pci_sysfs_ops,
Dedac_mc_sysfs.c237 static const struct sysfs_ops csrowfs_ops = {
356 .sysfs_ops = &csrowfs_ops,
570 static const struct sysfs_ops mci_ops = {
636 .sysfs_ops = &mci_ops,
763 static struct sysfs_ops inst_grp_ops = {
771 .sysfs_ops = &inst_grp_ops,
/linux-3.4.99/drivers/staging/ramster/cluster/
Dmasklog.c123 static const struct sysfs_ops mlog_attr_ops = {
130 .sysfs_ops = &mlog_attr_ops,
/linux-3.4.99/drivers/pci/hotplug/
Dfakephp.c77 .sysfs_ops = &(const struct sysfs_ops){
/linux-3.4.99/fs/ocfs2/cluster/
Dmasklog.c123 static const struct sysfs_ops mlog_attr_ops = {
130 .sysfs_ops = &mlog_attr_ops,
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_sysfs.c261 static const struct sysfs_ops qib_port_ops = {
268 .sysfs_ops = &qib_port_ops,
334 static const struct sysfs_ops qib_sl2vl_ops = {
340 .sysfs_ops = &qib_sl2vl_ops,
424 static const struct sysfs_ops qib_diagc_ops = {
431 .sysfs_ops = &qib_diagc_ops,
/linux-3.4.99/drivers/firmware/
Dmemmap.c78 static const struct sysfs_ops memmap_attr_ops = {
83 .sysfs_ops = &memmap_attr_ops,
Ddmi-sysfs.c109 static const struct sysfs_ops dmi_sysfs_attr_ops = {
227 static const struct sysfs_ops dmi_sysfs_specialize_attr_ops = {
307 .sysfs_ops = &dmi_sysfs_specialize_attr_ops,
565 .sysfs_ops = &dmi_sysfs_attr_ops,
/linux-3.4.99/drivers/cpuidle/
Dsysfs.c199 static const struct sysfs_ops cpuidle_sysfs_ops = {
212 .sysfs_ops = &cpuidle_sysfs_ops,
329 static const struct sysfs_ops cpuidle_state_sysfs_ops = {
342 .sysfs_ops = &cpuidle_state_sysfs_ops,
/linux-3.4.99/samples/kobject/
Dkset-example.c91 static const struct sysfs_ops foo_sysfs_ops = {
181 .sysfs_ops = &foo_sysfs_ops,
/linux-3.4.99/arch/ia64/kernel/
Dtopology.c288 static const struct sysfs_ops cache_sysfs_ops = {
293 .sysfs_ops = &cache_sysfs_ops,
298 .sysfs_ops = &cache_sysfs_ops,
/linux-3.4.99/drivers/media/video/et61x251/
Det61x251_sensor.h82 enum et61x251_i2c_sysfs_ops sysfs_ops; member
/linux-3.4.99/drivers/media/video/sn9c102/
Dsn9c102_tas5110d.c76 .sysfs_ops = SN9C102_I2C_WRITE,
Dsn9c102_tas5110c1b.c96 .sysfs_ops = SN9C102_I2C_WRITE,
Dsn9c102_sensor.h155 enum sn9c102_i2c_sysfs_ops sysfs_ops; member
Dsn9c102_tas5130d1b.c97 .sysfs_ops = SN9C102_I2C_WRITE,
/linux-3.4.99/arch/x86/kernel/cpu/
Dintel_cacheinfo.c1048 static const struct sysfs_ops sysfs_ops = { variable
1054 .sysfs_ops = &sysfs_ops,
1059 .sysfs_ops = &sysfs_ops,
/linux-3.4.99/arch/sh/kernel/cpu/sh4/
Dsq.c330 static const struct sysfs_ops sq_sysfs_ops = {
336 .sysfs_ops = &sq_sysfs_ops,
/linux-3.4.99/drivers/pci/
Dslot.c34 static const struct sysfs_ops pci_slot_sysfs_ops = {
133 .sysfs_ops = &pci_slot_sysfs_ops,
/linux-3.4.99/drivers/xen/
Dsys-hypervisor.c430 static const struct sysfs_ops hyp_sysfs_ops = {
436 .sysfs_ops = &hyp_sysfs_ops,

1234