Lines Matching defs:data
31 return pde->parent->data;
116 unsigned int state_size, void *data)
120 p = proc_create_reg(name, mode, &parent, data);
138 * @data: Data for retrieval by pde_data().
148 * The @write function is called with the data copied into a kernel space
152 * The @data value is accessible from the @show and @write functions by calling
160 unsigned int state_size, void *data)
164 p = proc_create_reg(name, mode, &parent, data);
209 int (*show)(struct seq_file *, void *), void *data)
213 p = proc_create_reg(name, mode, &parent, data);
230 * @data: Data for retrieval by pde_data().
240 * The @write function is called with the data copied into a kernel space
244 * The @data value is accessible from the @show and @write functions by calling
252 void *data)
256 p = proc_create_reg(name, mode, &parent, data);
366 netd->data = net;