| /include/linux/pinctrl/ |
| D | machine.h | 87 #define PIN_MAP_MUX_GROUP(dev, state, pinctrl, grp, func) \ argument 94 .group = grp, \ 99 #define PIN_MAP_MUX_GROUP_DEFAULT(dev, pinctrl, grp, func) \ argument 100 PIN_MAP_MUX_GROUP(dev, PINCTRL_STATE_DEFAULT, pinctrl, grp, func) 102 #define PIN_MAP_MUX_GROUP_HOG(dev, state, grp, func) \ argument 103 PIN_MAP_MUX_GROUP(dev, state, dev, grp, func) 105 #define PIN_MAP_MUX_GROUP_HOG_DEFAULT(dev, grp, func) \ argument 106 PIN_MAP_MUX_GROUP(dev, PINCTRL_STATE_DEFAULT, dev, grp, func) 130 #define PIN_MAP_CONFIGS_GROUP(dev, state, pinctrl, grp, cfgs) \ argument 137 .group_or_pin = grp, \ [all …]
|
| /include/net/libeth/ |
| D | cache.h | 16 #define libeth_cacheline_group_assert(type, grp, sz) \ argument 17 static_assert(offsetof(type, __cacheline_group_end__##grp) - \ 18 offsetofend(type, __cacheline_group_begin__##grp) == \ 23 #define libeth_cacheline_group_assert(type, grp, sz) \ argument 24 static_assert(offsetof(type, __cacheline_group_end__##grp) - \ 25 offsetofend(type, __cacheline_group_begin__##grp) <= \
|
| /include/trace/events/ |
| D | bridge.h | 137 __array(__u8, grp, 16) 151 memset(__entry->grp, 0, sizeof(__entry->grp)); 159 in6 = (struct in6_addr *)__entry->grp; 171 in6 = (struct in6_addr *)__entry->grp; 180 __get_str(dev), __entry->af, __entry->src, __entry->grp,
|
| /include/linux/ |
| D | sysfs.h | 439 const struct attribute_group *grp); 445 const struct attribute_group *grp); 447 const struct attribute_group *grp); 455 const struct attribute_group *grp); 457 const struct attribute_group *grp); 619 const struct attribute_group *grp) in sysfs_create_group() argument 637 const struct attribute_group *grp) in sysfs_update_group() argument 643 const struct attribute_group *grp) in sysfs_remove_group() argument 664 const struct attribute_group *grp) in sysfs_merge_group() argument 670 const struct attribute_group *grp) in sysfs_unmerge_group() argument
|
| D | cred.h | 74 static inline int in_group_p(kgid_t grp) in in_group_p() argument 78 static inline int in_egroup_p(kgid_t grp) in in_egroup_p() argument 82 static inline int groups_search(const struct group_info *group_info, kgid_t grp) in groups_search() argument
|
| D | attribute_container.h | 20 const struct attribute_group *grp; member
|
| D | rtc.h | 271 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp); 275 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp) in rtc_add_group() argument
|
| D | device.h | 1114 const struct attribute_group *grp) in device_add_group() argument 1116 const struct attribute_group *groups[] = { grp, NULL }; in device_add_group() 1122 const struct attribute_group *grp) in device_remove_group() argument 1124 const struct attribute_group *groups[] = { grp, NULL }; in device_remove_group() 1130 const struct attribute_group *grp);
|
| /include/linux/gpio/ |
| D | gpio-nomadik.h | 178 struct pingroup grp; member 184 .grp = PINCTRL_PINGROUP(#a, a##_pins, ARRAY_SIZE(a##_pins)), \
|
| /include/soc/mscc/ |
| D | ocelot.h | 970 void ocelot_lock_inj_grp(struct ocelot *ocelot, int grp); 971 void ocelot_unlock_inj_grp(struct ocelot *ocelot, int grp); 972 void ocelot_lock_xtr_grp(struct ocelot *ocelot, int grp); 973 void ocelot_unlock_xtr_grp(struct ocelot *ocelot, int grp); 974 void ocelot_lock_xtr_grp_bh(struct ocelot *ocelot, int grp); 975 void ocelot_unlock_xtr_grp_bh(struct ocelot *ocelot, int grp); 976 bool ocelot_can_inject(struct ocelot *ocelot, int grp); 977 void ocelot_port_inject_frame(struct ocelot *ocelot, int port, int grp, 981 int ocelot_xtr_poll_frame(struct ocelot *ocelot, int grp, struct sk_buff **skb); 982 void ocelot_drain_cpu_queue(struct ocelot *ocelot, int grp);
|
| /include/uapi/linux/ |
| D | mroute6.h | 101 struct sockaddr_in6 grp; member
|
| D | mroute.h | 94 struct in_addr grp; member
|
| /include/linux/mfd/ |
| D | twl.h | 553 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 554 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \
|
| /include/linux/mlx5/ |
| D | mlx5_ifc.h | 10126 u8 grp[0x6]; member 10187 u8 grp[0x6]; member
|