Lines Matching defs:option
190 struct pnp_option *option)
192 switch (option->type) {
194 pnp_print_port(buffer, space, &option->u.port);
197 pnp_print_mem(buffer, space, &option->u.mem);
200 pnp_print_irq(buffer, space, &option->u.irq);
203 pnp_print_dma(buffer, space, &option->u.dma);
213 struct pnp_option *option;
225 list_for_each_entry(option, &dev->options, list) {
226 if (pnp_option_is_dependent(option)) {
228 if (!dep || pnp_option_set(option) != set) {
229 set = pnp_option_set(option);
233 pnp_option_priority_name(option));
239 pnp_print_option(buffer, indent, option);