/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/ |
H A D | nfs-utils_2.6.4.bb | 19 --shell /bin/false --user-group rpcuser"
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | mediatek,power-controller.yaml | 101 for each power domain we need to group the clocks by name. BASIC
|
/openbmc/linux/Documentation/driver-api/ |
H A D | s390-drivers.rst | 112 ccw group devices
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.h | 486 struct fsnotify_group *group, in fanotify_event_hash_bucket() argument
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | syna,rmi4.yaml | 11 - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
|
/openbmc/linux/Documentation/core-api/ |
H A D | packing.rst | 16 structs. Also, some hardware (typically networking equipment) tends to group
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra186-pmc.yaml | 71 pins which are configured as a group. The pin grouping is a fixed
|
/openbmc/linux/kernel/ |
H A D | Kconfig.preempt | 125 will execute a task from the same 'core group', forcing idle when no
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-v2.c | 137 if (irq->group) in vgic_v2_populate_lr()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-overo-base.dtsi | 3 * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
|
/openbmc/linux/include/sound/ |
H A D | core.h | 298 const struct attribute_group *group);
|
/openbmc/linux/include/linux/mmc/ |
H A D | host.h | 674 int mmc_sd_switch(struct mmc_card *card, int mode, int group, u8 value, u8 *resp);
|
/openbmc/linux/scripts/ |
H A D | Makefile.package | 183 … cmd_tar = cd $<; tar cf ../$@ $(compress-tar$(suffix $@)) --owner=root --group=root --sort=name *
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | nuvoton,npcm845-pinctrl.yaml | 96 The function that a group of pins is muxed to
|
/openbmc/qemu/qapi/ |
H A D | transaction.json | 189 # Actions will complete or fail as a group. See
|
/openbmc/linux/Documentation/mm/ |
H A D | unevictable-lru.rst | 98 The unevictable LRU facility interacts with the memory control group [aka 107 When a memory control group comes under memory pressure, the controller will 115 (2) On the other hand, if too many of the pages charged to the control group 117 the control group may not fit into the available memory. This can cause 118 the control group to thrash or to OOM-kill tasks.
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 4603 static void hns3_add_ring_to_group(struct hns3_enet_ring_group *group, in hns3_add_ring_to_group() argument 4606 ring->next = group->ring; in hns3_add_ring_to_group() 4607 group->ring = ring; in hns3_add_ring_to_group() 4609 group->count++; in hns3_add_ring_to_group() 4632 struct hns3_enet_ring_group *group = container_of(dim, in hns3_rx_dim_work() local 4634 struct hns3_enet_tqp_vector *tqp_vector = group->ring->tqp_vector; in hns3_rx_dim_work() 4652 struct hns3_enet_ring_group *group = container_of(dim, in hns3_tx_dim_work() local 4654 struct hns3_enet_tqp_vector *tqp_vector = group->ring->tqp_vector; in hns3_tx_dim_work() 4819 static void hns3_clear_ring_group(struct hns3_enet_ring_group *group) in hns3_clear_ring_group() argument 4821 group->ring = NULL; in hns3_clear_ring_group() [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.75.0.bb | 315 component = m.group('component') 316 arch = m.group('arch')
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/ata/ |
H A D | sata_rcar.c | 167 u32 val, int group) in sata_rcar_gen1_phy_write() argument 179 if (group) in sata_rcar_gen1_phy_write()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_kvm.c | 416 kvm_dist_putbmp(s, GICD_IGROUPR, 0, s->group); in kvm_arm_gicv3_put() 581 kvm_dist_getbmp(s, GICD_IGROUPR, s->group); in kvm_arm_gicv3_get()
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 216 <b-form-group 226 </b-form-group>
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.c | 1564 (struct ext2_data *data, int group, struct ext2_block_group *blkgrp) in ext4fs_blockgroup() argument 1574 group / desc_per_blk; in ext4fs_blockgroup() 1575 blkoff = (group % desc_per_blk) * desc_size; in ext4fs_blockgroup() 1578 group, blkno, blkoff); in ext4fs_blockgroup()
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 489 notification group. Much like the Family ID, the Group ID for a given 490 multicast group is dynamic and can be found inside the Family information. 495 Once the Group ID is known a setsockopt() call adds the socket to the group: 501 /* .. find the group ID... */
|