Searched refs:gi (Results 1 – 7 of 7) sorted by relevance
| /include/linux/usb/ |
| A D | gadget_configfs.h | 48 struct struct_member *gi; \ 64 gi = container_of(group, struct struct_member, strings_group); \ 66 list_for_each_entry(gs, &gi->string_list, list) { \ 75 list_add_tail(&new->list, &gi->string_list); \
|
| A D | pd_vdo.h | 496 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument 499 | ((gi) & 0x3f) << 1 | (ct))
|
| /include/soc/mscc/ |
| A D | ocelot.h | 909 #define ocelot_read_ix(ocelot, reg, gi, ri) \ argument 911 #define ocelot_read_gix(ocelot, reg, gi) \ argument 912 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) 918 #define ocelot_write_ix(ocelot, val, reg, gi, ri) \ argument 920 #define ocelot_write_gix(ocelot, val, reg, gi) \ argument 921 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) 926 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) \ argument 928 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) \ argument 929 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi)) 943 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument [all …]
|
| /include/linux/ |
| A D | cred.h | 41 static inline struct group_info *get_group_info(struct group_info *gi) in get_group_info() argument 43 refcount_inc(&gi->usage); in get_group_info() 44 return gi; in get_group_info()
|
| /include/dt-bindings/usb/ |
| A D | pd.h | 463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument 466 | ((gi) & 0x3f) << 1 | (ct))
|
| /include/net/ |
| A D | mac80211.h | 1672 u8 gi:2; member
|
| A D | cfg80211.h | 844 enum nl80211_txrate_gi gi; member
|
Completed in 62 milliseconds