/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb.h | 99 u32 flags; member 242 unsigned long flags; /* ring specific flags */ member 358 unsigned int flags; member
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nl.c | 129 struct sk_buff *skb, struct genl_info *info, unsigned flags) in drbd_adm_prepare() 872 drbd_determine_dev_size(struct drbd_device *device, enum dds_flags flags, struct resize_parms *rs) … in drbd_determine_dev_size() 1275 unsigned flags = ((struct drbd_genlmsghdr*)info->userhdr)->flags; in should_set_defaults() local
|
/linux-4.1.27/include/linux/ |
D | isdn.h | 166 int flags; /* Connection-flags */ member 412 ulong flags; /* Misc driver Flags */ member 435 unsigned short flags; /* Bitmapped Flags: */ member
|
D | signal.h | 18 int flags; member
|
D | ftrace.h | 162 unsigned long flags; member 359 unsigned long flags; member
|
D | mm_types.h | 48 unsigned long flags; /* Atomic flags, some possibly member 401 unsigned long flags; /* Must use atomic bitops to access the bits */ member
|
D | wait.h | 21 unsigned int flags; member 28 void *flags; member
|
D | kvm_host.h | 290 u32 flags; member 778 unsigned long flags; in kvm_guest_enter() local 799 unsigned long flags; in kvm_guest_exit() local
|
D | pagemap.h | 475 unsigned int flags) in lock_page_or_retry()
|
D | pwm.h | 84 unsigned long flags; member
|
D | sh_clk.h | 52 unsigned long flags; member
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga_reg.h | 901 uint32 flags; member 983 uint32 flags; member 1551 SVGARemapGMR2Flags flags; member
|
D | vmwgfx_resource.c | 569 uint32_t flags) in vmw_user_dmabuf_synccpu_grab() 613 uint32_t flags) in vmw_user_dmabuf_synccpu_release()
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 701 __hv64 flags; /**< Return flags, 0 if no error */ member 823 __hv32 flags; member 1279 unsigned int flags; /**< Flags (see HV_FS_FSTAT_FLAGS) */ member
|
/linux-4.1.27/fs/hpfs/ |
D | hpfs.h | 397 u8 flags; /* bit 0 - high bit of first free entry offset member 451 __le16 flags; /* bit 1 set -> ea_secno is an anode */ member 524 u8 flags; /* bit 0 set -> value gives sector number member
|
/linux-4.1.27/net/mac80211/ |
D | tx.c | 1315 unsigned long flags; in ieee80211_tx_frags() local 2252 unsigned long flags; in ieee80211_build_hdr() local 2532 unsigned long flags; in ieee80211_tx_pending() local
|
D | mlme.c | 355 u32 flags; in ieee80211_config_bw() local 479 u32 flags = channel->flags; in ieee80211_add_ht_ie() local 1559 unsigned long flags; in ieee80211_dynamic_ps_enable_work() local 3995 u32 flags; in ieee80211_restart_sta_timer() local
|
D | agg-tx.c | 238 unsigned long flags; in __acquires() local
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_da_format.h | 663 __u8 flags; /* LOCAL/ROOT/SECURE/INCOMPLETE flag */ member 775 #define XFS_ATTR_NSP_ONDISK(flags) ((flags) & XFS_ATTR_NSP_ONDISK_MASK) argument 776 #define XFS_ATTR_NSP_ARGS(flags) ((flags) & XFS_ATTR_NSP_ARGS_MASK) argument
|
D | xfs_da_btree.h | 68 int flags; /* argument flags (eg: ATTR_NOCREATE) */ member
|
D | xfs_fs.h | 176 __u32 flags; /* superblock version flags */ member 202 __u32 flags; /* superblock version flags */ member 421 __u32 flags; /* which namespace to use */ member
|
/linux-4.1.27/drivers/scsi/ |
D | libiscsi.c | 2650 unsigned long flags; in iscsi_host_remove() local 2682 unsigned long flags; in iscsi_host_dec_session_cnt() local 2724 unsigned long flags; in iscsi_session_setup() local
|
D | atari_scsi.c | 784 unsigned long flags; in atari_scsi_bus_reset() local
|
D | a100u2w.h | 148 u8 flags; /*01 SCB Flags */ member 234 u8 flags; member
|
D | 3w-9xxx.h | 493 unsigned char flags; member 558 unsigned char flags; member 665 long flags; member
|
/linux-4.1.27/drivers/acpi/ |
D | video.c | 166 struct acpi_video_bus_flags flags; member 206 struct acpi_video_brightness_flags flags; member 211 struct acpi_video_device_flags flags; member
|
D | dock.c | 57 u32 flags; member
|
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.c | 334 int flags = CIFS_NEG_OP; in SMB2_negotiate() local 1812 int rc, flags = 0; in smb2_async_readv() local 1980 int rc = -EACCES, flags = 0; in smb2_async_writev() local
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozhcd.c | 90 unsigned flags; member 109 unsigned flags; member 139 uint flags; member
|
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 375 unsigned int flags; member 474 unsigned int flags; member 611 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */ member 686 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */ member 719 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */ member 733 unsigned int flags; /* flags - SNDRV_MIXER_PSFLG_* */ member
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 158 void *ext4_kvmalloc(size_t size, gfp_t flags) in ext4_kvmalloc() 168 void *ext4_kvzalloc(size_t size, gfp_t flags) in ext4_kvzalloc() 1350 int flags; member 4882 static int ext4_remount(struct super_block *sb, int *flags, char *data) in ext4_remount() 5337 unsigned int flags) in ext4_quota_enable() 5515 static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags, in ext4_mount()
|
D | xattr.c | 1086 int flags) in ext4_xattr_set_handle() 1201 const void *value, size_t value_len, int flags) in ext4_xattr_set()
|
/linux-4.1.27/drivers/net/wireless/ |
D | rndis_wlan.c | 204 __le32 flags; member 210 __le32 flags; member 1401 int seq_len, u32 cipher, __le32 flags) in add_wpa_key() 1860 enum nl80211_iftype type, u32 *flags, in rndis_change_virtual_intf() 2406 __le32 flags; in rndis_add_key() local 2904 int flags, buflen, key_id; in rndis_wlan_auth_indication() local
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 697 unsigned long flags; in cx18_vb_timeout() local
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.h | 121 u32 flags; member
|
/linux-4.1.27/arch/x86/crypto/ |
D | cast6_avx_glue.c | 330 u32 *flags = &tfm->crt_flags; in xts_cast6_setkey() local
|
D | serpent_sse2_glue.c | 312 u32 *flags = &tfm->crt_flags; in xts_serpent_setkey() local
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 81 __u8 flags; member
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 122 struct drm_file *file_priv, unsigned flags, unsigned color, in omap_framebuffer_dirty()
|
D | omap_drv.c | 476 static int dev_load(struct drm_device *dev, unsigned long flags) in dev_load()
|
/linux-4.1.27/net/bluetooth/ |
D | a2mp.h | 36 unsigned long flags; member
|
D | mgmt.c | 977 u32 flags; in get_adv_instance_flags() local 1011 u8 ad_len = 0, flags = 0; in create_instance_adv_data() local 1243 u32 flags; in enable_advertising() local 6617 u8 status, flags, role, addr[7], hash[16], rand[16]; in read_local_oob_ext_data() local 6768 u32 flags = 0; in get_supported_adv_flags() local 6936 u32 flags; in add_advertising() local 7695 u32 flags, u8 *name, u8 name_len) in mgmt_device_connected() 8280 u8 addr_type, u8 *dev_class, s8 rssi, u32 flags, in mgmt_device_found()
|
/linux-4.1.27/drivers/pcmcia/ |
D | pcmcia_resource.c | 494 unsigned int flags = p_dev->config_flags; in pcmcia_enable_device() local
|
/linux-4.1.27/include/linux/sunrpc/ |
D | clnt.h | 120 unsigned long flags; member
|
D | cache.h | 55 unsigned long flags; member
|
D | svc_rdma.h | 82 unsigned long flags; member
|
/linux-4.1.27/drivers/cpufreq/ |
D | longhaul.c | 251 unsigned long flags; in longhaul_setstate() local
|
/linux-4.1.27/fs/dlm/ |
D | rcom.c | 75 uint32_t flags) in set_rcom_status()
|
D | dlm_internal.h | 107 uint32_t flags; member 141 uint32_t flags; member 220 uint32_t flags; /* DLM_CBF_ */ member 686 unsigned long flags; /* DLM_PROC_FLAGS */ member
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_main.c | 383 xpc_kzalloc_cacheline_aligned(size_t size, gfp_t flags, void **base) in xpc_kzalloc_cacheline_aligned()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 201 unsigned long flags; in isp_video_capture_buffer_queue() local
|
D | fimc-lite.h | 187 unsigned long flags; in fimc_lite_active() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_dma.c | 757 int i915_driver_load(struct drm_device *dev, unsigned long flags) in i915_driver_load()
|
D | i915_gem_context.c | 496 u32 flags = hw_flags | MI_MM_SPACE_GTT; in mi_set_context() local
|
D | intel_dsi_panel_vbt.c | 116 u8 type, flags, seq_port; in mipi_exec_send_packet() local
|
D | intel_dp_mst.c | 245 u32 temp, flags = 0; in intel_dp_mst_enc_get_config() local
|
D | intel_lvds.c | 101 u32 lvds_reg, tmp, flags = 0; in intel_lvds_get_config() local
|
/linux-4.1.27/drivers/mfd/ |
D | 88pm800.c | 369 unsigned long flags = IRQF_ONESHOT; in device_irq_init_800() local
|
/linux-4.1.27/arch/sparc/kernel/ |
D | psycho_common.c | 207 unsigned long flags; in psycho_check_iommu_error() local
|
D | viohs.c | 750 unsigned long flags; in vio_port_up() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 652 u16 message_id, service_id, flags = 0; in ath10k_htc_connect_service() local
|
D | pci.h | 107 __le32 flags; member
|
D | ce.c | 273 unsigned int flags) in ath10k_ce_send_nolock() 358 unsigned int flags) in ath10k_ce_send()
|
D | rx_desc.h | 57 __le32 flags; /* %RX_ATTENTION_FLAGS_ */ member 874 __le16 flags; /* %RX_PPDU_END_FLAGS_ */ member
|
/linux-4.1.27/fs/ext2/ |
D | xattr.c | 359 const void *value, size_t value_len, int flags) in ext2_xattr_set()
|
/linux-4.1.27/drivers/ide/ |
D | sis5513.c | 75 u8 flags; member
|
/linux-4.1.27/drivers/net/irda/ |
D | ks959-sir.c | 154 __u8 flags; member
|
D | ksdazzle-sir.c | 117 __u8 flags; member
|
/linux-4.1.27/arch/powerpc/perf/ |
D | callchain.c | 122 unsigned long pfn, flags; in read_user_stack_slow() local
|
/linux-4.1.27/include/net/ |
D | pkt_cls.h | 168 u16 flags; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | cm.c | 304 unsigned long flags; in schedule_delayed() local
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_rio.c | 292 u64 rstart, u32 size, u32 flags) in fsl_map_inb_mem()
|
/linux-4.1.27/drivers/iio/light/ |
D | apds9300.c | 96 u8 flags = APDS9300_CMD | APDS9300_WORD; in apds9300_get_adc_val() local
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | ipuv3-crtc.c | 210 unsigned long flags; in ipu_crtc_handle_pageflip() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_atpx_handler.c | 48 u32 flags; /* flags */ member
|
D | radeon_object.c | 180 u32 domain, u32 flags, struct sg_table *sg, in radeon_bo_create()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | delta.c | 396 unsigned long flags; in delta_setup_spdif() local
|
D | wm8766.h | 138 u16 reg1, reg2, mask1, mask2, min, max, flags; member
|
/linux-4.1.27/fs/nilfs2/ |
D | segbuf.c | 136 int nilfs_segbuf_reset(struct nilfs_segment_buffer *segbuf, unsigned flags, in nilfs_segbuf_reset()
|
D | btree.c | 92 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 174 static void nilfs_btree_node_init(struct nilfs_btree_node *node, int flags, in nilfs_btree_node_init() 353 int level, flags, nchildren; in nilfs_btree_node_broken() local 383 int level, flags, nchildren; in nilfs_btree_root_broken() local
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.h | 142 unsigned int flags; /* set by mini-driver in bind() */ member
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-regs.c | 172 unsigned int flags = camif->pdata.sensor.flags; in camif_hw_set_camera_bus() local
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_balloon.c | 442 unsigned long flags; in virtballoon_migratepage() local
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | uv_nmi.c | 602 unsigned long flags; in uv_handle_nmi() local
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | clock.h | 157 u8 flags; member
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 441 …path_id, call_time, return_time, branch_count, call_id, return_id, parent_call_path_id, flags, *x): argument
|
/linux-4.1.27/fs/jbd2/ |
D | recovery.c | 460 int flags; in do_one_pass() local
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-alchemy.c | 104 unsigned long offset, status, cfg_base, flags, entryLo0, entryLo1, r; in config_access() local
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_mm.c | 352 uint32_t flags, struct bochs_bo **pbochsbo) in bochs_bo_create()
|
/linux-4.1.27/sound/i2c/other/ |
D | ak4113.c | 538 int snd_ak4113_check_rate_and_errors(struct ak4113 *ak4113, unsigned int flags) in snd_ak4113_check_rate_and_errors()
|
D | ak4114.c | 570 int snd_ak4114_check_rate_and_errors(struct ak4114 *ak4114, unsigned int flags) in snd_ak4114_check_rate_and_errors()
|
/linux-4.1.27/include/uapi/linux/ |
D | hiddev.h | 95 __u32 flags; member
|
D | ip.h | 125 __u8 flags; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-rs.h | 376 u8 flags; member
|
D | coex_legacy.c | 613 u32 flags; in iwl_send_bt_init_conf_old() local
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721_dma.c | 758 enum dma_transfer_direction dir, unsigned long flags, in tsi721_prep_rio_sg()
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_early.c | 42 u8 flags; /* 91 */ member
|
/linux-4.1.27/drivers/devfreq/exynos/ |
D | exynos4_bus.c | 566 u32 flags) in exynos4_bus_target()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | ipl.h | 39 u8 flags; member
|
D | ptrace.h | 78 unsigned long flags; member
|
/linux-4.1.27/net/tipc/ |
D | server.c | 69 unsigned long flags; member
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | hwio.h | 44 u32 flags; member
|
/linux-4.1.27/include/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 68 __u8 flags; member
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-meson.c | 307 unsigned long time_left, flags; in meson_i2c_xfer_msg() local
|
D | i2c-omap.c | 198 u32 flags; member 1015 unsigned long flags; in omap_i2c_isr_thread() local
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 447 static void tcp_timeout_change(struct ip_vs_proto_data *pd, int flags) in tcp_timeout_change()
|
D | ip_vs_ctl.c | 609 __u32 flags) in ip_vs_find_dest() 1873 static inline const char *ip_vs_fwd_name(unsigned int flags) in ip_vs_fwd_name() 2910 struct ip_vs_flags flags = { .flags = svc->flags, in ip_vs_genl_fill_service() local 3072 struct ip_vs_flags flags; in ip_vs_genl_parse_service() local
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_cmx.c | 1640 u_long flags; local
|
D | socket.c | 116 int flags) in mISDN_sock_recvmsg()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_device.c | 294 unsigned long flags) in omap_device_count_resources()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_dma.c | 411 unsigned long flags; in __dma_memcpy() local
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 262 __le16 flags; member 283 __le32 flags; member
|
D | fwsignal.c | 488 ulong flags; member 1442 brcmf_fws_txs_process(struct brcmf_fws_info *fws, u8 flags, u32 hslot, in brcmf_fws_txs_process() 1541 u8 flags; in brcmf_fws_txstatus_indicate() local 1748 u8 flags; in brcmf_fws_precommit_skb() local
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 170 u8 flags; member 183 u8 flags; member
|
/linux-4.1.27/drivers/tty/serial/ |
D | mxs-auart.c | 151 unsigned long flags; member 400 static void mxs_auart_config_port(struct uart_port *u, int flags) in mxs_auart_config_port()
|
D | icom.h | 193 u16 flags; member 211 u16 flags; member
|
D | clps711x.c | 325 static void uart_clps711x_config_port(struct uart_port *port, int flags) in uart_clps711x_config_port()
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 647 static void reiserfs_dirty_inode(struct inode *inode, int flags) in reiserfs_dirty_inode() 2516 int flags, const char *dev_name, in get_super_block()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 1743 unsigned flags, in xfs_vm_write_begin() 1901 unsigned long flags; in xfs_vm_set_page_dirty() local
|
D | xfs_buf_item.c | 579 int flags; in xfs_buf_item_unlock() local
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-sunxi.c | 163 unsigned long flags; in sun6i_ahb1_clk_set_rate() local 1134 int flags, clkflags; in sunxi_divs_clk_setup() local
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 1300 unsigned long flags; in vpfe_videobuf_queue() local 1318 unsigned long flags; in vpfe_videobuf_release() local
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 721 unsigned long flags; in bcm_sysport_tx_reclaim() local 939 unsigned long flags; in bcm_sysport_xmit() local
|
/linux-4.1.27/drivers/input/ |
D | evdev.c | 139 unsigned long flags; in evdev_queue_syn_dropped() local 148 unsigned long flags; in evdev_set_clk_type() local
|
/linux-4.1.27/include/linux/spi/ |
D | spi.h | 352 u16 flags; member 735 static inline struct spi_message *spi_message_alloc(unsigned ntrans, gfp_t flags) in spi_message_alloc()
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_spdif.c | 697 unsigned long flags; in fsl_spdif_subcode_get() local 729 unsigned long flags; in fsl_spdif_qget() local
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_isif.c | 1706 const struct media_pad *remote, u32 flags) in isif_link_setup() 1803 unsigned int flags; in vpfe_isif_register_entities() local
|
/linux-4.1.27/drivers/scsi/dpt/ |
D | dpti_i2o.h | 60 u8 flags; member 78 u32 flags; member
|
/linux-4.1.27/include/drm/ |
D | drm_edid.h | 95 u8 flags; member 110 u8 flags; /* preferred aspect and blanking support */ member
|
/linux-4.1.27/fs/nfs/ |
D | inode.c | 157 static void nfs_set_cache_invalid(struct inode *inode, unsigned long flags) in nfs_set_cache_invalid() 312 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.c | 634 unsigned long flags; in ipp_get_event() local 1418 unsigned long flags; in ipp_send_event() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | au1200fb.c | 83 unsigned int flags; member 111 unsigned int flags; member
|
/linux-4.1.27/include/xen/interface/ |
D | xen.h | 618 uint32_t flags; /* SIF_xxx flags. */ member 736 uint32_t flags; member
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 157 unsigned long flags; in vhost_work_queue() local 1463 __virtio16 flags; in vhost_notify() local
|
/linux-4.1.27/drivers/crypto/ |
D | atmel-aes.c | 110 unsigned long flags; member 568 unsigned long flags; in atmel_aes_handle_queue() local
|
/linux-4.1.27/drivers/spi/ |
D | spi-s3c64xx.c | 252 unsigned long flags; in s3c64xx_spi_dmacb() local 678 unsigned long flags; in s3c64xx_spi_transfer_one() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 93 u64 flags; member 136 u8 flags; member
|
D | mlx4.h | 190 u8 flags; member 294 __be32 flags; member 314 __be32 flags; member 335 __be32 flags; member 635 int flags; member 769 u8 flags; member
|
/linux-4.1.27/fs/jfs/ |
D | jfs_logmgr.h | 491 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags) argument 492 #define LOGSYNC_UNLOCK(log, flags) \ argument
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 489 unsigned long flags; in mace_read() local 516 unsigned long flags; in mace_write() local
|
/linux-4.1.27/drivers/usb/serial/ |
D | mxuport.c | 351 unsigned long flags; in mxuport_msr_event() local 746 unsigned long flags; in mxuport_tiocmget() local
|
D | usb_wwan.c | 190 unsigned long flags; in usb_wwan_write() local
|
D | keyspan_pda.c | 578 unsigned long flags; in keyspan_pda_chars_in_buffer() local
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23888-ir.c | 534 unsigned long flags; in cx23888_ir_irq_handler() local 815 unsigned long flags; in cx23888_ir_rx_s_parameters() local
|
/linux-4.1.27/fs/ocfs2/ |
D | super.c | 638 static int ocfs2_remount(struct super_block *sb, int *flags, char *data) in ocfs2_remount() 1222 int flags, in ocfs2_mount()
|
D | reservations.c | 207 unsigned int flags) in ocfs2_resv_set_type()
|
/linux-4.1.27/include/linux/mlx5/ |
D | qp.h | 176 __be32 flags; member 256 u8 flags; member 386 enum mlx5_pagefault_flags flags; member 442 __be32 flags; member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 1240 u32 flags; in b43_bcma_phy_reset() local 1258 u32 flags; in b43_bcma_wireless_core_reset() local 1291 u32 flags = 0; in b43_ssb_wireless_core_reset() local 1622 unsigned long flags; in b43_write_beacon_template() local 1830 unsigned long flags; in b43_update_templates() local
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 274 #define BNX2X_VLAN_MAC_CMP_FLAGS(flags) \ argument 865 unsigned long flags; member 872 unsigned long flags; member 995 unsigned long flags; member 1001 unsigned long flags; member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 148 __le32 flags; /* reserved for F/W use */ member 156 u32 flags; /* reserved for F/W use */ member 163 u32 flags; member 936 u32 flags; // u32 dmb was ulong member 1415 __le16 flags; member 1442 __le16 flags; member 1457 __le16 flags; /* 00 W, 01 R */ member 1468 __le16 flags; /* RIO2 flags */ member 1535 __le32 flags; member 1554 u32 flags; member [all …]
|
/linux-4.1.27/drivers/net/wan/ |
D | dscc4.c | 175 #define SOURCE_ID(flags) (((flags) >> 28) & 0x03) argument 232 volatile u32 flags; member 1481 unsigned long flags; in dscc4_irq() local
|
/linux-4.1.27/net/bridge/ |
D | br_private.h | 166 unsigned long flags; member 688 static inline int br_vlan_add(struct net_bridge *br, u16 vid, u16 flags) in br_vlan_add() 716 static inline int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags) in nbp_vlan_add()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 158 unsigned long flags; member 245 unsigned long flags; member 318 unsigned long flags; member
|
/linux-4.1.27/include/sound/ |
D | gus.h | 191 unsigned short flags; /* flags - SNDRV_GF1_MEM_BLOCK_XXXX */ member 255 unsigned int flags; member 453 unsigned long flags; in snd_gf1_select_voice() local
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 188 unsigned long flags; member 292 unsigned long flags; member 531 unsigned int flags; member
|
/linux-4.1.27/net/ipv6/ |
D | ip6mr.c | 158 int flags, struct fib_lookup_arg *arg) in ip6mr_rule_action() 182 static int ip6mr_rule_match(struct fib_rule *rule, struct flowi *flp, int flags) in ip6mr_rule_match() 2362 int flags) in ip6mr_fill_mroute()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1300 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred() 1306 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_create_cred() 1428 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match()
|
/linux-4.1.27/mm/ |
D | zsmalloc.c | 255 gfp_t flags; /* allocation flags used when growing pool */ member 957 static struct page *alloc_zspage(struct size_class *class, gfp_t flags) in alloc_zspage() 1800 struct zs_pool *zs_create_pool(char *name, gfp_t flags) in zs_create_pool()
|
/linux-4.1.27/drivers/net/usb/ |
D | r8152.c | 581 unsigned long flags; member 1346 unsigned long flags; in r8152_get_tx_agg() local 1662 unsigned long flags; in rx_bottom() local 1796 unsigned long flags; in tx_bottom() local 1865 unsigned long flags; in r8152_submit_rx() local 2089 unsigned long flags; in rtl_start_rx() local
|
D | pegasus.h | 88 unsigned flags; member
|
D | dm9601.c | 473 gfp_t flags) in dm9601_tx_fixup()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-q.c | 406 unsigned long flags; in ed_get() local
|
/linux-4.1.27/drivers/net/ethernet/ |
D | netx-eth.c | 177 unsigned long flags; in netx_eth_interrupt() local
|
/linux-4.1.27/drivers/iio/adc/ |
D | ti_am335x_adc.c | 245 unsigned long flags, in tiadc_iio_buffered_hardware_setup()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | wacom_w8001.c | 282 unsigned char data, unsigned int flags) in w8001_interrupt()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom.c | 455 unsigned long n, flags; in early_init_dt_scan_drconf_memory() local
|
/linux-4.1.27/arch/tile/gxio/ |
D | mpipe.c | 574 unsigned int flags) in gxio_mpipe_link_open()
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | klconfig.h | 219 unsigned char flags; /* Enabled, disabled etc */ member
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 655 unsigned long flags; in show_mem() local
|
/linux-4.1.27/net/ipv4/ |
D | ip_gre.c | 559 __be16 flags; in ipgre_tunnel_validate() local
|
/linux-4.1.27/fs/ufs/ |
D | dir.c | 443 unsigned flags = UFS_SB(sb)->s_flags; in ufs_readdir() local
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 248 unsigned int flags = 0; in pvr2_ctrl_get_v4lflags() local
|
/linux-4.1.27/fs/hfs/ |
D | btree.h | 58 unsigned long flags; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 80 unsigned long flags; in usif_notify() local
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 346 u32 flags; in xvip_dma_buffer_queue() local
|
/linux-4.1.27/drivers/dma/ppc4xx/ |
D | adma.h | 163 unsigned long flags; member
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-usb.c | 57 unsigned int flags; member
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 88 unsigned long flags; in phys_efi_set_virtual_address_map() local
|
/linux-4.1.27/drivers/tty/ |
D | tty_ldsem.c | 189 unsigned long flags; in ldsem_wake() local
|
/linux-4.1.27/drivers/usb/musb/ |
D | tusb6010_omap.c | 117 unsigned long remaining, flags, pio; in tusb_omap_dma_cb() local
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-mxc.c | 215 unsigned long flags; in mxc_rtc_interrupt() local
|
D | rtc-ds1305.c | 94 unsigned long flags; member
|
/linux-4.1.27/fs/autofs4/ |
D | autofs_i.h | 64 int flags; member
|
/linux-4.1.27/kernel/ |
D | pid.c | 263 unsigned long flags; in free_pid() local
|
D | profile.c | 283 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits() local
|
/linux-4.1.27/drivers/iio/imu/ |
D | adis16400.h | 149 const long flags; member
|
/linux-4.1.27/drivers/clk/pistachio/ |
D | clk-pll.c | 337 unsigned long flags, void __iomem *base, in pll_register()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | atomic.h | 167 unsigned long flags; in atomic_cmpxchg() local
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfp.h | 377 u32 flags; member
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 95 unsigned long flags; member
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 132 unsigned long flags; member
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_dma.c | 390 int mga_driver_load(struct drm_device *dev, unsigned long flags) in mga_driver_load()
|
/linux-4.1.27/fs/jffs2/ |
D | jffs2_fs_sb.h | 54 unsigned int flags; member
|
/linux-4.1.27/drivers/edac/ |
D | edac_pci_sysfs.c | 554 unsigned long flags; in edac_pci_dev_parity_test() local
|
/linux-4.1.27/net/can/ |
D | raw.c | 782 int flags) in raw_recvmsg()
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.h | 160 u32 flags; member
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | txc43128_phy.c | 526 static int txc43128_run_tests(struct efx_nic *efx, int *results, unsigned flags) in txc43128_run_tests()
|
/linux-4.1.27/drivers/input/joystick/ |
D | adi.c | 144 unsigned long flags; in adi_read_packet() local
|
/linux-4.1.27/arch/x86/include/asm/ |
D | mpspec_def.h | 109 unsigned char flags; member
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | setup.c | 288 u8 flags; member
|