Searched defs:caps (Results 1 - 17 of 17) sorted by relevance

/include/linux/spi/
H A Dmmc_spi.h34 unsigned long caps; member in struct:mmc_spi_platform_data
/include/linux/dvb/
H A Ddmx.h123 __u32 caps; member in struct:dmx_caps
H A Dfrontend.h84 fe_caps_t caps; member in struct:dvb_frontend_info
/include/linux/mmc/
H A Dsh_mmcif.h48 unsigned long caps; member in struct:sh_mmcif_plat_data
H A Ddw_mmc.h222 unsigned int caps; /* Capabilities */ member in struct:dw_mci_board
H A Dsdhci.h28 /* Controller has bad caps bits, but really supports DMA */
80 /* Controller is missing device caps. Use caps provided by host */
158 unsigned int caps; /* Alternative capabilities */ member in struct:sdhci_host
H A Dhost.h191 unsigned long caps; /* Host capabilities */ member in struct:mmc_host
359 #define mmc_host_is_spi(host) ((host)->caps & MMC_CAP_SPI)
427 return !(host->caps & MMC_CAP_NONREMOVABLE) && mmc_assume_removable;
442 return host->caps & MMC_CAP_CMD23;
/include/linux/amba/
H A Dclcd.h103 u32 caps; member in struct:clcd_panel
130 u32 caps; member in struct:clcd_board
234 if (fb->panel->caps && fb->board->caps &&
/include/scsi/
H A Dscsi_transport_iscsi.h47 * @caps: iSCSI Data-Path capabilities
88 unsigned int caps; member in struct:iscsi_transport
H A Dosd_protocol.h239 u8 caps[OSDv1_CAP_LEN]; member in struct:osdv1_cdb
245 u8 caps[OSD_CAP_LEN]; member in struct:osdv2_cdb
620 * permissions_bit_mask is unaligned use below to set into caps
/include/linux/
H A Dnfs_fs_sb.h110 unsigned int caps; /* server capabilities */ member in struct:nfs_server
H A Dmemstick.h278 unsigned int caps; member in struct:memstick_host
H A Dsoundcard.h520 int caps; member in struct:sound_timer_info
/include/video/
H A Domapdss.h388 enum omap_overlay_caps caps; member in struct:omap_overlay
439 enum omap_overlay_manager_caps caps; member in struct:omap_overlay_manager
580 enum omap_display_caps caps; member in struct:omap_dss_device
/include/linux/ceph/
H A Dceph_fs.h425 __le32 caps, wanted; /* new issued, wanted */ member in struct:ceph_mds_request_release
454 __le32 caps, wanted; /* caps issued, wanted */ member in struct:ceph_mds_reply_cap
470 struct ceph_mds_reply_cap cap; /* caps issued for this inode */
629 * caps message, used for capability callbacks, acks, requests, etc.
636 __le32 caps, wanted, dirty; /* latest issued/wanted/dirty */ member in struct:ceph_mds_caps
/include/linux/mlx4/
H A Ddevice.h493 struct mlx4_caps caps; member in struct:mlx4_dev
515 for ((port) = 1; (port) <= (dev)->caps.num_ports; (port)++) \
516 if ((type) == (dev)->caps.port_mask[(port)])
519 for ((port) = 1; (port) <= (dev)->caps.num_ports; (port)++) \
520 if (((dev)->caps.port_mask[port] == MLX4_PORT_TYPE_IB) || \
521 ((dev)->caps.flags & MLX4_DEV_CAP_FLAG_IBOE))
530 return (qpn < dev->caps.sqp_start + 8);
/include/sound/
H A Dac97_codec.h500 unsigned short caps; /* capabilities (register 0) */ member in struct:snd_ac97

Completed in 232 milliseconds