/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 470 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ 471 struct snd_pcm_group *group; /* pointer to current group */ member 614 return substream->group != &substream->self_group; in snd_pcm_stream_linked() 665 list_for_each_entry(s, &substream->group->substreams, link_list)
|
/kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 819 /* Enable mode in pin group */ 909 unsigned int group) in wpcm450_pinmux_set_mux() 913 wpcm450_setfunc(pctrl->gcr_regmap, wpcm450_groups[group].pins, in wpcm450_pinmux_set_mux() 914 wpcm450_groups[group].num_pins, function); in wpcm450_pinmux_set_mux() 907 wpcm450_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) wpcm450_pinmux_set_mux() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-steam.c | 853 client_hdev->group = HID_GROUP_STEAM; in steam_create_client_hid() 874 if (hdev->group == HID_GROUP_STEAM) in steam_probe() 964 if (!steam || hdev->group == HID_GROUP_STEAM) { in steam_remove()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | exynos-iommu.c | 1415 struct iommu_group *group = iommu_group_get(dev); in exynos_iommu_set_platform_dma() local 1417 if (group) { in exynos_iommu_set_platform_dma() 1419 iommu_group_put(group); in exynos_iommu_set_platform_dma()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ping.c | 255 kgid_t group = current_egid(); in ping_init_sock() local 265 if (gid_lte(low, group) && gid_lte(group, high)) in ping_init_sock()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_rcar.c | 171 u32 val, int group) in sata_rcar_gen1_phy_write() 182 /* set register group */ in sata_rcar_gen1_phy_write() 183 if (group) in sata_rcar_gen1_phy_write() 170 sata_rcar_gen1_phy_write(struct sata_rcar_priv *priv, u16 reg, u32 val, int group) sata_rcar_gen1_phy_write() argument
|
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio-v3.c | 893 switch (attr->group) { in vgic_v3_has_attr_regs() 1031 * generate interrupts of either group. in vgic_v3_dispatch_sgi() 1033 if (!irq->group || allow_group1) { in vgic_v3_dispatch_sgi()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio-v3.c | 995 switch (attr->group) { in vgic_v3_has_attr_regs() 1129 * generate interrupts of either group. in vgic_v3_dispatch_sgi() 1131 if (!irq->group || allow_group1) { in vgic_v3_dispatch_sgi()
|
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-lynxpoint.c | 359 unsigned int function, unsigned int group) in lp_pinmux_set_mux() 362 const struct intel_pingroup *grp = &lg->soc->groups[group]; in lp_pinmux_set_mux() 368 /* Now enable the mux setting for each pin in the group */ in lp_pinmux_set_mux() 358 lp_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) lp_pinmux_set_mux() argument
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_ecm.c | 827 func_inst.group); in to_f_ecm_opts() 887 config_group_init_type_name(&opts->func_inst.group, "", &ecm_func_type); in ecm_alloc_inst()
|
H A D | f_uac1_legacy.c | 805 func_inst.group); in to_f_uac1_opts() 952 config_group_init_type_name(&opts->func_inst.group, "", in f_audio_alloc_inst()
|
H A D | f_uac1.c | 678 func_inst.group); in to_f_uac1_opts() 779 config_group_init_type_name(&opts->func_inst.group, "", in f_audio_alloc_inst()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cs42l52.c | 639 u8 group; member 819 (clk_map_table[index].group << CLK_32K_SR_SHIFT) | in cs42l52_pcm_hw_params()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | init.c | 713 * snd_card_add_dev_attr - Append a new sysfs attribute group to card 715 * @group: attribute group to append 718 const struct attribute_group *group) in snd_card_add_dev_attr() 725 card->dev_groups[i] = group; in snd_card_add_dev_attr() 717 snd_card_add_dev_attr(struct snd_card *card, const struct attribute_group *group) snd_card_add_dev_attr() argument
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 1072 if (ptr->group) { in tomoyo_condition() 1075 ptr->group) in tomoyo_condition()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 1091 * 128-bit value consisting of one group of eight hexadecimal digits, followed 1092 * by three groups of four hexadecimal digits each, followed by one group of 1100 le16 data2; /* The first group of four hexadecimal digits. */ 1101 le16 data3; /* The second group of four hexadecimal digits. */ 1102 u8 data4[8]; /* The first two bytes are the third group of four 1173 * identifies a user or group in relation to the authority that issued the SID. 1313 * Example SID; the domain-relative SID of the local Administrators group on 1398 * An ACE defines access to an object for a specific user or group or defines 1400 * for a specific user or group. The user or group i 1717 le32 group; /* Byte offset to a SID representing an object's global() member 1746 SID *group; /* Points to a SID representing an object's primary global() member [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-zynq.c | 890 unsigned int group) in zynq_pinmux_set_mux() 894 const struct zynq_pctrl_group *pgrp = &pctrl->groups[group]; in zynq_pinmux_set_mux() 888 zynq_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) zynq_pinmux_set_mux() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid.h | 561 __u16 group; /* Report group */ member 682 .bus = (b), .group = (g), .vendor = (ven), .product = (prod)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.h | 110 /* Optional group to add an FTE to do internal priority 118 /* Optional group to add a drop all rule */ 221 struct mlx5_esw_rate_group *group; member 431 struct mlx5_esw_rate_group *group,
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_rcar.c | 167 u32 val, int group) in sata_rcar_gen1_phy_write() 178 /* set register group */ in sata_rcar_gen1_phy_write() 179 if (group) in sata_rcar_gen1_phy_write() 166 sata_rcar_gen1_phy_write(struct sata_rcar_priv *priv, u16 reg, u32 val, int group) sata_rcar_gen1_phy_write() argument
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 1091 * 128-bit value consisting of one group of eight hexadecimal digits, followed 1092 * by three groups of four hexadecimal digits each, followed by one group of 1100 le16 data2; /* The first group of four hexadecimal digits. */ 1101 le16 data3; /* The second group of four hexadecimal digits. */ 1102 u8 data4[8]; /* The first two bytes are the third group of four 1173 * identifies a user or group in relation to the authority that issued the SID. 1313 * Example SID; the domain-relative SID of the local Administrators group on 1398 * An ACE defines access to an object for a specific user or group or defines 1400 * for a specific user or group. The user or group i 1717 le32 group; /* Byte offset to a SID representing an object's global() member 1746 SID *group; /* Points to a SID representing an object's primary global() member [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2inode.c | 664 struct cifs_sid *group) in smb311_posix_query_path_info() 732 memcpy(group, sidsbuf + owner_len, group_len); in smb311_posix_query_path_info() 658 smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_info_data *data, struct cifs_sid *owner, struct cifs_sid *group) smb311_posix_query_path_info() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hid.h | 612 __u16 group; /* Report group */ member 624 void *devres_group_id; /* ID of probe devres group */ 741 .bus = (b), .group = (g), .vendor = (ven), .product = (prod)
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_ecm.c | 810 func_inst.group); in to_f_ecm_opts() 870 config_group_init_type_name(&opts->func_inst.group, "", &ecm_func_type); in ecm_alloc_inst()
|
H A D | f_uac1_legacy.c | 805 func_inst.group); in to_f_uac1_opts() 952 config_group_init_type_name(&opts->func_inst.group, "", in f_audio_alloc_inst()
|