Searched refs:match (Results 226 - 250 of 258) sorted by relevance

1234567891011

/drivers/vlynq/
H A Dvlynq.c780 .match = vlynq_device_match,
/drivers/w1/
H A Dw1.c187 .match = w1_master_match,
855 * The bit written will put to sleep all devies that don't match that bit.
/drivers/scsi/
H A Daic7xxx_old.c2385 int match; local
2387 match = ((chan == channel) || (channel == ALL_CHANNELS));
2388 if (match != 0)
2389 match = ((targ == target) || (target == ALL_TARGETS));
2390 if (match != 0)
2391 match = ((lun == slun) || (lun == ALL_LUNS));
2392 if (match != 0)
2393 match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL));
2395 return (match);
2554 * chunk this algorithm has been modified to match
[all...]
H A Dscsi_transport_iscsi.c2875 priv->t.host_attrs.ac.match = iscsi_host_match;
2882 priv->conn_cont.ac.match = iscsi_conn_match;
2888 priv->session_cont.ac.match = iscsi_session_match;
/drivers/media/video/cx25821/
H A Dcx25821-video.c1378 if (!v4l2_chip_match_host(&reg->match))
1391 if (!v4l2_chip_match_host(&reg->match))
/drivers/media/video/cx88/
H A Dcx88-video.c1492 if (!v4l2_chip_match_host(&reg->match))
1505 if (!v4l2_chip_match_host(&reg->match))
/drivers/media/video/saa7134/
H A Dsaa7134-video.c2282 if (!v4l2_chip_match_host(&reg->match))
2295 if (!v4l2_chip_match_host(&reg->match))
/drivers/net/ethernet/realtek/
H A D8139too.c268 * so we simply don't match on the main vendor id.
869 goto match;
878 match:
/drivers/acpi/
H A Dscan.c446 .match = acpi_bus_match,
607 * devices that match the driver's criteria and binds. Returns zero for
631 * devices that match the driver's criteria and unbinds.
/drivers/block/
H A Dswim3.c1197 static int __devinit swim3_attach(struct macio_dev *mdev, const struct of_device_id *match) argument
/drivers/ide/
H A Dpmac.c155 * - Write data setup, which appears to match the cycle time. They
1143 pmac_ide_macio_attach(struct macio_dev *mdev, const struct of_device_id *match) argument
/drivers/media/video/
H A Dvia-camera.c812 if (v4l2_chip_match_host(&ident->match)) {
/drivers/net/ethernet/3com/
H A D3c509.c385 .match = el3_isa_match,
/drivers/pcmcia/
H A Dds.c859 * with a prod_id/manf_id/card_id match.
867 "skipping FUNC_ID match until userspace ACK\n");
899 /* match dynamic devices first */
902 dev_dbg(dev, "trying to match to %s\n", drv->name);
912 dev_dbg(dev, "trying to match to %s\n", drv->name);
1402 .match = pcmcia_bus_match,
/drivers/s390/crypto/
H A Dap_bus.c804 .match = &ap_bus_match,
/drivers/ssb/
H A Dmain.c402 .match = ssb_bus_match,
/drivers/tty/vt/
H A Dkeyboard.c1483 * match the rest of the system.
1513 .match = kbd_match,
/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c1875 v4l2_std_id pat; /* Pattern to match */
3006 sub-devices so that they match our current control values. */
4217 they don't match, fix it... */
4220 /* They match; nothing to do */
5297 struct v4l2_dbg_match *match, u64 reg_id,
5307 req.match = *match;
5296 pvr2_hdw_register_access(struct pvr2_hdw *hdw, struct v4l2_dbg_match *match, u64 reg_id, int setFl, u64 *val_ptr) argument
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c1717 bool match = true; local
1726 match = false;
1730 return match;
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2040 * @device: device to match (rport)
2043 * 1 if event matches rport / 0 if event does not match rport
2060 * @device: device to match (starget)
2063 * 1 if event matches starget / 0 if event does not match starget
2075 * @device: device to match (sdev)
2078 * 1 if event matches sdev / 0 if event does not match sdev
2090 * @device: device to match (starget or sdev)
2091 * @match: match function
2097 int (*match) (struc
[all...]
/drivers/video/omap2/dss/
H A Ddsi.c1347 int match = 0; local
1429 match = 1;
1447 if (!match) {
/drivers/i2c/
H A Di2c-core.c77 /* Attempt an OF style match */
82 /* match on an id table if there is one */
318 .match = i2c_device_match,
1539 /* Stop here if the classes do not match */
/drivers/net/wireless/ipw2x00/
H A Dipw2100.c2439 u32 match, reg; local
2459 match = ipw2100_match_buf(priv, (u8 *) status,
2462 if (match < SEARCH_SUCCESS)
2463 IPW_DEBUG_INFO("%s: DMA status match in Firmware at "
2465 priv->net_dev->name, match,
2468 IPW_DEBUG_INFO("%s: No DMA status match in "
/drivers/s390/cio/
H A Ddevice.c1672 * If a match is found, its reference count of the found device is increased
1994 .match = ccw_bus_match,
/drivers/scsi/fcoe/
H A Dfcoe.c800 * fcoe_oem_match() - The match routine for the offloaded exchange manager
1587 /* adjust skb network/transport offsets to match mac/fcoe/port */
2377 .match = fcoe_match,

Completed in 4414 milliseconds

1234567891011