/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-curproc.c | 58 void cfs_cap_raise(cfs_cap_t cap) in cfs_cap_raise() 69 void cfs_cap_lower(cfs_cap_t cap) in cfs_cap_lower() 80 int cfs_cap_raised(cfs_cap_t cap) in cfs_cap_raised() 85 static void cfs_kernel_cap_pack(kernel_cap_t kcap, cfs_cap_t *cap) in cfs_kernel_cap_pack() 93 cfs_cap_t cap; in cfs_curproc_cap_pack() local
|
/linux-4.4.14/drivers/thunderbolt/ |
D | cap.c | 21 static bool tb_cap_is_basic(struct tb_cap_any *cap) in tb_cap_is_basic() 27 static bool tb_cap_is_long(struct tb_cap_any *cap) in tb_cap_is_long() 34 static enum tb_cap tb_cap(struct tb_cap_any *cap) in tb_cap() 43 static u32 tb_cap_next(struct tb_cap_any *cap, u32 offset) in tb_cap_next() 80 int tb_find_cap(struct tb_port *port, enum tb_cfg_space space, enum tb_cap cap) in tb_find_cap()
|
D | switch.c | 187 int cap; in tb_init_port() local 342 int cap; in tb_switch_alloc() local
|
D | tb.c | 116 int cap; in tb_find_unused_down_port() local 146 int cap; in tb_activate_pcie_devices() local
|
D | tunnel_pci.c | 150 int cap = tb_find_cap(port, TB_CFG_PORT, TB_CAP_PCIE); in tb_pci_port_active() local
|
D | eeprom.c | 238 struct tb_cap_plug_events cap; in tb_eeprom_get_drom_offset() local
|
D | tb_regs.h | 49 u8 cap; /* if cap == 0x05 then we have a extended capability */ member
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_reg.h | 412 #define SXGBE_HW_FEAT_GMII(cap) ((cap & 0x00000002) >> 1) argument 413 #define SXGBE_HW_FEAT_VLAN_HASH_FILTER(cap) ((cap & 0x00000010) >> 4) argument 414 #define SXGBE_HW_FEAT_SMA(cap) ((cap & 0x00000020) >> 5) argument 415 #define SXGBE_HW_FEAT_PMT_TEMOTE_WOP(cap) ((cap & 0x00000040) >> 6) argument 416 #define SXGBE_HW_FEAT_PMT_MAGIC_PKT(cap) ((cap & 0x00000080) >> 7) argument 417 #define SXGBE_HW_FEAT_RMON(cap) ((cap & 0x00000100) >> 8) argument 418 #define SXGBE_HW_FEAT_ARP_OFFLOAD(cap) ((cap & 0x00000200) >> 9) argument 419 #define SXGBE_HW_FEAT_IEEE1500_2008(cap) ((cap & 0x00001000) >> 12) argument 420 #define SXGBE_HW_FEAT_EEE(cap) ((cap & 0x00002000) >> 13) argument 421 #define SXGBE_HW_FEAT_TX_CSUM_OFFLOAD(cap) ((cap & 0x00004000) >> 14) argument [all …]
|
/linux-4.4.14/kernel/ |
D | capability.c | 296 struct user_namespace *ns, int cap) in has_ns_capability() 317 bool has_capability(struct task_struct *t, int cap) in has_capability() 336 struct user_namespace *ns, int cap) in has_ns_capability_noaudit() 359 bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit() 375 bool ns_capable(struct user_namespace *ns, int cap) in ns_capable() 401 bool capable(int cap) in capable() 421 int cap) in file_ns_capable() 442 bool capable_wrt_inode_uidgid(const struct inode *inode, int cap) in capable_wrt_inode_uidgid()
|
/linux-4.4.14/include/linux/ |
D | capability.h | 24 __u32 cap[_KERNEL_CAPABILITY_U32S]; member 174 static inline int cap_is_fs_cap(int cap) in cap_is_fs_cap() 218 static inline bool has_capability(struct task_struct *t, int cap) in has_capability() 223 struct user_namespace *ns, int cap) in has_ns_capability() 227 static inline bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit() 232 struct user_namespace *ns, int cap) in has_ns_capability_noaudit() 236 static inline bool capable(int cap) in capable() 240 static inline bool ns_capable(struct user_namespace *ns, int cap) in ns_capable()
|
D | mii.h | 304 static inline u16 mii_advertise_flowctrl(int cap) in mii_advertise_flowctrl() 325 u8 cap = 0; in mii_resolve_flowctrl_fdx() local
|
D | nvme.h | 21 __u64 cap; /* Controller Capabilities */ member 36 #define NVME_CAP_MQES(cap) ((cap) & 0xffff) argument 37 #define NVME_CAP_TIMEOUT(cap) (((cap) >> 24) & 0xff) argument 38 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) argument 39 #define NVME_CAP_NSSRC(cap) (((cap) >> 36) & 0x1) argument 40 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) argument 41 #define NVME_CAP_MPSMAX(cap) (((cap) >> 52) & 0xf) argument
|
D | lsm_audit.h | 67 int cap; member
|
D | nfs_fs.h | 304 static inline int nfs_server_capable(struct inode *inode, int cap) in nfs_server_capable()
|
D | iommu.h | 335 static inline bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) in iommu_capable()
|
D | pci.h | 247 struct pci_cap_saved_data cap; member 1451 static inline int pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 1454 int cap) in pci_find_next_capability() 1456 static inline int pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-sysfs.c | 90 cap_t cap; in pcrs_show() local 119 cap_t cap; in enabled_show() local 135 cap_t cap; in active_show() local 151 cap_t cap; in owned_show() local 167 cap_t cap; in temp_deactivated_show() local 183 cap_t cap; in caps_show() local
|
D | tpm-interface.c | 433 ssize_t tpm_getcap(struct device *dev, __be32 subcap_id, cap_t *cap, in tpm_getcap()
|
D | tpm.h | 326 __be32 cap; member 333 cap_t cap; member
|
/linux-4.4.14/fs/ceph/ |
D | caps.c | 126 struct ceph_cap *cap; in ceph_caps_finalize() local 155 struct ceph_cap *cap; in ceph_reserve_caps() local 227 struct ceph_cap *cap = NULL; in ceph_get_cap() local 262 void ceph_put_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap) in ceph_put_cap() 312 struct ceph_cap *cap; in __get_cap_for_mds() local 329 struct ceph_cap *cap; in ceph_get_cap_for_mds() local 342 struct ceph_cap *cap; in __ceph_get_cap_mds() local 376 struct ceph_cap *cap = NULL; in __insert_cap_node() local 473 static void __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, in __check_cap_issue() 519 struct ceph_cap *cap; in ceph_add_cap() local [all …]
|
D | mds_client.c | 712 struct ceph_cap *cap; in __choose_mds() local 1033 struct ceph_cap *cap; in cleanup_cap_releases() local 1081 struct ceph_cap *cap; in iterate_session_caps() local 1143 static int remove_session_caps_cb(struct inode *inode, struct ceph_cap *cap, in remove_session_caps_cb() 1224 struct ceph_cap *cap, *prev = NULL; in remove_session_caps() local 1262 static int wake_up_session_cb(struct inode *inode, struct ceph_cap *cap, in wake_up_session_cb() 1410 static int trim_caps_cb(struct inode *inode, struct ceph_cap *cap, void *arg) in trim_caps_cb() 1591 struct ceph_cap *cap; in ceph_send_cap_releases() local 2066 struct ceph_cap *cap = in __prepare_send_request() local 2783 static int encode_caps_cb(struct inode *inode, struct ceph_cap *cap, in encode_caps_cb()
|
/linux-4.4.14/security/apparmor/ |
D | capability.c | 65 static int audit_caps(struct aa_profile *profile, int cap, int error) in audit_caps() 117 static int profile_capable(struct aa_profile *profile, int cap) in profile_capable() 132 int aa_capable(struct aa_profile *profile, int cap, int audit) in aa_capable()
|
D | lsm.c | 132 int cap, int audit) in apparmor_capable()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | common.h | 97 #define HFI1_CAP_KSET(cap) ({ hfi1_cap_mask |= HFI1_CAP_##cap; hfi1_cap_mask; }) argument 98 #define HFI1_CAP_KCLEAR(cap) \ argument 103 #define HFI1_CAP_USET(cap) \ argument 108 #define HFI1_CAP_UCLEAR(cap) \ argument 113 #define HFI1_CAP_SET(cap) \ argument 119 #define HFI1_CAP_CLEAR(cap) \ argument
|
D | hfi.h | 92 #define HFI1_CAP_KGET_MASK(mask, cap) ((mask) & HFI1_CAP_##cap) argument 93 #define HFI1_CAP_UGET_MASK(mask, cap) \ argument 95 #define HFI1_CAP_KGET(cap) (HFI1_CAP_KGET_MASK(hfi1_cap_mask, cap)) argument 96 #define HFI1_CAP_UGET(cap) (HFI1_CAP_UGET_MASK(hfi1_cap_mask, cap)) argument 97 #define HFI1_CAP_IS_KSET(cap) (!!HFI1_CAP_KGET(cap)) argument 98 #define HFI1_CAP_IS_USET(cap) (!!HFI1_CAP_UGET(cap)) argument
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 160 u8 pos, int cap, int *ttl) in __pci_find_next_cap_ttl() 184 u8 pos, int cap) in __pci_find_next_cap() 191 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap) in pci_find_next_capability() 237 int pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 262 int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap) in pci_bus_find_capability() 288 int pci_find_next_ext_capability(struct pci_dev *dev, int start, int cap) in pci_find_next_ext_capability() 343 int pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability() 352 u8 cap, mask; in __pci_find_next_ht_cap() local 940 u16 cap, bool extended) in _pci_find_saved_cap() 951 struct pci_cap_saved_state *pci_find_saved_cap(struct pci_dev *dev, char cap) in pci_find_saved_cap() [all …]
|
D | ats.c | 130 u16 cap; in pci_ats_queue_depth() local
|
D | access.c | 287 u8 cap; member 481 u8 cap; in pci_vpd_pci22_init() local
|
D | vc.c | 278 u32 cap; in pci_vc_do_save_buffer() local
|
D | pci.h | 251 u32 cap; /* SR-IOV Capabilities */ member
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 44 struct v4l2_cropcap cap; in soc_camera_client_g_rect() local 102 struct v4l2_cropcap cap; in soc_camera_client_s_crop() local 224 struct v4l2_cropcap cap; in client_set_fmt() local
|
D | atmel-isi.c | 761 struct v4l2_capability *cap) in isi_camera_querycap()
|
/linux-4.4.14/arch/x86/kernel/ |
D | aperture_64.c | 95 static u32 __init find_cap(int bus, int slot, int func, int cap) in find_cap() 121 static u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order) in read_agp() 197 u32 class, cap; in search_agp_bridge() local
|
D | vsmp_64.c | 93 unsigned int cap, ctl, cfg; in set_vsmp_pv_ops() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | acer-wmi.c | 615 static bool has_cap(u32 cap) in has_cap() 654 static acpi_status AMW0_get_u32(u32 *value, u32 cap) in AMW0_get_u32() 724 static acpi_status AMW0_set_u32(u32 value, u32 cap) in AMW0_set_u32() 946 static acpi_status WMID_get_u32(u32 *value, u32 cap) in WMID_get_u32() 982 static acpi_status WMID_set_u32(u32 value, u32 cap) in WMID_set_u32() 1073 static acpi_status wmid_v2_get_u32(u32 *value, u32 cap) in wmid_v2_get_u32() 1180 static acpi_status wmid_v2_set_u32(u32 value, u32 cap) in wmid_v2_set_u32() 1280 static acpi_status get_u32(u32 *value, u32 cap) in get_u32() 1309 static acpi_status set_u32(u32 value, u32 cap) in set_u32() 1542 u32 cap = (unsigned long)data; in acer_rfkill_set() local [all …]
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | conf_space_capability.c | 33 static inline void register_capability(struct xen_pcibk_config_capability *cap) in register_capability() 41 struct xen_pcibk_config_capability *cap; in xen_pcibk_config_capability_add_fields() local
|
/linux-4.4.14/drivers/char/ |
D | efirtc.c | 153 efi_time_cap_t cap; in efi_rtc_ioctl() local 302 efi_time_cap_t cap; in efi_rtc_proc_show() local
|
D | hpet.c | 842 u64 cap, mcfg; in hpet_alloc() local
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | common.c | 41 void __fimc_vidioc_querycap(struct device *dev, struct v4l2_capability *cap, in __fimc_vidioc_querycap()
|
D | fimc-capture.c | 88 struct fimc_vid_cap *cap = &fimc->vid_cap; in fimc_capture_state_cleanup() local 181 struct fimc_vid_cap *cap = &fimc->vid_cap; in fimc_capture_irq_handler() local 728 struct v4l2_capability *cap) in fimc_cap_querycap()
|
D | fimc-isp-video.c | 355 struct v4l2_capability *cap) in isp_video_querycap()
|
D | fimc-m2m.c | 242 struct v4l2_capability *cap) in fimc_m2m_querycap()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpufeature.c | 657 #define HWCAP_CAP(reg, field, min_value, type, cap) \ argument 687 static void cap_set_hwcap(const struct arm64_cpu_capabilities *cap) in cap_set_hwcap() 708 static bool __maybe_unused cpus_have_hwcap(const struct arm64_cpu_capabilities *cap) in cpus_have_hwcap() 833 const struct arm64_cpu_capabilities *cap) in fail_incapable_cpu()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 453 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropl_min_get() local 464 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropl_max_get() local 478 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropt_min_get() local 489 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropt_max_get() local 503 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropw_max_get() local 519 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_croph_max_get() local 535 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbl() local 546 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbt() local 557 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbw() local 568 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbh() local [all …]
|
D | pvrusb2-v4l2.c | 141 static int pvr2_querycap(struct file *file, void *priv, struct v4l2_capability *cap) in pvr2_querycap() 697 static int pvr2_cropcap(struct file *file, void *priv, struct v4l2_cropcap *cap) in pvr2_cropcap()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 156 const struct v4l2_bt_timings_cap *cap = &dvcap->bt; in v4l2_valid_dv_timings() local 178 const struct v4l2_dv_timings_cap *cap, in v4l2_enum_dv_timings_cap() 198 const struct v4l2_dv_timings_cap *cap, in v4l2_find_dv_timings_cap()
|
D | v4l2-subdev.c | 423 struct v4l2_dv_timings_cap *cap = arg; in subdev_do_ioctl() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | async_tx.h | 32 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \ argument
|
/linux-4.4.14/net/mac80211/ |
D | vht.c | 59 u32 cap, n; in ieee80211_apply_vhtcap_overrides() local 445 u16 mask, cap = le16_to_cpu(vht_cap); in ieee80211_get_vht_mask_from_cap() local
|
D | mesh_sync.c | 171 u8 cap; in mesh_sync_offset_adjust_tbtt() local
|
D | iface.c | 1798 __le16 cap; in ieee80211_if_add() local
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 136 static int pseries_eeh_find_cap(struct pci_dn *pdn, int cap) in pseries_eeh_find_cap() 161 static int pseries_eeh_find_ecap(struct pci_dn *pdn, int cap) in pseries_eeh_find_ecap()
|
/linux-4.4.14/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 136 u32 pos, int cap, int *ttl) in pci_find_own_next_cap_ttl() 156 u32 pos, int cap) in pci_find_own_next_cap() 201 int cap) in pci_find_own_capability() 298 u32 cap, vec, flags; in pcie_gadget_no_of_msi_show() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | irq_remapping.h | 68 static inline bool irq_remapping_cap(enum irq_remap_cap cap) { return 0; } in irq_remapping_cap()
|
D | perf_event.h | 279 static inline void perf_get_x86_pmu_capability(struct x86_pmu_capability *cap) in perf_get_x86_pmu_capability()
|
/linux-4.4.14/drivers/char/agp/ |
D | parisc-agp.c | 289 lba_find_capability(int cap) in lba_find_capability() 316 int cap; in agp_lba_init() local
|
D | hp-agp.c | 184 hp_zx1_lba_find_capability (volatile u8 __iomem *hpa, int cap) in hp_zx1_lba_find_capability() 210 int cap; in hp_zx1_lba_init() local
|
D | amd64-agp.c | 270 static int fix_northbridge(struct pci_dev *nb, struct pci_dev *agp, u16 cap) in fix_northbridge()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | powerpc.c | 1055 struct kvm_enable_cap *cap) in kvm_vcpu_ioctl_enable_cap() 1177 struct kvm_enable_cap cap; in kvm_arch_vcpu_ioctl() local 1271 struct kvm_enable_cap *cap) in kvm_vm_ioctl_enable_cap() 1326 struct kvm_enable_cap cap; in kvm_arch_vm_ioctl() local
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | alternative.h | 136 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ argument
|
/linux-4.4.14/drivers/dma/ |
D | dmaengine.c | 320 enum dma_transaction_type cap; in dma_channel_table_init() local 400 static struct dma_chan *min_chan(enum dma_transaction_type cap, int cpu) in min_chan() 445 int cap; in dma_channel_rebalance() local
|
/linux-4.4.14/include/uapi/linux/ |
D | virtio_pci.h | 130 struct virtio_pci_cap cap; member 162 struct virtio_pci_cap cap; member
|
D | if_arcnet.h | 124 struct arc_cap cap; member
|
D | telephony.h | 83 int cap; member
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 369 static u32 __init find_cap(u32 num, u32 slot, u32 func, int cap) in find_cap() 413 unsigned cap; in find_dbgp() local 719 u32 cap; in early_ehci_bios_handoff() local 834 u32 bus, slot, func, cap; in early_dbgp_init() local
|
/linux-4.4.14/drivers/iommu/ |
D | irq_remapping.c | 88 bool irq_remapping_cap(enum irq_remap_cap cap) in irq_remapping_cap()
|
D | s390-iommu.c | 40 static bool s390_iommu_capable(enum iommu_cap cap) in s390_iommu_capable()
|
D | msm_iommu.c | 604 static bool msm_iommu_capable(enum iommu_cap cap) in msm_iommu_capable()
|
D | tegra-gart.c | 332 static bool gart_iommu_capable(enum iommu_cap cap) in gart_iommu_capable()
|
D | fsl_pamu_domain.c | 401 static bool fsl_pamu_capable(enum iommu_cap cap) in fsl_pamu_capable()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | atmel_nand.c | 471 static int pmecc_get_ecc_bytes(int cap, int sector_size) in pmecc_get_ecc_bytes() 506 const int cap = host->pmecc_corr_cap; in pmecc_data_alloc() local 558 const int cap = host->pmecc_corr_cap; in pmecc_substitute() local 604 const int16_t cap = host->pmecc_corr_cap; in pmecc_get_sigma() local 756 const int cap = host->pmecc_corr_cap; in pmecc_err_location() local 1064 int *cap, int *sector_size) in pmecc_choose_ecc() 1166 int cap, sector_size, err_no; in atmel_pmecc_nand_init_params() local
|
/linux-4.4.14/drivers/acpi/ |
D | video_detect.c | 65 long *cap = context; in find_video() local
|
D | acpi_extlog.c | 223 u64 cap; in extlog_init() local
|
D | acpi_video.c | 157 struct acpi_video_bus_cap cap; member 203 struct acpi_video_device_cap cap; member
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-efi.c | 166 efi_time_cap_t cap; in efi_read_time() local
|
/linux-4.4.14/drivers/spi/ |
D | spi-fsl-spi.h | 28 __be32 cap; /* TYPE_GRLIB specific */ member
|
/linux-4.4.14/include/sound/ |
D | designware_i2s.h | 43 unsigned int cap; member
|
/linux-4.4.14/security/ |
D | commoncap.c | 71 int cap_capable(const struct cred *cred, struct user_namespace *targ_ns, in cap_capable() 869 static int cap_prctl_drop(unsigned long cap) in cap_prctl_drop()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dmtimer.c | 192 u32 cap = 0; in _omap_dm_timer_request() local 299 struct omap_dm_timer *omap_dm_timer_request_by_cap(u32 cap) in omap_dm_timer_request_by_cap()
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci_config.c | 897 u8 cap; in vfio_find_cap_start() local 1084 static int vfio_cap_len(struct vfio_pci_device *vdev, u8 cap, u8 pos) in vfio_cap_len() 1275 u8 pos, *prev, cap; in vfio_cap_init() local 1558 u8 cap = vdev->pci_config_map[pos]; in vfio_pci_cap_remaining_dword() local
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | hdmiphy_drv.c | 226 struct v4l2_dv_timings_cap *cap) in hdmiphy_dv_timings_cap()
|
D | mixer_video.c | 159 struct v4l2_capability *cap) in mxr_querycap() 566 struct v4l2_dv_timings_cap *cap) in mxr_dv_timings_cap()
|
D | hdmi_drv.c | 693 struct v4l2_dv_timings_cap *cap) in hdmi_dv_timings_cap()
|
/linux-4.4.14/drivers/mfd/ |
D | rts5227.c | 106 u16 cap; in rts5227_extra_init_hw() local
|
/linux-4.4.14/drivers/dma/dw/ |
D | platform.c | 38 dma_cap_mask_t cap; in dw_dma_of_xlate() local
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | udc.h | 48 u32 cap; member
|
D | ci.h | 151 void __iomem *cap; member
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | 11h.c | 42 struct mwifiex_ie_types_pwr_capability *cap; in mwifiex_11h_process_infra_join() local
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_hca.c | 367 u32 cap; in ehca_modify_port() local
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zr36016.c | 315 struct vfe_settings *cap, in zr36016_set_video()
|
D | zr36060.c | 596 struct vfe_settings *cap, in zr36060_set_video()
|
D | zr36050.c | 605 struct vfe_settings *cap, in zr36050_set_video()
|
D | zoran_device.c | 961 struct vfe_settings cap; in zr36057_enable_jpg() local
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-ci.c | 50 struct ca_caps *cap = arg; in fdtv_ca_get_caps() local
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-pci-skeleton.c | 304 struct v4l2_capability *cap) in skeleton_querycap() 597 struct v4l2_dv_timings_cap *cap) in skeleton_dv_timings_cap()
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_seq.c | 144 int i, type, cap; in snd_emux_create_port() local
|
/linux-4.4.14/include/linux/mlx5/ |
D | device.h | 1143 #define MLX5_CAP_GEN(mdev, cap) \ argument 1146 #define MLX5_CAP_GEN_MAX(mdev, cap) \ argument 1149 #define MLX5_CAP_ETH(mdev, cap) \ argument 1153 #define MLX5_CAP_ETH_MAX(mdev, cap) \ argument 1157 #define MLX5_CAP_ROCE(mdev, cap) \ argument 1160 #define MLX5_CAP_ROCE_MAX(mdev, cap) \ argument 1163 #define MLX5_CAP_ATOMIC(mdev, cap) \ argument 1166 #define MLX5_CAP_ATOMIC_MAX(mdev, cap) \ argument 1169 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ argument 1172 #define MLX5_CAP_FLOWTABLE_MAX(mdev, cap) \ argument [all …]
|
/linux-4.4.14/drivers/usb/host/ |
D | pci-quirks.c | 680 u32 cap, u8 offset) in ehci_bios_handoff() 755 u32 hcc_params, cap, val; in quirk_usb_disable_ehci() local
|
D | ehci-dbg.c | 824 u32 offset, cap, cap2; in fill_registers_buffer() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 373 struct qlcnic_dcb_capability *cap = &dcb->cfg->capability; in __qlcnic_dcb_get_capability() local 407 struct qlcnic_dcb_capability *cap; in qlcnic_82xx_dcb_get_hw_capability() local 544 struct qlcnic_dcb_capability *cap = &dcb->cfg->capability; in qlcnic_83xx_dcb_get_hw_capability() local 881 u8 *cap) in qlcnic_dcb_get_capability()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ioctl.c | 125 static u32 vmw_mask_multisample(unsigned int cap, u32 fmt_value) in vmw_mask_multisample()
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce_intel.c | 75 u64 cap; in cmci_supported() local
|
D | mce.c | 1379 u64 cap; in __mcheck_cpu_cap_init() local 1418 u64 cap; in __mcheck_cpu_init_generic() local
|
/linux-4.4.14/drivers/hwmon/ |
D | jc42.c | 420 int i, config, cap, manid, devid; in jc42_detect() local 453 int config, cap; in jc42_probe() local
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 524 struct v4l2_captureparm *cap = &p->parm.capture; in cpia2_g_parm() local 543 struct v4l2_captureparm *cap = &p->parm.capture; in cpia2_s_parm() local
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi_port.c | 175 static u32 mcdi_to_ethtool_cap(u32 media, u32 cap) in mcdi_to_ethtool_cap() 230 static u32 ethtool_to_mcdi_cap(u32 cap) in ethtool_to_mcdi_cap()
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.c | 326 static int kvm_vm_ioctl_enable_cap(struct kvm *kvm, struct kvm_enable_cap *cap) in kvm_vm_ioctl_enable_cap() 934 struct kvm_enable_cap cap; in kvm_arch_vm_ioctl() local 2427 struct kvm_enable_cap *cap) in kvm_vcpu_ioctl_enable_cap() 2610 struct kvm_enable_cap cap; in kvm_arch_vcpu_ioctl() local
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 414 u64 cap; in init_mce_inject() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | ths8200.c | 411 struct v4l2_dv_timings_cap *cap) in ths8200_dv_timings_cap()
|
D | tvp5150.c | 590 struct v4l2_sliced_vbi_cap *cap) in tvp5150_g_sliced_vbi_cap()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vbi-cap.c | 343 int vidioc_g_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_sliced_vbi_cap *cap) in vidioc_g_sliced_vbi_cap()
|
D | vivid-vid-common.c | 855 struct v4l2_dv_timings_cap *cap) in vidioc_dv_timings_cap()
|
D | vivid-kthread-cap.c | 62 u16 *cap, const u16 *osd) in copy_pix()
|
D | vivid-core.c | 200 struct v4l2_capability *cap) in vidioc_querycap()
|
D | vivid-vid-out.c | 802 struct v4l2_cropcap *cap) in vivid_vid_out_cropcap()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 284 static int pnv_eeh_find_cap(struct pci_dn *pdn, int cap) in pnv_eeh_find_cap() 319 static int pnv_eeh_find_ecap(struct pci_dn *pdn, int cap) in pnv_eeh_find_ecap()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 79 static u32 pt_cap_get(enum pt_capabilities cap) in pt_cap_get() 94 enum pt_capabilities cap = (long)ea->var; in pt_cap_show() local
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 568 struct v4l2_capability *cap) in vidioc_querycap() 727 struct v4l2_dv_timings_cap *cap) in vidioc_dv_timings_cap()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_ca.c | 270 ca_caps_t cap; in dvb_ca_ioctl() local
|
D | av7110_v4l.c | 541 struct v4l2_sliced_vbi_cap *cap) in vidioc_g_sliced_vbi_cap()
|
/linux-4.4.14/security/smack/ |
D | smack_access.c | 637 int smack_privileged(int cap) in smack_privileged()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 416 unsigned int cap = 0; in snd_oxfw_create_pcm() local
|
/linux-4.4.14/fs/afs/ |
D | cmservice.c | 542 } cap; in SRXAFSCB_TellMeAboutYourself() member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | setup_64.c | 514 unsigned long cap = sparc64_elf_hwcap; in init_sparc64_elf_hwcap() local
|
/linux-4.4.14/arch/mips/kvm/ |
D | mips.c | 873 struct kvm_enable_cap *cap) in kvm_vcpu_ioctl_enable_cap() 957 struct kvm_enable_cap cap; in kvm_arch_vcpu_ioctl() local
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 1756 void set_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in set_feat_caps() 1770 int get_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in get_feat_caps() 1786 void clear_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in clear_feat_caps()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | sky2.c | 1666 int cap; in sky2_hw_up() local 4280 static int sky2_vpd_wait(const struct sky2_hw *hw, int cap, u16 busy) in sky2_vpd_wait() 4296 static int sky2_vpd_read(struct sky2_hw *hw, int cap, void *data, in sky2_vpd_read() 4320 static int sky2_vpd_write(struct sky2_hw *hw, int cap, const void *data, in sky2_vpd_write() 4343 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_get_eeprom() local 4357 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_set_eeprom() local
|
D | skge.c | 794 static u32 skge_vpd_read(struct pci_dev *pdev, int cap, u16 offset) in skge_vpd_read() 808 static void skge_vpd_write(struct pci_dev *pdev, int cap, u16 offset, u32 val) in skge_vpd_write() 824 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_get_eeprom() local 850 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_set_eeprom() local
|
/linux-4.4.14/sound/soc/ux500/ |
D | ux500_msp_dai.c | 587 unsigned int cap; in ux500_msp_dai_set_tdm_slot() local
|
/linux-4.4.14/drivers/media/pci/dt3155/ |
D | dt3155.c | 308 struct v4l2_capability *cap) in dt3155_querycap()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 598 int cap = 0; in speed_duplex_to_caps() local 642 int cap = speed_duplex_to_caps(speed, cmd->duplex); in set_settings() local
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_hdmi.c | 1928 static int hdmi_chmap_cea_alloc_validate_get_type(struct cea_channel_speaker_allocation *cap, in hdmi_chmap_cea_alloc_validate_get_type() 1939 static void hdmi_cea_alloc_to_tlv_chmap(struct cea_channel_speaker_allocation *cap, in hdmi_cea_alloc_to_tlv_chmap() 1973 struct cea_channel_speaker_allocation *cap; in hdmi_chmap_ctl_tlv() local 2955 static int nvhdmi_chmap_cea_alloc_validate_get_type(struct cea_channel_speaker_allocation *cap, in nvhdmi_chmap_cea_alloc_validate_get_type() 3236 struct cea_channel_speaker_allocation *cap; in atihdmi_paired_chmap_validate() local 3345 …ic int atihdmi_paired_chmap_cea_alloc_validate_get_type(struct cea_channel_speaker_allocation *cap, in atihdmi_paired_chmap_cea_alloc_validate_get_type() 3373 static void atihdmi_paired_cea_alloc_to_tlv_chmap(struct cea_channel_speaker_allocation *cap, in atihdmi_paired_cea_alloc_to_tlv_chmap()
|
D | hda_proc.c | 455 unsigned int cap = param_read(codec, nid, AC_PAR_VOL_KNB_CAP); in print_vol_knob() local
|
/linux-4.4.14/drivers/usb/core/ |
D | config.c | 784 struct usb_dev_cap_header *cap; in usb_get_bos_descriptor() local
|
/linux-4.4.14/arch/frv/kernel/ |
D | dma.c | 27 uint8_t cap; /* capabilities available */ member
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctmixer.c | 530 struct capabilities cap = atc->capabilities(atc); in do_switch() local 742 struct capabilities cap = atc->capabilities(atc); in ct_mixer_kcontrols_create() local
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 68 uvc_v4l2_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in uvc_v4l2_querycap()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_pe.c | 696 int cap; in eeh_bridge_check_link() local
|
D | eeh.c | 167 int cap, i; in eeh_dump_dev_log() local
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-video.c | 799 struct v4l2_capability *cap) in cx88_querycap() 826 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/ata/ |
D | ahci.h | 329 u32 cap; /* cap to use */ member 418 static inline int ahci_nr_ports(u32 cap) in ahci_nr_ports()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1230 static int mthca_set_qp_size(struct mthca_dev *dev, struct ib_qp_cap *cap, in mthca_set_qp_size() 1275 struct ib_qp_cap *cap, in mthca_alloc_qp() 1348 struct ib_qp_cap *cap, in mthca_alloc_sqp()
|
/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 68 void __iomem *cap; member
|
/linux-4.4.14/drivers/pcmcia/ |
D | vrc4173_cardu.c | 156 static int cardu_inquire_socket(unsigned int sock, socket_cap_t *cap) in cardu_inquire_socket()
|
D | vrc4173_cardu.h | 239 socket_cap_t cap; member
|
/linux-4.4.14/sound/core/seq/ |
D | seq_ports.c | 660 int cap, int type, int midi_channels, in snd_seq_event_port_attach()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 493 static int pwc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in pwc_querycap()
|
/linux-4.4.14/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 475 struct v4l2_capability *cap) in usbtv_querycap()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-streams.c | 315 u32 cap = cx->v4l2_cap; in cx18_prep_dev() local
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 210 struct v4l2_capability *cap) in vidioc_querycap()
|
D | saa7164-encoder.c | 499 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 349 static int ar5523_get_capability(struct ar5523 *ar, u32 cap, u32 *val) in ar5523_get_capability() 376 u32 cap; in ar5523_get_devcap() local
|
/linux-4.4.14/include/scsi/ |
D | scsi_host.h | 878 static unsigned char cap[] = { 0, in scsi_host_dif_capable() local 892 static unsigned char cap[] = { SHOST_DIX_TYPE0_PROTECTION, in scsi_host_dix_capable() local
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 1606 static int nvme_wait_ready(struct nvme_dev *dev, u64 cap, bool enabled) in nvme_wait_ready() 1634 static int nvme_disable_ctrl(struct nvme_dev *dev, u64 cap) in nvme_disable_ctrl() 1643 static int nvme_enable_ctrl(struct nvme_dev *dev, u64 cap) in nvme_enable_ctrl() 1738 u64 cap = lo_hi_readq(&dev->bar->cap); in nvme_configure_admin_queue() local 2677 u64 cap; in nvme_dev_map() local
|
/linux-4.4.14/net/core/ |
D | sock.c | 160 struct user_namespace *user_ns, int cap) in sk_ns_capable() 176 bool sk_capable(const struct sock *sk, int cap) in sk_capable() 191 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable()
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 488 xvip_dma_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in xvip_dma_querycap()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ctx.c | 291 u32 cap, reg, val; in nx_fw_cmd_create_rx_ctx() local
|
/linux-4.4.14/net/wireless/ |
D | chan.c | 606 u32 width, control_freq, cap; in cfg80211_chandef_usable() local
|
/linux-4.4.14/drivers/input/keyboard/ |
D | cap11xx.c | 339 const struct cap11xx_hw_model *cap; in cap11xx_i2c_probe() local
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi.c | 109 efi_time_cap_t cap; in efi_get_time() local
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 295 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/net/phy/ |
D | phy.c | 1122 u32 lp, cap, adv; in phy_init_eee() local
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 343 void *priv, struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 254 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/sound/isa/ |
D | cmi8330.c | 165 struct pnp_dev *cap; member
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 1396 struct user_namespace *user_ns, int cap) in __netlink_ns_capable() 1415 struct user_namespace *user_ns, int cap) in netlink_ns_capable() 1430 bool netlink_capable(const struct sk_buff *skb, int cap) in netlink_capable() 1446 bool netlink_net_capable(const struct sk_buff *skb, int cap) in netlink_net_capable()
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hdm.c | 795 struct most_channel_capability *cap = dev->capabilities + i; in dim2_probe() local
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 278 struct v4l2_capability *cap) in gsc_m2m_querycap()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 353 u16 cap; in rtw_generate_ie23a() local
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 372 struct v4l2_capability *cap) in solo_querycap()
|
/linux-4.4.14/arch/x86/kvm/ |
D | cpuid.c | 444 struct x86_pmu_capability cap; in __do_cpuid_ent() local
|
/linux-4.4.14/drivers/media/pci/tw68/ |
D | tw68-video.c | 736 struct v4l2_capability *cap) in tw68_querycap()
|
/linux-4.4.14/drivers/power/ |
D | ab8500_fg.c | 865 int cap = 0; in ab8500_fg_volt_to_capacity() local 1481 int cap; in force_capacity() local 1498 int cap, lower, upper; in check_sysfs_capacity() local
|
D | 88pm860x_battery.c | 713 static int calc_capacity(struct pm860x_battery_info *info, int *cap) in calc_capacity()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 264 struct v4l2_capability *cap) in vidioc_querycap()
|
D | s5p_mfc_enc.c | 948 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 395 enum v4l2_field cap = V4L2_FIELD_ANY; in saa7134_set_dmabits() local
|
D | saa7134-video.c | 1436 struct v4l2_capability *cap) in saa7134_querycap() 1590 struct v4l2_cropcap *cap) in saa7134_cropcap()
|
/linux-4.4.14/drivers/media/i2c/m5mols/ |
D | m5mols.h | 236 struct m5mols_capture cap; member
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 442 struct v4l2_capability *cap) in cx25821_vidioc_querycap()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1827 int cap = 0; in speed_duplex_to_caps() local 1872 int cap = speed_duplex_to_caps(speed, cmd->duplex); in set_settings() local 1881 int cap = speed_duplex_to_caps(speed, cmd->duplex); in set_settings() local
|
/linux-4.4.14/drivers/net/hyperv/ |
D | rndis_filter.c | 497 struct ndis_recv_scale_cap *cap; in rndis_filter_query_device() local
|
/linux-4.4.14/drivers/block/ |
D | virtio_blk.c | 571 u64 cap; in virtblk_probe() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 410 static u8 ixgbe_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) in ixgbe_dcbnl_getcap()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | qp.c | 378 static int set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_rq_size() 416 static int set_kernel_sq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_kernel_sq_size()
|
/linux-4.4.14/drivers/dma/ioat/ |
D | dma.h | 90 u32 cap; member
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | sq930x.c | 887 const struct cap_s *cap; in send_start() local
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 519 iss_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in iss_video_querycap()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 283 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 980 vsp1_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vsp1_video_querycap()
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_initiator.c | 1625 u8 options, const void *cap, const u8 *cap_key) in osd_finalize_request() 1969 struct osd_capability *cap = caps; in osd_sec_init_nosec_doall_caps() local
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 1235 u8 cap, common_cap = 0, device_cap = 0; in probe_pci_console() local
|
/linux-4.4.14/drivers/media/pci/meye/ |
D | meye.c | 1028 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 416 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.4.14/drivers/input/mouse/ |
D | synaptics.c | 319 unsigned char cap[3]; in synaptics_capability() local
|
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 793 void *priv, struct v4l2_capability *cap) in stk_vidioc_querycap()
|
/linux-4.4.14/drivers/media/platform/ |
D | timblogiw.c | 237 struct v4l2_capability *cap) in timblogiw_querycap()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 687 struct v4l2_capability *cap) in bdisp_querycap()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 523 enum wmi_phy_cap cap) in ath6kl_ready_event()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 596 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap()
|