Home
last modified time | relevance | path

Searched refs:op (Results 1 – 1 of 1) sorted by relevance

/pciutils/
H A Dsetpci.c34 struct op { struct
112 exec_op(struct op *op, struct pci_dev *dev) in exec_op() argument
241 struct op *op; in execute() local
242 for (op = group->first_op; op; op = op->next) in execute()
254 struct op *op; in scan_ops() local
257 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() local
694 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 …]