Searched refs:op (Results 1 – 1 of 1) sorted by relevance
34 struct op { struct112 exec_op(struct op *op, struct pci_dev *dev) in exec_op() argument241 struct op *op; in execute() local242 for (op = group->first_op; op; op = op->next) in execute()254 struct op *op; in scan_ops() local257 for (op = group->first_op; op; op = op->next) in scan_ops()617 op->cap_type = op->cap_id = 0; in parse_register()667 struct op *op; in parse_op() local694 memset(op, 0, sizeof(struct op)); in parse_op()746 if (op->addr >= 0x1000 || op->addr + op->width*(n ? n : 1) > 0x1000) in parse_op()[all …]