Home
last modified time | relevance | path

Searched defs:group (Results 301 - 325 of 1116) sorted by relevance

1...<<11121314151617181920>>...45

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dfam15h_power.c53 struct attribute_group group; member
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dpolicy.c25 struct config_group group; member
30 struct config_group group; member
228 stp_policy_node_make(struct config_group *group, const char *name) in stp_policy_node_make() argument
273 stp_policy_node_drop(struct config_group *group, struct config_item *item) stp_policy_node_drop() argument
388 stp_policy_make(struct config_group *group, const char *name) stp_policy_make() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dcommon.h107 struct attribute_group group; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h161 static inline void tid_group_move(struct tid_group *group, in tid_group_move() argument
/kernel/linux/linux-5.10/drivers/iio/
H A Dindustrialio-event.c41 struct attribute_group group; member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192e.c486 int group, tx_idx; in rtl8192e_set_tx_power() local
H A Drtl8xxxu_8723b.c362 int group, tx_idx; in rtl8723b_set_tx_power() local
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c20 aspeed_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) aspeed_pinctrl_get_group_name() argument
28 aspeed_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, const unsigned int **pins, unsigned int *npins) aspeed_pinctrl_get_group_pins() argument
221 aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) aspeed_pinmux_set_mux() argument
/kernel/linux/linux-5.10/drivers/pinctrl/cirrus/
H A Dpinctrl-madera-core.c607 madera_mux_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) madera_mux_set_mux() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-axp209.c324 const char **group; in axp20x_funcs_groups_from_mask() local
230 axp20x_pmx_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) axp20x_pmx_set_mux() argument
H A Dpinctrl-digicolor.c125 dc_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) dc_set_mux() argument
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c270 struct ns_pinctrl_group *group; in ns_pinctrl_probe() local
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c43 static int mxs_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, in mxs_get_group_pins() argument
65 char *group = NULL; in mxs_dt_node_to_map() local
35 mxs_get_group_name(struct pinctrl_dev *pctldev, unsigned group) mxs_get_group_name() argument
177 mxs_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned group, const char * const **groups, unsigned * const num_groups) mxs_pinctrl_get_func_groups() argument
200 mxs_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) mxs_pinctrl_set_mux() argument
243 mxs_pinconf_group_get(struct pinctrl_dev *pctldev, unsigned group, unsigned long *config) mxs_pinconf_group_get() argument
253 mxs_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) mxs_pinconf_group_set() argument
322 mxs_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) mxs_pinconf_group_dbg_show() argument
355 char *group; mxs_pinctrl_parse_group() local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/meson/
H A Dpinctrl-meson.c528 struct meson_pmx_group *group = &pc->data->groups[num_group]; in meson_pinconf_group_set() local
541 meson_pinconf_group_get(struct pinctrl_dev *pcdev, unsigned int group, unsigned long *config) meson_pinconf_group_get() argument
/kernel/linux/linux-5.10/drivers/vfio/platform/
H A Dvfio_platform_common.c658 struct iommu_group *group; in vfio_platform_probe_common() local
/kernel/linux/linux-5.10/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c608 struct iommu_group *group; in vfio_fsl_mc_probe() local
/kernel/linux/linux-5.10/include/linux/
H A Dpsi_types.h115 struct psi_group *group; member
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_sysfs.c311 free_widget_node(struct kobject *kobj, const struct attribute_group *group) free_widget_node() argument
338 add_widget_node(struct kobject *parent, hda_nid_t nid, const struct attribute_group *group, struct kobject **res) add_widget_node() argument
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-probe.c339 const char *event = NULL, *group = NULL; in perf_add_probe_events() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Drecord.h16 bool group; member
/kernel/linux/linux-5.10/fs/notify/inotify/
H A Dinotify_user.c105 struct fsnotify_group *group = file->private_data; in inotify_poll() local
134 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() argument
164 copy_event_to_user(struct fsnotify_group *group, struct fsnotify_event *fsn_event, char __user *buf) copy_event_to_user() argument
217 struct fsnotify_group *group; inotify_read() local
268 struct fsnotify_group *group = file->private_data; inotify_release() local
281 struct fsnotify_group *group; inotify_ioctl() local
379 inotify_idr_find_locked(struct fsnotify_group *group, int wd) inotify_idr_find_locked() argument
400 inotify_idr_find(struct fsnotify_group *group, int wd) inotify_idr_find() argument
417 inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) inotify_remove_from_idr() argument
485 inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) inotify_ignored_and_remove_idr() argument
501 inotify_update_existing_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) inotify_update_existing_watch() argument
556 inotify_new_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) inotify_new_watch() argument
606 inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) inotify_update_watch() argument
623 struct fsnotify_group *group; inotify_new_group() local
663 struct fsnotify_group *group; do_inotify_init() local
699 struct fsnotify_group *group; SYSCALL_DEFINE3() local
762 struct fsnotify_group *group; SYSCALL_DEFINE2() local
[all...]
/kernel/linux/linux-5.10/fs/sysfs/
H A Dfile.c358 sysfs_add_file_to_group(struct kobject *kobj, const struct attribute *attr, const char *group) sysfs_add_file_to_group() argument
515 sysfs_remove_file_from_group(struct kobject *kobj, const struct attribute *attr, const char *group) sysfs_remove_file_from_group() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnfnetlink.c150 int nfnetlink_has_listeners(struct net *net, unsigned int group) in nfnetlink_has_listeners() argument
163 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error) in nfnetlink_set_err() argument
603 static int nfnetlink_bind(struct net *net, int group) in nfnetlink_bind() argument
156 nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid, unsigned int group, int echo, gfp_t flags) nfnetlink_send() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-xgene-msi.c145 u32 group = hwirq_to_group(data->hwirq); in xgene_compose_msi_msg() local
[all...]
/kernel/linux/linux-5.10/drivers/platform/mellanox/
H A Dmlxreg-hotplug.c66 struct attribute_group group; member
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...45