/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | clang-c++11.patch | 52 static SaErrorT NewSimulatorSetResourceTag( void *hnd, SaHpiResourceIdT id, 61 static SaErrorT NewSimulatorSetResourceSeverity( void *hnd, SaHpiResourceIdT id, 64 SaHpiResourceIdT id, 71 SaHpiResourceIdT id, 80 SaHpiResourceIdT id, 89 SaHpiResourceIdT id, 98 SaHpiResourceIdT id, 107 SaHpiResourceIdT id, 116 SaHpiResourceIdT id, 125 SaHpiResourceIdT id, [all …]
|
/openbmc/linux/net/sctp/ |
H A D | debug.c | 127 const char *sctp_pname(const union sctp_subtype id) in sctp_pname() argument 129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname() 130 return sctp_primitive_tbl[id.primitive]; in sctp_pname() 140 const char *sctp_oname(const union sctp_subtype id) in sctp_oname() argument 142 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname() 143 return sctp_other_tbl[id.other]; in sctp_oname() 163 const char *sctp_tname(const union sctp_subtype id) in sctp_tname() argument 167 if (id.timeout < ARRAY_SIZE(sctp_timer_tbl)) in sctp_tname() 168 return sctp_timer_tbl[id.timeout]; in sctp_tname()
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | numa.txt | 18 2 - numa-node-id 22 token known as a node id. For the purpose of this binding 23 a node id is a 32-bit integer. 26 numa-node-id property which contains the node id of the device. 30 numa-node-id = <0>; 33 numa-node-id = <1>; 119 numa-node-id = <0>; 125 numa-node-id = <1>; 160 numa-node-id = <0>; 167 numa-node-id = <1>; [all …]
|
/openbmc/qemu/qapi/ |
H A D | rocker.json | 15 # @id: switch ID 22 'data': { 'name': 'str', 'id': 'uint64', 'ports': 'uint32' } } 125 # @tbl-id: flow table ID 129 # @tunnel-id: tunnel ID 131 # @vlan-id: VLAN ID 151 'data' : { 'priority': 'uint32', 'tbl-id': 'uint32', '*in-pport': 'uint32', 152 '*tunnel-id': 'uint32', '*vlan-id': 'uint16', 163 # @tunnel-id: tunnel ID 165 # @vlan-id: VLAN ID 181 'data' : { '*in-pport': 'uint32', '*tunnel-id': 'uint32', [all …]
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-socfpga.c | 33 int id = reset_ctl->id; in socfpga_reset_assert() local 35 int bank = id / (reg_width * BITS_PER_BYTE); in socfpga_reset_assert() 36 int offset = id % (reg_width * BITS_PER_BYTE); in socfpga_reset_assert() 45 int id = reset_ctl->id; in socfpga_reset_deassert() local 47 int bank = id / (reg_width * BITS_PER_BYTE); in socfpga_reset_deassert() 48 int offset = id % (reg_width * BITS_PER_BYTE); in socfpga_reset_deassert() 57 reset_ctl, reset_ctl->dev, reset_ctl->id); in socfpga_reset_request() 65 reset_ctl->dev, reset_ctl->id); in socfpga_reset_free() 99 .id = UCLASS_RESET,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dsc.h | 34 #define DSC_REG_LIST_DCN20(id) \ argument 35 SRI(DSC_TOP_CONTROL, DSC_TOP, id),\ 36 SRI(DSC_DEBUG_CONTROL, DSC_TOP, id),\ 37 SRI(DSCC_CONFIG0, DSCC, id),\ 38 SRI(DSCC_CONFIG1, DSCC, id),\ 39 SRI(DSCC_STATUS, DSCC, id),\ 40 SRI(DSCC_INTERRUPT_CONTROL_STATUS, DSCC, id),\ 41 SRI(DSCC_PPS_CONFIG0, DSCC, id),\ 42 SRI(DSCC_PPS_CONFIG1, DSCC, id),\ 43 SRI(DSCC_PPS_CONFIG2, DSCC, id),\ [all …]
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra210_adx.c | 154 TEGRA210_ADX_TX1_CIF_CTRL + ((dai->id - 1) * TEGRA210_ADX_AUDIOCIF_CH_STRIDE)); in tegra210_adx_out_hw_params() 255 #define OUT_DAI(id) \ argument 257 .name = "ADX-TX" #id "-CIF", \ 259 .stream_name = "TX" #id "-CIF-Playback",\ 268 .stream_name = "TX" #id "-CIF-Capture", \ 296 #define STREAM_ROUTES(id, sname) \ argument 300 { "TX" #id, NULL, "RX" }, \ 301 { "TX" #id "-CIF-" sname, NULL, "TX" #id }, \ 302 { "TX" #id " XBAR-" sname, NULL, "TX" #id "-CIF-" sname }, \ 303 { "TX" #id " XBAR-RX", NULL, "TX" #id " XBAR-" sname } [all …]
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 34 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument 49 u32 id; in mtype_ext_cleanup() local 51 for (id = 0; id < map->elements; id++) in mtype_ext_cleanup() 52 if (test_bit(id, map->members)) in mtype_ext_cleanup() 53 ip_set_ext_destroy(set, get_ext(set, map, id)); in mtype_ext_cleanup() 119 void *x = get_ext(set, map, e->id); in mtype_test() 133 void *x = get_ext(set, map, e->id); in mtype_add() 142 set_bit(e->id, map->members); in mtype_add() 166 set_bit(e->id, map->members); in mtype_add() 178 void *x = get_ext(set, map, e->id); in mtype_del() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | gpio.h | 41 enum gpio_id id; member 56 enum gpio_id id, 60 enum gpio_id id, 64 enum gpio_id id, 68 enum gpio_id id, 72 enum gpio_id id, 76 enum gpio_id id, 80 enum gpio_id id, 87 enum gpio_id *id, 90 enum gpio_id id,
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ |
H A D | ima | 36 id=$(grep -w -e "\.$kind" /proc/keys | cut -d ' ' -f1 | head -n 1) 37 if [ "$id" ]; then 38 id=$(printf "%d" 0x$id) 40 if [ -z "$id" ]; then 41 id=`keyctl search @u keyring _$kind 2>/dev/null` 42 if [ -z "$id" ]; then 43 id=`keyctl newring _$kind @u` 46 info "Loading $key into $kind keyring $id" 47 keyctl padd asymmetric "" $id <$key
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 36 .id = C3, 43 .id = C6, 51 .id = PC3, 58 .id = PC6, 71 static int nhm_get_count(enum intel_nhm_id id, unsigned long long *val, in nhm_get_count() argument 76 switch (id) { in nhm_get_count() 101 static int nhm_get_count_percent(unsigned int id, double *percent, in nhm_get_count_percent() argument 110 (current_count[id][cpu] - previous_count[id][cpu])) / in nhm_get_count_percent() 114 nhm_cstates[id].name, previous_count[id][cpu], in nhm_get_count_percent() 115 current_count[id][cpu], cpu); in nhm_get_count_percent() [all …]
|
H A D | snb_idle.c | 33 .id = C7, 40 .id = PC2, 47 .id = PC7, 60 static int snb_get_count(enum intel_snb_id id, unsigned long long *val, in snb_get_count() argument 65 switch (id) { in snb_get_count() 86 static int snb_get_count_percent(unsigned int id, double *percent, in snb_get_count_percent() argument 95 (current_count[id][cpu] - previous_count[id][cpu])) / in snb_get_count_percent() 99 snb_cstates[id].name, previous_count[id][cpu], in snb_get_count_percent() 100 current_count[id][cpu], cpu); in snb_get_count_percent() 103 snb_cstates[id].name, in snb_get_count_percent() [all …]
|
H A D | hsw_ext_idle.c | 35 .id = PC8, 42 .id = PC9, 49 .id = PC10, 62 static int hsw_ext_get_count(enum intel_hsw_ext_id id, unsigned long long *val, in hsw_ext_get_count() argument 67 switch (id) { in hsw_ext_get_count() 88 static int hsw_ext_get_count_percent(unsigned int id, double *percent, in hsw_ext_get_count_percent() argument 97 (current_count[id][cpu] - previous_count[id][cpu])) / in hsw_ext_get_count_percent() 101 hsw_ext_cstates[id].name, previous_count[id][cpu], in hsw_ext_get_count_percent() 102 current_count[id][cpu], cpu); in hsw_ext_get_count_percent() 105 hsw_ext_cstates[id].name, in hsw_ext_get_count_percent() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 257.out | 26 {"execute": "job-dismiss", "arguments": {"id": "bdc-file-job"}} 30 {"execute": "job-dismiss", "arguments": {"id": "bdc-fmt-job"}} 33 …, "arguments": {"device": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_0", "s… 73 {"execute": "job-dismiss", "arguments": {"id": "bdc-file-job"}} 77 {"execute": "job-dismiss", "arguments": {"id": "bdc-fmt-job"}} 80 …, "arguments": {"device": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_1", "s… 87 {"execute": "job-dismiss", "arguments": {"id": "bdc-file-job"}} 91 {"execute": "job-dismiss", "arguments": {"id": "bdc-fmt-job"}} 94 …mode": "never", "device": "drive0", "filter-node-name": "backup-top", "job-id": "backup_1", "sync"… 158 {"execute": "job-cancel", "arguments": {"id": "backup_1"}} [all …]
|
/openbmc/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.h | 90 enum cx25840_model id; member 114 return state->id == CX25836 || in is_cx2583x() 115 state->id == CX25837; in is_cx2583x() 120 return state->id == CX25840 || in is_cx2584x() 121 state->id == CX25841 || in is_cx2584x() 122 state->id == CX25842 || in is_cx2584x() 123 state->id == CX25843; in is_cx2584x() 128 return state->id == CX2310X_AV; in is_cx231xx() 133 return state->id == CX23885_AV || in is_cx2388x() 134 state->id == CX23887_AV || in is_cx2388x() [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | watchdog_core.c | 242 int ret, id = -1; in __watchdog_register_device() local 263 id = ida_simple_get(&watchdog_ida, ret, in __watchdog_register_device() 267 if (id < 0) in __watchdog_register_device() 268 id = ida_simple_get(&watchdog_ida, 0, MAX_DOGS, GFP_KERNEL); in __watchdog_register_device() 270 if (id < 0) in __watchdog_register_device() 271 return id; in __watchdog_register_device() 272 wdd->id = id; in __watchdog_register_device() 276 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 277 if (!(id == 0 && ret == -EBUSY)) in __watchdog_register_device() 281 id = ida_simple_get(&watchdog_ida, 1, MAX_DOGS, GFP_KERNEL); in __watchdog_register_device() [all …]
|
/openbmc/linux/drivers/nvme/host/ |
H A D | zns.c | 23 struct nvme_id_ctrl_zns *id; in nvme_set_max_append() local 26 id = kzalloc(sizeof(*id), GFP_KERNEL); in nvme_set_max_append() 27 if (!id) in nvme_set_max_append() 34 status = nvme_submit_sync_cmd(ctrl->admin_q, &c, id, sizeof(*id)); in nvme_set_max_append() 36 kfree(id); in nvme_set_max_append() 40 if (id->zasl) in nvme_set_max_append() 41 ctrl->max_zone_append = 1 << (id->zasl + 3); in nvme_set_max_append() 44 kfree(id); in nvme_set_max_append() 53 struct nvme_id_ns_zns *id; in nvme_update_zone_info() local 77 id = kzalloc(sizeof(*id), GFP_KERNEL); in nvme_update_zone_info() [all …]
|
/openbmc/linux/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-isc-clk.c | 62 u32 id = isc_clk->id; in isc_clk_enable() local 68 __func__, id, isc_clk->div, isc_clk->parent_id); in isc_clk_enable() 72 ISC_CLKCFG_DIV_MASK(id) | ISC_CLKCFG_SEL_MASK(id), in isc_clk_enable() 73 (isc_clk->div << ISC_CLKCFG_DIV_SHIFT(id)) | in isc_clk_enable() 74 (isc_clk->parent_id << ISC_CLKCFG_SEL_SHIFT(id))); in isc_clk_enable() 76 regmap_write(regmap, ISC_CLKEN, ISC_CLK(id)); in isc_clk_enable() 80 if (status & ISC_CLK(id)) in isc_clk_enable() 89 u32 id = isc_clk->id; in isc_clk_disable() local 93 regmap_write(isc_clk->regmap, ISC_CLKDIS, ISC_CLK(id)); in isc_clk_disable() 111 return status & ISC_CLK(isc_clk->id) ? 1 : 0; in isc_clk_is_enabled() [all …]
|
/openbmc/linux/drivers/media/platform/microchip/ |
H A D | microchip-isc-clk.c | 62 u32 id = isc_clk->id; in isc_clk_enable() local 68 __func__, id, isc_clk->div, isc_clk->parent_id); in isc_clk_enable() 72 ISC_CLKCFG_DIV_MASK(id) | ISC_CLKCFG_SEL_MASK(id), in isc_clk_enable() 73 (isc_clk->div << ISC_CLKCFG_DIV_SHIFT(id)) | in isc_clk_enable() 74 (isc_clk->parent_id << ISC_CLKCFG_SEL_SHIFT(id))); in isc_clk_enable() 76 regmap_write(regmap, ISC_CLKEN, ISC_CLK(id)); in isc_clk_enable() 80 if (status & ISC_CLK(id)) in isc_clk_enable() 89 u32 id = isc_clk->id; in isc_clk_disable() local 93 regmap_write(isc_clk->regmap, ISC_CLKDIS, ISC_CLK(id)); in isc_clk_disable() 111 return status & ISC_CLK(isc_clk->id) ? 1 : 0; in isc_clk_is_enabled() [all …]
|
/openbmc/linux/drivers/reset/ |
H A D | reset-bcm6345.c | 32 unsigned long id, bool assert) in bcm6345_reset_update() argument 41 val &= ~BIT(id); in bcm6345_reset_update() 43 val |= BIT(id); in bcm6345_reset_update() 51 unsigned long id) in bcm6345_reset_assert() argument 53 return bcm6345_reset_update(rcdev, id, true); in bcm6345_reset_assert() 57 unsigned long id) in bcm6345_reset_deassert() argument 59 return bcm6345_reset_update(rcdev, id, false); in bcm6345_reset_deassert() 63 unsigned long id) in bcm6345_reset_reset() argument 65 bcm6345_reset_update(rcdev, id, true); in bcm6345_reset_reset() 69 bcm6345_reset_update(rcdev, id, false); in bcm6345_reset_reset() [all …]
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clk-dra7-atl.c | 25 #define DRA7_ATL_PPMR_REG(id) (0x200 + (id * 0x80)) argument 26 #define DRA7_ATL_BBSR_REG(id) (0x204 + (id * 0x80)) argument 27 #define DRA7_ATL_ATLCR_REG(id) (0x208 + (id * 0x80)) argument 28 #define DRA7_ATL_SWEN_REG(id) (0x210 + (id * 0x80)) argument 29 #define DRA7_ATL_BWSMUX_REG(id) (0x214 + (id * 0x80)) argument 30 #define DRA7_ATL_AWSMUX_REG(id) (0x218 + (id * 0x80)) argument 31 #define DRA7_ATL_PCLKMUX_REG(id) (0x21c + (id * 0x80)) argument 42 int id; member 81 cdesc->id); in atl_clk_enable() 84 atl_write(cdesc->cinfo, DRA7_ATL_ATLCR_REG(cdesc->id), in atl_clk_enable() [all …]
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 114 .id = V4L2_CID_MPEG_VIDEO_GOP_SIZE, 122 .id = V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MODE, 130 .id = V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB, 138 .id = V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_BYTES, 146 .id = V4L2_CID_MPEG_VIDEO_CYCLIC_INTRA_REFRESH_MB, 154 .id = V4L2_CID_MPEG_MFC51_VIDEO_PADDING, 163 .id = V4L2_CID_MPEG_MFC51_VIDEO_PADDING_YUV, 172 .id = V4L2_CID_MPEG_VIDEO_FRAME_RC_ENABLE, 180 .id = V4L2_CID_MPEG_VIDEO_BITRATE, 188 .id = V4L2_CID_MPEG_MFC51_VIDEO_RC_REACTION_COEFF, [all …]
|
/openbmc/linux/drivers/w1/ |
H A D | w1_int.c | 24 static struct w1_master *w1_alloc_dev(u32 id, int slave_count, int slave_ttl, in w1_alloc_dev() argument 49 dev->id = id; in w1_alloc_dev() 65 dev_set_name(&dev->dev, "w1_bus_master%u", dev->id); in w1_alloc_dev() 66 snprintf(dev->name, sizeof(dev->name), "w1_bus_master%u", dev->id); in w1_alloc_dev() 97 int id, found; in w1_add_master_device() local 110 id = 0; in w1_add_master_device() 112 ++id; in w1_add_master_device() 115 if (entry->id == id) { in w1_add_master_device() 122 dev = w1_alloc_dev(id, w1_max_slave_count, w1_max_slave_ttl, in w1_add_master_device() 153 msg.id.mst.id = dev->id; in w1_add_master_device() [all …]
|
/openbmc/qemu/hw/m68k/ |
H A D | bootinfo.h | 15 #define BOOTINFO0(base, id) \ argument 17 stw_be_p(base, id); \ 23 #define BOOTINFO1(base, id, value) \ argument 25 stw_be_p(base, id); \ 33 #define BOOTINFO2(base, id, value1, value2) \ argument 35 stw_be_p(base, id); \ 45 #define BOOTINFOSTR(base, id, string) \ argument 47 stw_be_p(base, id); \ 60 #define BOOTINFODATA(base, id, data, len) \ argument 62 stw_be_p(base, id); \
|
/openbmc/qemu/hw/intc/ |
H A D | sh_intc.c | 171 static void sh_intc_toggle_mask(struct intc_desc *desc, intc_enum id, in sh_intc_toggle_mask() argument 174 struct intc_source *source = &desc->sources[id]; in sh_intc_toggle_mask() 176 if (!id) { in sh_intc_toggle_mask() 181 "sh_intc: reserved interrupt source %d modified\n", id); in sh_intc_toggle_mask() 194 trace_sh_intc_set(id, !!enable); in sh_intc_toggle_mask() 265 intc_enum id; in sh_intc_register_source() local 272 id = mr->enum_ids[k]; in sh_intc_register_source() 273 if (id && id == source) { in sh_intc_register_source() 274 desc->sources[id].enable_max++; in sh_intc_register_source() 285 id = pr->enum_ids[k]; in sh_intc_register_source() [all …]
|