/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 | nvme.h | 24 __u64 cap; /* Controller Capabilities */ member 37 #define NVME_CAP_MQES(cap) ((cap) & 0xffff) argument 38 #define NVME_CAP_TIMEOUT(cap) (((cap) >> 24) & 0xff) argument 39 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) argument 40 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) argument 41 #define NVME_CAP_MPSMAX(cap) (((cap) >> 52) & 0xf) argument
|
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 | lsm_audit.h | 61 int cap; member
|
D | nfs_fs.h | 300 static inline int nfs_server_capable(struct inode *inode, int cap) in nfs_server_capable()
|
D | iommu.h | 305 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 1413 static inline int pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 1416 int cap) in pci_find_next_capability() 1418 static inline int pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability()
|
/linux-4.1.27/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 | 316 __be32 cap; member 323 cap_t cap; member
|
/linux-4.1.27/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 | 692 struct ceph_cap *cap; in __choose_mds() local 1062 struct ceph_cap *cap; in iterate_session_caps() local 1118 static int remove_session_caps_cb(struct inode *inode, struct ceph_cap *cap, in remove_session_caps_cb() 1170 struct ceph_cap *cap, *prev = NULL; in remove_session_caps() local 1207 static int wake_up_session_cb(struct inode *inode, struct ceph_cap *cap, in wake_up_session_cb() 1355 static int trim_caps_cb(struct inode *inode, struct ceph_cap *cap, void *arg) in trim_caps_cb() 2026 struct ceph_cap *cap = in __prepare_send_request() local 2723 static int encode_caps_cb(struct inode *inode, struct ceph_cap *cap, in encode_caps_cb()
|
/linux-4.1.27/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 | 140 int cap, int audit) in apparmor_capable()
|
/linux-4.1.27/drivers/pci/ |
D | pci.c | 146 u8 pos, int cap, int *ttl) in __pci_find_next_cap_ttl() 170 u8 pos, int cap) in __pci_find_next_cap() 177 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap) in pci_find_next_capability() 225 int pci_find_capability(struct pci_dev *dev, int cap) in pci_find_capability() 250 int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap) in pci_bus_find_capability() 276 int pci_find_next_ext_capability(struct pci_dev *dev, int start, int cap) in pci_find_next_ext_capability() 331 int pci_find_ext_capability(struct pci_dev *dev, int cap) in pci_find_ext_capability() 340 u8 cap, mask; in __pci_find_next_ht_cap() local 900 u16 cap, bool extended) in _pci_find_saved_cap() 911 struct pci_cap_saved_state *pci_find_saved_cap(struct pci_dev *dev, char cap) in pci_find_saved_cap() [all …]
|
D | ats.c | 23 u16 cap; in ats_alloc_one() local 163 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 | 279 u32 cap; in pci_vc_do_save_buffer() local
|
D | pci.h | 237 u32 cap; /* SR-IOV Capabilities */ member
|
/linux-4.1.27/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 223 struct v4l2_cropcap cap; in client_s_fmt() local
|
D | atmel-isi.c | 762 struct v4l2_capability *cap) in isi_camera_querycap()
|
D | mx3_camera.c | 969 struct v4l2_capability *cap) in mx3_camera_querycap()
|
/linux-4.1.27/drivers/acpi/ |
D | video_detect.c | 53 long *cap = context; in acpi_backlight_cap_match() local 108 long *cap = context; in find_video() local
|
D | acpi_extlog.c | 223 u64 cap; in extlog_init() local
|
D | video.c | 165 struct acpi_video_bus_cap cap; member 212 struct acpi_video_device_cap cap; member
|
/linux-4.1.27/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.1.27/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.1.27/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 732 struct v4l2_capability *cap) in fimc_cap_querycap()
|
D | fimc-isp-video.c | 353 struct v4l2_capability *cap) in isp_video_querycap()
|
D | fimc-m2m.c | 241 struct v4l2_capability *cap) in fimc_m2m_querycap()
|
/linux-4.1.27/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() 945 static acpi_status WMID_get_u32(u32 *value, u32 cap) in WMID_get_u32() 981 static acpi_status WMID_set_u32(u32 value, u32 cap) in WMID_set_u32() 1072 static acpi_status wmid_v2_get_u32(u32 *value, u32 cap) in wmid_v2_get_u32() 1179 static acpi_status wmid_v2_set_u32(u32 value, u32 cap) in wmid_v2_set_u32() 1279 static acpi_status get_u32(u32 *value, u32 cap) in get_u32() 1308 static acpi_status set_u32(u32 value, u32 cap) in set_u32() 1541 u32 cap = (unsigned long)data; in acer_rfkill_set() local [all …]
|
/linux-4.1.27/drivers/char/ |
D | efirtc.c | 154 efi_time_cap_t cap; in efi_rtc_ioctl() local 303 efi_time_cap_t cap; in efi_rtc_proc_show() local
|
D | hpet.c | 843 u64 cap, mcfg; in hpet_alloc() local
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 155 const struct v4l2_bt_timings_cap *cap = &dvcap->bt; in v4l2_valid_dv_timings() local 177 const struct v4l2_dv_timings_cap *cap, in v4l2_enum_dv_timings_cap() 197 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.1.27/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.1.27/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() 264 u32 cap, vec, flags; in pcie_gadget_store_int_type() local 296 u32 cap, vec, flags; in pcie_gadget_show_no_of_msi() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/powerpc/kvm/ |
D | powerpc.c | 1051 struct kvm_enable_cap *cap) in kvm_vcpu_ioctl_enable_cap() 1173 struct kvm_enable_cap cap; in kvm_arch_vcpu_ioctl() local 1267 struct kvm_enable_cap *cap) in kvm_vm_ioctl_enable_cap() 1322 struct kvm_enable_cap cap; in kvm_arch_vm_ioctl() local
|
/linux-4.1.27/drivers/dma/ |
D | dmaengine.c | 313 enum dma_transaction_type cap; in dma_channel_table_init() local 393 static struct dma_chan *min_chan(enum dma_transaction_type cap, int cpu) in min_chan() 438 int cap; in dma_channel_rebalance() local
|
/linux-4.1.27/net/mac80211/ |
D | mesh_sync.c | 171 u8 cap; in mesh_sync_offset_adjust_tbtt() local
|
D | vht.c | 59 u32 cap, n; in ieee80211_apply_vhtcap_overrides() local
|
/linux-4.1.27/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.1.27/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 1063 int *cap, int *sector_size) in pmecc_choose_ecc() 1165 int cap, sector_size, err_no; in atmel_pmecc_nand_init_params() local
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-efi.c | 177 efi_time_cap_t cap; in efi_read_time() local
|
/linux-4.1.27/include/sound/ |
D | designware_i2s.h | 41 unsigned int cap; member
|
/linux-4.1.27/drivers/mfd/ |
D | rts5227.c | 98 u16 cap; in rts5227_extra_init_hw() local
|
/linux-4.1.27/drivers/spi/ |
D | spi-fsl-spi.h | 28 __be32 cap; /* TYPE_GRLIB specific */ member
|
/linux-4.1.27/security/ |
D | commoncap.c | 76 int cap_capable(const struct cred *cred, struct user_namespace *targ_ns, in cap_capable() 829 static int cap_prctl_drop(unsigned long cap) in cap_prctl_drop()
|
/linux-4.1.27/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.1.27/drivers/vfio/pci/ |
D | vfio_pci_config.c | 829 u8 cap; in vfio_find_cap_start() local 1016 static int vfio_cap_len(struct vfio_pci_device *vdev, u8 cap, u8 pos) in vfio_cap_len() 1207 u8 pos, *prev, cap; in vfio_cap_init() local 1490 u8 cap = vdev->pci_config_map[pos]; in vfio_pci_cap_remaining_dword() local
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | 11h.c | 42 struct mwifiex_ie_types_pwr_capability *cap; in mwifiex_11h_process_infra_join() local
|
D | tdls.c | 839 __le16 cap = 0; in mwifiex_process_tdls_action_frame() local
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | udc.h | 48 u32 cap; member
|
D | ci.h | 149 void __iomem *cap; member
|
/linux-4.1.27/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 | 688 struct v4l2_dv_timings_cap *cap) in hdmi_dv_timings_cap()
|
/linux-4.1.27/drivers/dma/dw/ |
D | platform.c | 38 dma_cap_mask_t cap; in dw_dma_of_xlate() local
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_hca.c | 363 u32 cap; in ehca_modify_port() local
|
/linux-4.1.27/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 | 969 struct vfe_settings cap; in zr36057_enable_jpg() local
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-ci.c | 50 struct ca_caps *cap = arg; in fdtv_ca_get_caps() local
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-pci-skeleton.c | 302 struct v4l2_capability *cap) in skeleton_querycap() 597 struct v4l2_dv_timings_cap *cap) in skeleton_dv_timings_cap()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce_intel.c | 75 u64 cap; in cmci_supported() local
|
D | mce.c | 1410 u64 cap; in __mcheck_cpu_cap_init() local 1449 u64 cap; in __mcheck_cpu_init_generic() local
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_seq.c | 144 int i, type, cap; in snd_emux_create_port() local
|
/linux-4.1.27/include/uapi/linux/ |
D | if_arcnet.h | 127 struct arc_cap cap; member
|
D | virtio_pci.h | 130 struct virtio_pci_cap cap; member
|
D | telephony.h | 83 int cap; member
|
/linux-4.1.27/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 | 823 u32 offset, cap, cap2; in fill_registers_buffer() local
|
/linux-4.1.27/arch/s390/kvm/ |
D | kvm-s390.c | 269 static int kvm_vm_ioctl_enable_cap(struct kvm *kvm, struct kvm_enable_cap *cap) in kvm_vm_ioctl_enable_cap() 866 struct kvm_enable_cap cap; in kvm_arch_vm_ioctl() local 2314 struct kvm_enable_cap *cap) in kvm_vcpu_ioctl_enable_cap() 2496 struct kvm_enable_cap cap; in kvm_arch_vcpu_ioctl() local
|
/linux-4.1.27/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()
|
D | qlcnic_ctx.c | 254 u32 cap, reg, val, reg2; in qlcnic_82xx_fw_cmd_create_rx_ctx() local
|
/linux-4.1.27/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.1.27/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.1.27/drivers/hwmon/ |
D | jc42.c | 420 int i, config, cap, manid, devid; in jc42_detect() local 453 int config, cap; in jc42_probe() local
|
D | acpi_power_meter.c | 98 u64 cap; member
|
/linux-4.1.27/drivers/media/i2c/ |
D | ths8200.c | 411 struct v4l2_dv_timings_cap *cap) in ths8200_dv_timings_cap()
|
D | tvp5150.c | 589 struct v4l2_sliced_vbi_cap *cap) in tvp5150_g_sliced_vbi_cap()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vbi-cap.c | 339 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 | 831 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 | 794 struct v4l2_cropcap *cap) in vivid_vid_out_cropcap()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | cap11xx.c | 205 const struct cap11xx_hw_model *cap; in cap11xx_i2c_probe() local
|
/linux-4.1.27/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.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 303 static int pnv_eeh_find_cap(struct pci_dn *pdn, int cap) in pnv_eeh_find_cap() 333 static int pnv_eeh_find_ecap(struct pci_dn *pdn, int cap) in pnv_eeh_find_ecap()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 73 static u32 pt_cap_get(enum pt_capabilities cap) in pt_cap_get() 88 enum pt_capabilities cap = (long)ea->var; in pt_cap_show() local
|
/linux-4.1.27/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()
|
D | av7110_hw.c | 1210 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) in av7110_osd_capability()
|
/linux-4.1.27/fs/afs/ |
D | cmservice.c | 542 } cap; in SRXAFSCB_TellMeAboutYourself() member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | setup_64.c | 513 unsigned long cap = sparc64_elf_hwcap; in init_sparc64_elf_hwcap() local
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 407 unsigned int cap = 0; in snd_oxfw_create_pcm() local
|
/linux-4.1.27/arch/mips/kvm/ |
D | mips.c | 871 struct kvm_enable_cap *cap) in kvm_vcpu_ioctl_enable_cap() 955 struct kvm_enable_cap cap; in kvm_arch_vcpu_ioctl() local
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 1758 void set_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in set_feat_caps() 1772 int get_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in get_feat_caps() 1788 void clear_feat_caps(u32 *bitmap, enum place_holder_in_cap_bitmap cap) in clear_feat_caps()
|
/linux-4.1.27/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.1.27/sound/soc/ux500/ |
D | ux500_msp_dai.c | 587 unsigned int cap; in ux500_msp_dai_set_tdm_slot() local
|
/linux-4.1.27/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.1.27/sound/pci/hda/ |
D | patch_hdmi.c | 1907 static int hdmi_chmap_cea_alloc_validate_get_type(struct cea_channel_speaker_allocation *cap, in hdmi_chmap_cea_alloc_validate_get_type() 1918 static void hdmi_cea_alloc_to_tlv_chmap(struct cea_channel_speaker_allocation *cap, in hdmi_cea_alloc_to_tlv_chmap() 1952 struct cea_channel_speaker_allocation *cap; in hdmi_chmap_ctl_tlv() local 2894 static int nvhdmi_chmap_cea_alloc_validate_get_type(struct cea_channel_speaker_allocation *cap, in nvhdmi_chmap_cea_alloc_validate_get_type() 3010 struct cea_channel_speaker_allocation *cap; in atihdmi_paired_chmap_validate() local 3119 …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() 3147 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 | 407 unsigned int cap = param_read(codec, nid, AC_PAR_VOL_KNB_CAP); in print_vol_knob() local
|
/linux-4.1.27/arch/frv/kernel/ |
D | dma.c | 27 uint8_t cap; /* capabilities available */ member
|
/linux-4.1.27/drivers/usb/core/ |
D | config.c | 784 struct usb_dev_cap_header *cap; in usb_get_bos_descriptor() local
|
/linux-4.1.27/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.1.27/arch/powerpc/kernel/ |
D | eeh_pe.c | 674 int cap; in eeh_bridge_check_link() local
|
D | eeh.c | 169 int cap, i; in eeh_dump_dev_log() local
|
/linux-4.1.27/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.1.27/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 282 void *priv, struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/drivers/ata/ |
D | ahci.h | 325 u32 cap; /* cap to use */ member 414 static inline int ahci_nr_ports(u32 cap) in ahci_nr_ports()
|
D | libahci.c | 402 u32 cap, cap2, vers, port_map; in ahci_save_initial_config() local 2327 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 68 void __iomem *cap; member
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 1481 static int nvme_wait_ready(struct nvme_dev *dev, u64 cap, bool enabled) in nvme_wait_ready() 1509 static int nvme_disable_ctrl(struct nvme_dev *dev, u64 cap) in nvme_disable_ctrl() 1518 static int nvme_enable_ctrl(struct nvme_dev *dev, u64 cap) in nvme_enable_ctrl() 1612 u64 cap = readq(&dev->bar->cap); in nvme_configure_admin_queue() local 2353 u64 cap; in nvme_dev_map() local
|
D | virtio_blk.c | 572 u64 cap; in virtblk_probe() local
|
/linux-4.1.27/drivers/net/phy/ |
D | phy.c | 1069 u32 lp, cap, adv; in phy_init_eee() local
|
/linux-4.1.27/sound/core/seq/ |
D | seq_ports.c | 660 int cap, int type, int midi_channels, in snd_seq_event_port_attach()
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 475 struct v4l2_capability *cap) in usbtv_querycap()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-streams.c | 315 u32 cap = cx->v4l2_cap; in cx18_prep_dev() local
|
/linux-4.1.27/net/wireless/ |
D | chan.c | 606 u32 width, control_freq, cap; in cfg80211_chandef_usable() local
|
/linux-4.1.27/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.1.27/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.1.27/include/scsi/ |
D | scsi_host.h | 880 static unsigned char cap[] = { 0, in scsi_host_dif_capable() local 894 static unsigned char cap[] = { SHOST_DIX_TYPE0_PROTECTION, in scsi_host_dix_capable() local
|
/linux-4.1.27/net/core/ |
D | sock.c | 159 struct user_namespace *user_ns, int cap) in sk_ns_capable() 175 bool sk_capable(const struct sock *sk, int cap) in sk_capable() 190 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 485 xvip_dma_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in xvip_dma_querycap()
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 109 efi_time_cap_t cap; in efi_get_time() local
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 294 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/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.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 369 struct v4l2_capability *cap) in solo_querycap()
|
/linux-4.1.27/drivers/iommu/ |
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()
|
D | tegra-smmu.c | 230 static bool tegra_smmu_capable(enum iommu_cap cap) in tegra_smmu_capable()
|
/linux-4.1.27/sound/isa/ |
D | cmi8330.c | 165 struct pnp_dev *cap; member
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1377 struct user_namespace *user_ns, int cap) in __netlink_ns_capable() 1396 struct user_namespace *user_ns, int cap) in netlink_ns_capable() 1411 bool netlink_capable(const struct sk_buff *skb, int cap) in netlink_capable() 1427 bool netlink_net_capable(const struct sk_buff *skb, int cap) in netlink_net_capable()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 438 struct v4l2_capability *cap) in cx25821_vidioc_querycap()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 353 u16 cap; in rtw_generate_ie23a() local
|
/linux-4.1.27/arch/x86/include/asm/ |
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.1.27/arch/x86/kvm/ |
D | cpuid.c | 436 struct x86_pmu_capability cap; in __do_cpuid_ent() local
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 277 struct v4l2_capability *cap) in gsc_m2m_querycap()
|
/linux-4.1.27/drivers/media/pci/tw68/ |
D | tw68-video.c | 732 struct v4l2_capability *cap) in tw68_querycap()
|
/linux-4.1.27/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.1.27/drivers/media/i2c/m5mols/ |
D | m5mols.h | 236 struct m5mols_capture cap; member
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 386 enum v4l2_field cap = V4L2_FIELD_ANY; in saa7134_set_dmabits() local
|
D | saa7134-video.c | 1428 struct v4l2_capability *cap) in saa7134_querycap() 1582 struct v4l2_cropcap *cap) in saa7134_cropcap()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 264 struct v4l2_capability *cap) in vidioc_querycap()
|
D | s5p_mfc_enc.c | 942 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/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.1.27/drivers/net/hyperv/ |
D | rndis_filter.c | 496 struct ndis_recv_scale_cap *cap; in rndis_filter_query_device() local
|
/linux-4.1.27/drivers/dma/ioat/ |
D | dma.h | 87 u32 cap; member
|
/linux-4.1.27/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.1.27/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 898 vsp1_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vsp1_video_querycap()
|
/linux-4.1.27/security/smack/ |
D | smack.h | 340 static inline int smack_privileged(int cap) in smack_privileged()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | qp.c | 377 static int set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_rq_size() 415 static int set_kernel_sq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_kernel_sq_size()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 404 unsigned int cap; in set_settings() local
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 281 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
D | dt3155v4l.c | 508 dt3155_ioc_querycap(struct file *filp, void *p, struct v4l2_capability *cap) in dt3155_ioc_querycap()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | sq930x.c | 887 const struct cap_s *cap; in send_start() local
|
/linux-4.1.27/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.1.27/drivers/input/touchscreen/ |
D | sur40.c | 726 struct v4l2_capability *cap) in sur40_vidioc_querycap()
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1240 u8 cap, common_cap = 0, device_cap = 0; in probe_pci_console() local
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.c | 520 iss_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in iss_video_querycap()
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 793 void *priv, struct v4l2_capability *cap) in stk_vidioc_querycap()
|
/linux-4.1.27/drivers/media/platform/ |
D | timblogiw.c | 237 struct v4l2_capability *cap) in timblogiw_querycap()
|
D | m2m-deinterlace.c | 453 struct v4l2_capability *cap) in vidioc_querycap()
|
D | vim2m.c | 429 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/drivers/input/mouse/ |
D | synaptics.c | 319 unsigned char cap[3]; in synaptics_capability() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 523 enum wmi_phy_cap cap) in ath6kl_ready_event()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 593 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap()
|
/linux-4.1.27/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 693 struct v4l2_capability *cap) in bcap_querycap()
|
/linux-4.1.27/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 412 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/drivers/media/pci/meye/ |
D | meye.c | 1028 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 612 struct v4l2_capability *cap) in vidioc_querycap()
|
/linux-4.1.27/net/netfilter/ |
D | xt_hashlimit.c | 448 u32 cap; in rateinfo_recalc() local
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 652 struct v4l2_capability *cap) in vidioc_querycap()
|
D | saa7164-encoder.c | 713 struct v4l2_capability *cap) in vidioc_querycap()
|