Searched refs:resource_op (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dresource.c135 static const struct seq_operations resource_op = { variable in typeref:struct:seq_operations
144 proc_create_seq_data("ioports", 0, NULL, &resource_op,
146 proc_create_seq_data("iomem", 0, NULL, &resource_op, &iomem_resource);

Completed in 125 milliseconds