Searched refs:cit (Results 1 – 3 of 3) sorted by relevance
46 struct config_item_type *cit = &tf->tf_##_name##_cit; \48 cit->ct_item_ops = _item_ops; \49 cit->ct_group_ops = _group_ops; \50 cit->ct_attrs = _attrs; \51 cit->ct_owner = tf->tf_ops->module; \58 struct config_item_type *cit = &tf->tf_##_name##_cit; \61 cit->ct_item_ops = _item_ops; \62 cit->ct_group_ops = _group_ops; \63 cit->ct_attrs = attrs; \64 cit->ct_owner = tf->tf_ops->module; \
53 struct config_item_type *cit = &tb->tb_##_name##_cit; \55 cit->ct_item_ops = _item_ops; \56 cit->ct_group_ops = _group_ops; \57 cit->ct_attrs = _attrs; \58 cit->ct_owner = tb->ops->owner; \65 struct config_item_type *cit = &tb->tb_##_name##_cit; \67 cit->ct_item_ops = _item_ops; \68 cit->ct_group_ops = _group_ops; \69 cit->ct_attrs = tb->ops->tb_##_name##_attrs; \70 cit->ct_owner = tb->ops->owner; \
1289 struct i2400m_tlv_config_idle_timeout cit; in i2400m_set_idle_timeout() member1306 cmd->cit.hdr.type = in i2400m_set_idle_timeout()1308 cmd->cit.hdr.length = cpu_to_le16(sizeof(cmd->cit.timeout)); in i2400m_set_idle_timeout()1309 cmd->cit.timeout = cpu_to_le32(msecs); in i2400m_set_idle_timeout()