Searched refs:cit (Results 1 – 3 of 3) sorted by relevance
50 struct config_item_type *cit = &tfc->tfc_##_name##_cit; \52 cit->ct_item_ops = _item_ops; \53 cit->ct_group_ops = _group_ops; \54 cit->ct_attrs = _attrs; \55 cit->ct_owner = tf->tf_module; \63 struct config_item_type *cit = &tfc->tfc_##_name##_cit; \66 cit->ct_item_ops = _item_ops; \67 cit->ct_group_ops = _group_ops; \68 cit->ct_attrs = attrs; \69 cit->ct_owner = tf->tf_module; \
57 struct config_item_type *cit = &tbc->tb_##_name##_cit; \59 cit->ct_item_ops = _item_ops; \60 cit->ct_group_ops = _group_ops; \61 cit->ct_attrs = _attrs; \62 cit->ct_owner = sa->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()