Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/openbmc/linux/drivers/vfio/
H A Dgroup.c407 struct vfio_group *group = device->group; in vfio_device_block_group() local
425 struct vfio_group *group = device->group; in vfio_device_unblock_group() local
434 struct vfio_group *group = in vfio_group_fops_open() local
511 struct vfio_group *group; in vfio_group_find_from_iommu() local
541 struct vfio_group *group; in vfio_group_alloc() local
578 struct vfio_group *group; in vfio_create_group() local
615 struct vfio_group *group; in vfio_noiommu_group_alloc() local
664 struct vfio_group *group; in vfio_group_find_or_alloc() local
705 struct vfio_group *group; in vfio_device_set_group() local
722 struct vfio_group *group = device->group; in vfio_device_remove_group() local
[all …]
/openbmc/phosphor-led-manager/test/
H A Dutest.cpp34 auto group = "/xyz/openbmc_project/ledmanager/groups/SingleLed"; in TEST_F() local
65 auto group = "/xyz/openbmc_project/ledmanager/groups/SingleLed"; in TEST_F() local
96 auto group = "/xyz/openbmc_project/ledmanager/groups/SingleLed"; in TEST_F() local
121 auto group = "/xyz/openbmc_project/ledmanager/groups/SingleLed"; in TEST_F() local
140 auto group = "/xyz/openbmc_project/ledmanager/groups/MultipleLeds"; in TEST_F() local
175 auto group = "/xyz/openbmc_project/ledmanager/groups/MultipleLeds"; in TEST_F() local
210 auto group = "/xyz/openbmc_project/ledmanager/groups/MultipleLeds"; in TEST_F() local
239 auto group = "/xyz/openbmc_project/ledmanager/groups/MultipleLeds"; in TEST_F() local
274 auto group = "/xyz/openbmc_project/ledmanager/groups/MultipleLeds"; in TEST_F() local
303 auto group = "/xyz/openbmc_project/ledmanager/groups/MultipleLeds"; in TEST_F() local
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_sdlb.c59 static void sparx5_sdlb_group_disable(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_disable()
66 static void sparx5_sdlb_group_enable(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_enable()
73 static u32 sparx5_sdlb_group_get_first(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_get_first()
82 static u32 sparx5_sdlb_group_get_next(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_group_get_next()
92 static bool sparx5_sdlb_group_is_first(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_group_is_first()
98 static bool sparx5_sdlb_group_is_last(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_group_is_last()
113 static u32 sparx5_sdlb_group_get_last(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_get_last()
181 const struct sparx5_sdlb_group *group; in sparx5_sdlb_group_get_by_rate() local
258 int sparx5_sdlb_group_add(struct sparx5 *sparx5, u32 group, u32 idx) in sparx5_sdlb_group_add()
273 int sparx5_sdlb_group_del(struct sparx5 *sparx5, u32 group, u32 idx) in sparx5_sdlb_group_del()
[all …]
H A Dsparx5_qos.c94 static u32 sparx5_lg_get_first(struct sparx5 *sparx5, u32 layer, u32 group) in sparx5_lg_get_first()
102 static u32 sparx5_lg_get_next(struct sparx5 *sparx5, u32 layer, u32 group, in sparx5_lg_get_next()
112 static u32 sparx5_lg_get_last(struct sparx5 *sparx5, u32 layer, u32 group) in sparx5_lg_get_last()
127 static bool sparx5_lg_is_last(struct sparx5 *sparx5, u32 layer, u32 group, in sparx5_lg_is_last()
153 static void sparx5_lg_enable(struct sparx5 *sparx5, u32 layer, u32 group, in sparx5_lg_enable()
159 static void sparx5_lg_disable(struct sparx5 *sparx5, u32 layer, u32 group) in sparx5_lg_disable()
165 u32 idx, u32 *group) in sparx5_lg_get_group_by_index()
193 static int sparx5_lg_get_group_by_rate(u32 layer, u32 rate, u32 *group) in sparx5_lg_get_group_by_rate()
327 u32 idx, u32 group) in sparx5_shaper_conf_set()
499 u32 group; in sparx5_tc_tbf_add() local
[all …]
/openbmc/linux/fs/notify/
H A Dgroup.c22 static void fsnotify_final_destroy_group(struct fsnotify_group *group) in fsnotify_final_destroy_group()
37 void fsnotify_group_stop_queueing(struct fsnotify_group *group) in fsnotify_group_stop_queueing()
50 void fsnotify_destroy_group(struct fsnotify_group *group) in fsnotify_destroy_group()
99 void fsnotify_get_group(struct fsnotify_group *group) in fsnotify_get_group()
107 void fsnotify_put_group(struct fsnotify_group *group) in fsnotify_put_group()
119 struct fsnotify_group *group; in __fsnotify_alloc_group() local
168 struct fsnotify_group *group = file->private_data; in fsnotify_fasync() local
H A Dnotification.c50 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event()
81 int fsnotify_insert_event(struct fsnotify_group *group, in fsnotify_insert_event()
132 void fsnotify_remove_queued_event(struct fsnotify_group *group, in fsnotify_remove_queued_event()
148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
181 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
/openbmc/linux/drivers/iommu/
H A Diommu.c391 struct iommu_group *group; in iommu_init_device() local
487 struct iommu_group *group; in __iommu_probe_device() local
926 struct iommu_group *group; in iommu_group_alloc() local
1542 struct iommu_group *group; in get_pci_function_alias_group() local
1576 struct iommu_group *group; in get_pci_alias_group() local
1610 struct iommu_group *group; member
1709 struct iommu_group *group; in fsl_mc_device_group() local
2065 struct iommu_group *group; in iommu_attach_device() local
2101 struct iommu_group *group; in iommu_detach_device() local
2122 struct iommu_group *group; in iommu_get_domain_for_dev() local
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-lpc32xx.c268 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p012() local
278 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p3() local
293 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_get_value_p012() local
300 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_get_value_p3() local
307 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpi_get_value() local
315 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_output_p012() local
326 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_output_p3() local
337 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_out_always() local
346 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_set_value_p012() local
354 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_set_value_p3() local
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/
H A Dcom.ampere.Hardware.Chassis.Model.MtJade.json4 "group": "bmc_booted", string
9 "group": "power_on", string
14 "group": "enclosure_identify", string
25 "group": "enclosure_identify_blink", string
36 "group": "fan3_fault", string
47 "group": "fan4_fault", string
58 "group": "fan5_fault", string
69 "group": "fan6_fault", string
80 "group": "fan7_fault", string
91 "group": "fan8_fault", string
[all …]
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c142 struct fsnotify_group *group = file->private_data; in inotify_poll() local
200 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
253 struct fsnotify_group *group; in inotify_read() local
304 struct fsnotify_group *group = file->private_data; in inotify_release() local
317 struct fsnotify_group *group; in inotify_ioctl() local
522 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
591 static int inotify_new_watch(struct fsnotify_group *group, in inotify_new_watch()
656 struct fsnotify_group *group; in inotify_new_group() local
697 struct fsnotify_group *group; in do_inotify_init() local
733 struct fsnotify_group *group; in SYSCALL_DEFINE3() local
[all …]
H A Dinotify_fsnotify.c49 static int inotify_merge(struct fsnotify_group *group, in inotify_merge()
66 struct fsnotify_group *group = inode_mark->group; in inotify_handle_inode_event() local
138 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
178 static void inotify_free_group_priv(struct fsnotify_group *group) in inotify_free_group_priv()
187 static void inotify_free_event(struct fsnotify_group *group, in inotify_free_event()
/openbmc/linux/drivers/infiniband/core/
H A Dcma_configfs.c47 struct config_group group; member
59 struct config_group *group; in to_dev_port_group() local
77 struct cma_dev_port_group *group = to_dev_port_group(item); in cma_configfs_params_get() local
103 struct cma_dev_port_group *group; in default_roce_mode_show() local
124 struct cma_dev_port_group *group; in default_roce_mode_store() local
150 struct cma_dev_port_group *group; in default_roce_tos_show() local
168 struct cma_dev_port_group *group; in default_roce_tos_store() local
238 struct config_group *group = container_of(item, struct config_group, in release_cma_dev() local
249 struct config_group *group = container_of(item, struct config_group, in release_cma_ports_group() local
277 static struct config_group *make_cma_dev(struct config_group *group, in make_cma_dev()
[all …]
H A Dmulticast.c117 struct mcast_group *group; member
133 struct mcast_group *group; in mcast_find() local
151 struct mcast_group *group, in mcast_insert()
208 struct mcast_group *group = member->group; in queue_join() local
426 struct mcast_group *group; in mcast_work_handler() local
514 struct mcast_group *group = context; in join_handler() local
548 struct mcast_group *group = context; in leave_handler() local
560 struct mcast_group *group, *cur_group; in acquire_group() local
665 struct mcast_group *group; in ib_sa_free_multicast() local
698 struct mcast_group *group; in ib_sa_get_mcmember_rec() local
[all …]
/openbmc/linux/net/psample/
H A Dpsample.c41 struct psample_group *group, in psample_group_nl_fill()
75 struct psample_group *group; in psample_nl_cmd_get_group_dumpit() local
123 static void psample_group_notify(struct psample_group *group, in psample_group_notify()
144 struct psample_group *group; in psample_group_create() local
158 static void psample_group_destroy(struct psample_group *group) in psample_group_destroy()
168 struct psample_group *group; in psample_group_lookup() local
178 struct psample_group *group; in psample_group_get() local
196 void psample_group_take(struct psample_group *group) in psample_group_take()
204 void psample_group_put(struct psample_group *group) in psample_group_put()
361 void psample_sample_packet(struct psample_group *group, struct sk_buff *skb, in psample_sample_packet()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c136 struct mcast_group *group; member
166 struct mcast_group *group; in mcast_find() local
184 struct mcast_group *group) in mcast_insert()
542 struct mcast_group *group; in mlx4_ib_mcg_timeout_handler() local
644 struct mcast_group *group; in mlx4_ib_mcg_work_handler() local
813 struct mcast_group *group, *cur_group; in acquire_group() local
888 struct mcast_group *group; in mlx4_ib_mcg_demux_handler() local
937 struct mcast_group *group; in mlx4_ib_mcg_multiplex_handler() local
993 struct mcast_group *group = in sysfs_show_group() local
1087 struct mcast_group *group; in _mlx4_ib_mcg_port_cleanup() local
[all …]
/openbmc/qemu/scripts/tracetool/backend/
H A Dsimple.py30 def generate_h_begin(events, group): argument
38 def generate_h(event, group): argument
44 def generate_h_backend_dstate(event, group): argument
49 def generate_c_begin(events, group): argument
56 def generate_c(event, group): argument
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/leds/phosphor-led-manager/
H A Dcom.ampere.Hardware.Chassis.Model.MtMitchell.json4 "group": "bmc_booted", string
23 "group": "power_on", string
28 "group": "systemFault", string
40 "group": "enclosure_identify", string
62 "group": "fan0_fault", string
79 "group": "fan1_fault", string
96 "group": "fan2_fault", string
113 "group": "fan3_fault", string
130 "group": "fan4_fault", string
147 "group": "fan5_fault", string
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dhvapi.c19 unsigned long group; member
59 static struct api_info *__get_info(unsigned long group) in __get_info()
96 int sun4v_hvapi_register(unsigned long group, unsigned long major, in sun4v_hvapi_register()
147 void sun4v_hvapi_unregister(unsigned long group) in sun4v_hvapi_unregister()
160 int sun4v_hvapi_get(unsigned long group, in sun4v_hvapi_get()
184 unsigned long group, major, minor; in sun4v_hvapi_init() local
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/leds/phosphor-led-manager/
H A Dled-group-config.json4 "group": "bmc_booted", string
16 "group": "power_on", string
28 "group": "enclosure_identify_blink", string
40 "group": "enclosure_identify", string
52 "group": "system_fault_critical", string
64 "group": "system_fault_warning", string
76 "group": "dimm0_fault_critical", string
102 "group": "dimm0_fault_warning", string
128 "group": "dimm1_fault_critical", string
154 "group": "dimm1_fault_warning", string
[all …]
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c195 static void fanotify_unhash_event(struct fsnotify_group *group, in fanotify_unhash_event()
776 struct fsnotify_group *group = file->private_data; in fanotify_poll() local
791 struct fsnotify_group *group; in fanotify_read() local
876 struct fsnotify_group *group; in fanotify_write() local
907 struct fsnotify_group *group = file->private_data; in fanotify_release() local
962 struct fsnotify_group *group; in fanotify_ioctl() local
1079 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
1279 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
1336 static int fanotify_add_sb_mark(struct fsnotify_group *group, in fanotify_add_sb_mark()
1395 struct fsnotify_group *group; in SYSCALL_DEFINE2() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c90 struct mlx5_esw_rate_group *group, in esw_qos_calculate_min_rate_divider()
99 struct mlx5_esw_rate_group *group; in esw_qos_calculate_min_rate_divider() local
135 struct mlx5_esw_rate_group *group, in esw_qos_normalize_vports_min_rate()
167 struct mlx5_esw_rate_group *group; in esw_qos_normalize_groups_min_rate() local
422 struct mlx5_esw_rate_group *group; in __esw_qos_create_rate_group() local
472 struct mlx5_esw_rate_group *group; in esw_qos_create_rate_group() local
490 struct mlx5_esw_rate_group *group, in __esw_qos_destroy_rate_group()
831 struct mlx5_esw_rate_group *group = priv; in mlx5_esw_devlink_rate_node_tx_share_set() local
849 struct mlx5_esw_rate_group *group = priv; in mlx5_esw_devlink_rate_node_tx_max_set() local
865 struct mlx5_esw_rate_group *group; in mlx5_esw_devlink_rate_node_new() local
[all …]
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/leds/phosphor-led-manager/
H A Dled-group-config.json4 "group": "bmc_booted", string
23 "group": "power_on", string
62 "group": "enclosure_identify", string
74 "group": "system_fault_critical", string
86 "group": "system_fault_warning", string
98 "group": "dimm0_fault_critical", string
124 "group": "dimm0_fault_warning", string
150 "group": "dimm1_fault_critical", string
176 "group": "dimm1_fault_warning", string
228 "group": "dimm2_fault_warning", string
[all …]
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h514 #define SIG_DESC_LIST_DECL(sig, group, ...) \ argument
518 #define SIG_EXPR_SYM(sig, group) sig_expr_ ## sig ## _ ## group argument
519 #define SIG_EXPR_DECL_(sig, group, func) \ argument
545 #define SIG_EXPR_DECL(sig, group, func, ...) \ argument
555 #define SIG_EXPR_PTR(sig, group) (&SIG_EXPR_SYM(sig, group)) argument
574 #define SIG_EXPR_LIST_DECL(sig, group, ...) \ argument
594 #define SIG_EXPR_LIST_ALIAS(pin, sig, group) \ argument
628 #define SIG_EXPR_LIST_DECL_SEMG(pin, sig, group, func, ...) \ argument
741 #define GROUP_SYM(group) group_pins_ ## group argument
742 #define GROUP_DECL(group, ...) \ argument
[all …]
/openbmc/linux/drivers/clk/renesas/
H A Dclk-mstp.c59 struct mstp_clock_group *group; member
64 static inline u32 cpg_mstp_read(struct mstp_clock_group *group, in cpg_mstp_read()
70 static inline void cpg_mstp_write(struct mstp_clock_group *group, u32 val, in cpg_mstp_write()
79 struct mstp_clock_group *group = clock->group; in cpg_mstp_clock_endisable() local
128 struct mstp_clock_group *group = clock->group; in cpg_mstp_clock_is_enabled() local
147 struct mstp_clock_group *group) in cpg_mstp_clock_register()
182 struct mstp_clock_group *group; in cpg_mstp_clocks_init() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c247 int group, int instance, u32 value) in rw_with_mcr_steering_fw()
324 int group, int instance, in rw_with_mcr_steering()
455 int group, int instance) in intel_gt_mcr_read()
474 int group, int instance) in intel_gt_mcr_unicast_write()
612 u8 *group, u8 *instance) in get_nonterminated_steering()
681 u8 *group, u8 *instance) in intel_gt_mcr_get_nonterminated_steering()
714 u8 group, instance; in intel_gt_mcr_read_any_fw() local
745 u8 group, instance; in intel_gt_mcr_read_any() local
765 u8 group, instance; in report_steering_type() local
821 unsigned int *group, unsigned int *instance) in intel_gt_mcr_get_ss_steering()

12345678910>>...30