Searched refs:cit (Results 1 – 4 of 4) sorted by relevance
39 struct config_item_type *cit = &tf->tf_##_name##_cit; \41 cit->ct_item_ops = _item_ops; \42 cit->ct_group_ops = _group_ops; \43 cit->ct_attrs = _attrs; \44 cit->ct_owner = tf->tf_ops->module; \51 struct config_item_type *cit = &tf->tf_##_name##_cit; \54 cit->ct_item_ops = _item_ops; \55 cit->ct_group_ops = _group_ops; \56 cit->ct_attrs = attrs; \57 cit->ct_owner = tf->tf_ops->module; \
45 struct config_item_type *cit = &tb->tb_##_name##_cit; \47 cit->ct_item_ops = _item_ops; \48 cit->ct_group_ops = _group_ops; \49 cit->ct_attrs = _attrs; \50 cit->ct_owner = tb->ops->owner; \57 struct config_item_type *cit = &tb->tb_##_name##_cit; \59 cit->ct_item_ops = _item_ops; \60 cit->ct_group_ops = _group_ops; \61 cit->ct_attrs = tb->ops->tb_##_name##_attrs; \62 cit->ct_owner = tb->ops->owner; \
1287 struct i2400m_tlv_config_idle_timeout cit; in i2400m_set_idle_timeout() member1304 cmd->cit.hdr.type = in i2400m_set_idle_timeout()1306 cmd->cit.hdr.length = cpu_to_le16(sizeof(cmd->cit.timeout)); in i2400m_set_idle_timeout()1307 cmd->cit.timeout = cpu_to_le32(msecs); in i2400m_set_idle_timeout()
1136 ec72 cit RIE_R0IU