add_flags         124 drivers/scsi/qla2xxx/qla_target.c 	uint32_t add_flags, uint16_t resp_code, int resp_code_valid,
add_flags        1658 drivers/scsi/qla2xxx/qla_target.c 	uint32_t add_flags, uint16_t resp_code, int resp_code_valid,
add_flags        3175 drivers/scsi/qla2xxx/qla_target.c 		pkt->add_flags |= CTIO_CRC2_AF_DIF_DSD_ENA;
add_flags        5135 drivers/scsi/qla2xxx/qla_target.c 	uint32_t add_flags = 0;
add_flags        5258 drivers/scsi/qla2xxx/qla_target.c 		qlt_send_notify_ack(ha->base_qpair, iocb, add_flags, 0, 0, 0,
add_flags         404 drivers/scsi/qla2xxx/qla_target.h 	uint8_t  add_flags;
add_flags         498 drivers/scsi/qla2xxx/qla_target.h 	uint8_t  add_flags;		/* additional flags */
add_flags        1228 drivers/usb/host/xhci-ring.c 	u32 add_flags, drop_flags;
add_flags        1245 drivers/usb/host/xhci-ring.c 	add_flags = le32_to_cpu(ctrl_ctx->add_flags);
add_flags        1248 drivers/usb/host/xhci-ring.c 	ep_index = xhci_last_valid_endpoint(add_flags) - 1;
add_flags        1261 drivers/usb/host/xhci-ring.c 			add_flags - SLOT_FLAG == drop_flags) {
add_flags         438 drivers/usb/host/xhci-trace.h 		__entry->add = le32_to_cpu(ctrl_ctx->add_flags);
add_flags        1436 drivers/usb/host/xhci.c 		ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG);
add_flags        1445 drivers/usb/host/xhci.c 		ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG);
add_flags        1785 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag);
add_flags        1786 drivers/usb/host/xhci.c 	new_add_flags = le32_to_cpu(ctrl_ctx->add_flags);
add_flags        1874 drivers/usb/host/xhci.c 	if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) {
add_flags        1900 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs);
add_flags        1901 drivers/usb/host/xhci.c 	new_add_flags = le32_to_cpu(ctrl_ctx->add_flags);
add_flags        1947 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags = 0;
add_flags        2071 drivers/usb/host/xhci.c 	valid_add_flags = le32_to_cpu(ctrl_ctx->add_flags) >> 2;
add_flags        2088 drivers/usb/host/xhci.c 	valid_add_flags = le32_to_cpu(ctrl_ctx->add_flags) >> 2;
add_flags        2897 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
add_flags        2898 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG);
add_flags        2902 drivers/usb/host/xhci.c 	if (ctrl_ctx->add_flags == cpu_to_le32(SLOT_FLAG) &&
add_flags        2913 drivers/usb/host/xhci.c 		    || (ctrl_ctx->add_flags & le32) || i == 1) {
add_flags        2929 drivers/usb/host/xhci.c 		    !(le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))) {
add_flags        2987 drivers/usb/host/xhci.c 		u32 add_flags, u32 drop_flags)
add_flags        2989 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags = cpu_to_le32(add_flags);
add_flags        2992 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
add_flags        4125 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG);
add_flags        4214 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags = 0;
add_flags        4297 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
add_flags        5052 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
add_flags         788 drivers/usb/host/xhci.h 	__le32	add_flags;
add_flags         793 drivers/usb/host/xhci.h 	(le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
add_flags        1881 fs/dcache.c    	unsigned add_flags = DCACHE_REGULAR_TYPE;
add_flags        1887 fs/dcache.c    		add_flags = DCACHE_DIRECTORY_TYPE;
add_flags        1890 fs/dcache.c    				add_flags = DCACHE_AUTODIR_TYPE;
add_flags        1899 fs/dcache.c    			add_flags = DCACHE_SYMLINK_TYPE;
add_flags        1906 fs/dcache.c    		add_flags = DCACHE_SPECIAL_TYPE;
add_flags        1910 fs/dcache.c    		add_flags |= DCACHE_NEED_AUTOMOUNT;
add_flags        1911 fs/dcache.c    	return add_flags;
add_flags        1916 fs/dcache.c    	unsigned add_flags = d_flags_for_inode(inode);
add_flags        1927 fs/dcache.c    	__d_set_inode_and_type(dentry, inode, add_flags);
add_flags        2002 fs/dcache.c    	unsigned add_flags;
add_flags        2014 fs/dcache.c    	add_flags = d_flags_for_inode(inode);
add_flags        2017 fs/dcache.c    		add_flags |= DCACHE_DISCONNECTED;
add_flags        2020 fs/dcache.c    	__d_set_inode_and_type(dentry, inode, add_flags);
add_flags        2650 fs/dcache.c    		unsigned add_flags = d_flags_for_inode(inode);
add_flags        2653 fs/dcache.c    		__d_set_inode_and_type(dentry, inode, add_flags);
add_flags          54 sound/pci/ice1712/ak4xxx.c 	tmp |= priv->add_flags;
add_flags         451 sound/pci/ice1712/delta.c 	.add_flags = ICE1712_DELTA_AP_CS_DIGITAL,
add_flags         472 sound/pci/ice1712/delta.c 	.add_flags = ICE1712_DELTA_AP_CS_DIGITAL,
add_flags         494 sound/pci/ice1712/delta.c 	.add_flags = 0,
add_flags         516 sound/pci/ice1712/delta.c 	.add_flags = 0,
add_flags         539 sound/pci/ice1712/delta.c 	.add_flags = 0,
add_flags         561 sound/pci/ice1712/delta.c 	.add_flags = 0,
add_flags         351 sound/pci/ice1712/ews.c 	.add_flags = ICE1712_EWS88_RW, /* set rw bit high */
add_flags         372 sound/pci/ice1712/ews.c 	.add_flags = ICE1712_EWS88_RW, /* set rw bit high */
add_flags         393 sound/pci/ice1712/ews.c 	.add_flags = ICE1712_6FIRE_RW, /* set rw bit high */
add_flags         295 sound/pci/ice1712/hoontech.c 		.add_flags = 0,
add_flags         259 sound/pci/ice1712/ice1712.h 	unsigned int add_flags;		/* additional bits at init */
add_flags         105 sound/pci/ice1712/phase.c 	.add_flags = 	1 << 3,
add_flags         241 sound/pci/ice1712/revo.c 	.add_flags = VT1724_REVO_CCLK, /* high at init */
add_flags         263 sound/pci/ice1712/revo.c 	.add_flags = VT1724_REVO_CCLK, /* high at init */
add_flags         284 sound/pci/ice1712/revo.c 	.add_flags = VT1724_REVO_CCLK, /* high at init */
add_flags         302 sound/pci/ice1712/revo.c 	.add_flags = VT1724_REVO_CCLK, /* high at init */
add_flags         352 sound/pci/ice1712/revo.c 	.add_flags = VT1724_REVO_CCLK, /* high at init */