Lines Matching defs:target
1012 * read : Return a string indicating the status of the target.
1026 * target <card_ID> : switch target to card <card_ID> (see below)
1027 * lock <io_state> : acquire locks on target ("none" is invalid io_state)
1028 * trylock <io_state> : non-blocking acquire locks on target
1029 * unlock <io_state> : release locks on target
1030 * unlock all : release all locks on target held by this user
1033 * poll : event if something change on any card (not just the target)
1067 struct pci_dev *target;
1114 pdev = priv->target;
1196 pdev = priv->target;
1197 if (priv->target == NULL) {
1239 pdev = priv->target;
1240 if (priv->target == NULL) {
1290 pdev = priv->target;
1291 if (priv->target == NULL) {
1314 } else if (strncmp(curr_pos, "target ", 7) == 0) {
1320 pr_debug("client 0x%p called 'target'\n", priv);
1321 /* If target is default */
1356 priv->target = pdev;
1390 pdev = priv->target;
1391 if (priv->target == NULL) {
1433 priv->target = vga_default_device(); /* Maybe this is still null! */
1434 priv->cards[0].pdev = priv->target;