Lines Matching refs:capability
97 but even when two drives have the same capability their drivers'
251 &const\ int& capability;& capability flags \cr
259 NULL instead. The $capability$ flags specify the capabilities of the
265 $cdrom_device_ops$ because they describe the capability of the {\em
289 & int& mask;& mask of capability: disables them \cr
305 in $ops\to capability$, if a specific drive doesn't support a feature
340 corresponding capability flags will be cleared upon registration.
444 this `auto-selection' capability, the decision should be made on the
547 \label{capability} label
552 capability-constants that are defined in \cdromh\ at the registration
570 The capability flag is declared $const$, to prevent drivers from
571 accidentally tampering with the contents. The capability fags actually
573 by the driver does not have the capability, is can be masked out by
576 hence its corresponding flags in $capability$ will be set. But a SCSI
583 if\ (cdo\rightarrow capability \mathrel\& \mathord{\sim} cdi\rightarrow mask
584 \mathrel{\&} CDC_<capability>) \ldots
939 \item[CDROM_GET_CAPABILITY] Returns the $capability$ flags for the
940 drive. Refer to section \ref{capability} for more information on
969 make the entry $NULL$. At the entry $capability$ you should list all
971 has a capability that is not listed, please send me a message.