cit              1289 drivers/net/wimax/i2400m/control.c 		struct i2400m_tlv_config_idle_timeout cit;
cit              1306 drivers/net/wimax/i2400m/control.c 	cmd->cit.hdr.type =
cit              1308 drivers/net/wimax/i2400m/control.c 	cmd->cit.hdr.length = cpu_to_le16(sizeof(cmd->cit.timeout));
cit              1309 drivers/net/wimax/i2400m/control.c 	cmd->cit.timeout = cpu_to_le32(msecs);
cit                45 drivers/target/target_core_configfs.c 	struct config_item_type *cit = &tb->tb_##_name##_cit;		\
cit                47 drivers/target/target_core_configfs.c 	cit->ct_item_ops = _item_ops;					\
cit                48 drivers/target/target_core_configfs.c 	cit->ct_group_ops = _group_ops;					\
cit                49 drivers/target/target_core_configfs.c 	cit->ct_attrs = _attrs;						\
cit                50 drivers/target/target_core_configfs.c 	cit->ct_owner = tb->ops->owner;					\
cit                57 drivers/target/target_core_configfs.c 	struct config_item_type *cit = &tb->tb_##_name##_cit;		\
cit                59 drivers/target/target_core_configfs.c 	cit->ct_item_ops = _item_ops;					\
cit                60 drivers/target/target_core_configfs.c 	cit->ct_group_ops = _group_ops;					\
cit                61 drivers/target/target_core_configfs.c 	cit->ct_attrs = tb->ops->tb_##_name##_attrs;			\
cit                62 drivers/target/target_core_configfs.c 	cit->ct_owner = tb->ops->owner;					\
cit                39 drivers/target/target_core_fabric_configfs.c 	struct config_item_type *cit = &tf->tf_##_name##_cit;		\
cit                41 drivers/target/target_core_fabric_configfs.c 	cit->ct_item_ops = _item_ops;					\
cit                42 drivers/target/target_core_fabric_configfs.c 	cit->ct_group_ops = _group_ops;					\
cit                43 drivers/target/target_core_fabric_configfs.c 	cit->ct_attrs = _attrs;						\
cit                44 drivers/target/target_core_fabric_configfs.c 	cit->ct_owner = tf->tf_ops->module;				\
cit                51 drivers/target/target_core_fabric_configfs.c 	struct config_item_type *cit = &tf->tf_##_name##_cit;		\
cit                54 drivers/target/target_core_fabric_configfs.c 	cit->ct_item_ops = _item_ops;					\
cit                55 drivers/target/target_core_fabric_configfs.c 	cit->ct_group_ops = _group_ops;					\
cit                56 drivers/target/target_core_fabric_configfs.c 	cit->ct_attrs = attrs;						\
cit                57 drivers/target/target_core_fabric_configfs.c 	cit->ct_owner = tf->tf_ops->module;				\