Home
last modified time | relevance | path

Searched refs:position (Results 76 – 100 of 763) sorted by relevance

12345678910>>...31

/openbmc/linux/scripts/coccinelle/api/
H A Dd_find_alias.cocci19 position p1, p2;
46 position r.p1,r.p2;
66 position r.p2;
H A Dmemdup_user.cocci28 position p : script:python() { relevant(p) };
53 position p : script:python() { relevant(p) };
75 position p : script:python() { relevant(p) };
88 position p : script:python() { relevant(p) };
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3…
/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c33 #define GUSregb(position) (* (gusptr+(position))) argument
34 #define GUSregw(position) (*(uint16_t *) (gusptr+(position))) argument
35 #define GUSregd(position) (*(uint32_t *)(gusptr + (position))) argument
/openbmc/linux/drivers/acpi/acpica/
H A Dutascii.c60 u8 acpi_ut_valid_name_char(char character, u32 position) in acpi_ut_valid_name_char() argument
68 if (character == '!' && position == 3) { in acpi_ut_valid_name_char()
/openbmc/linux/Documentation/sound/designs/
H A Dchannel-mapping-api.rst14 A channel map is an array of position for each PCM channel.
22 corresponds to which (speaker) position. Thus, applications applied
64 position value for each channel.
68 The ``_FIXED`` type is for a channel map with the fixed channel position
78 The available channel position values are defined in ``sound/asound.h``,
129 The channel position is provided in LSB 16bits. The upper bits are
141 When ``SNDRV_CHMAP_DRIVER_SPEC`` is set, all the channel position values
149 containing the position of each channel.
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js469 var position;
472 position = 'start';
474 position = 'end';
476 position = 'middle';
486 (i === 2 && (position === 'middle' || position === 'end'));
489 (position === 'middle' || position === 'start'));
/openbmc/linux/sound/soc/fsl/
H A Dfsl_dma.c679 dma_addr_t position; in fsl_dma_pointer() local
687 position = in_be32(&dma_channel->sar); in fsl_dma_pointer()
689 position |= (u64)(in_be32(&dma_channel->satr) & in fsl_dma_pointer()
693 position = in_be32(&dma_channel->dar); in fsl_dma_pointer()
695 position |= (u64)(in_be32(&dma_channel->datr) & in fsl_dma_pointer()
707 if (!position) in fsl_dma_pointer()
710 if ((position < dma_private->dma_buf_phys) || in fsl_dma_pointer()
711 (position > dma_private->dma_buf_end)) { in fsl_dma_pointer()
716 frames = bytes_to_frames(runtime, position - dma_private->dma_buf_phys); in fsl_dma_pointer()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_compare_bit_action.cpp40 uint8_t actualValue = (registerValue >> position) & 0x01; in execute()
59 << static_cast<uint16_t>(position) in toString()
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dinline-confirm.scss4 position: absolute;
24 position: absolute;
H A Dtoggle-switch.scss16 position: absolute;
23 position: relative;
54 position: absolute;
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md106 switch position(1 to 10) decides whether the power button action is needs to be
112 selector switch position.
116 host selector position value = 0,bmc is mapped to power and reset buttons host
117 selector position value = 1,host 1 is mapped to power and reset buttons host
118 selector position value = 2,host 2 is mapped to power and reset buttons host
119 selector position value = 3,host 3 is mapped to power and reset buttons host
120 selector position value = 4,host 4 is mapped to power and reset buttons
130 Based on the position of the host selector switch, a separate handler interface
147 selector switch position value should be increased up to MaxPosition. If the
177 Based on the 4 gpio state values, the host selector switch position value is
[all …]
/openbmc/qemu/audio/
H A Dpwaudio.c497 position[6] = SPA_AUDIO_CHANNEL_SL; in qpw_set_position()
498 position[7] = SPA_AUDIO_CHANNEL_SR; in qpw_set_position()
501 position[2] = SPA_AUDIO_CHANNEL_FC; in qpw_set_position()
502 position[3] = SPA_AUDIO_CHANNEL_LFE; in qpw_set_position()
503 position[4] = SPA_AUDIO_CHANNEL_RL; in qpw_set_position()
504 position[5] = SPA_AUDIO_CHANNEL_RR; in qpw_set_position()
507 position[0] = SPA_AUDIO_CHANNEL_FL; in qpw_set_position()
508 position[1] = SPA_AUDIO_CHANNEL_FR; in qpw_set_position()
511 position[0] = SPA_AUDIO_CHANNEL_MONO; in qpw_set_position()
533 qpw_set_position(as->nchannels, v->info.position); in qpw_init_out()
[all …]
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.hpp82 size_t position = getSelectorPosition(bus); in IpmiPostReporter() local
84 if (position > maxPosition) in IpmiPostReporter()
103 if (position == hostNum) in IpmiPostReporter()
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Dlist_entry_update.cocci21 position p1,p2;
28 position r.p1,r.p2;
40 position r.p1,r.p2;
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_vis.css59 position: absolute;
68 position: absolute;
117 position: absolute;
/openbmc/linux/drivers/nvdimm/
H A Dlabel.h90 __le16 position; member
125 __le16 position; member
167 __le16 position; member
/openbmc/linux/scripts/coccinelle/iterators/
H A Dlist_entry_update.cocci22 position p1,p2;
29 position r.p1,r.p2;
41 position r.p1,r.p2;
/openbmc/linux/arch/parisc/math-emu/
H A Dcnv_float.h284 #define Find_ms_one_bit(value, position) \ argument
288 if (value >> 32 - position) \
289 position -= var; \
290 else position += var; \
292 if ((value >> 32 - position) == 0) \
293 position--; \
294 else position -= 2; \
/openbmc/linux/drivers/bus/
H A Dvexpress-config.c108 u32 *position, u32 *dcc) in vexpress_config_get_topo() argument
115 vexpress_config_find_prop(node, "arm,vexpress,position", position); in vexpress_config_get_topo()
257 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local
261 &position, &dcc); in vexpress_syscfg_regmap_init()
301 func, site, position, dcc, in vexpress_syscfg_regmap_init()
306 func->template[i] |= SYS_CFGCTRL_POSITION(position); in vexpress_syscfg_regmap_init()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.h79 u8 position,
84 u8 position,
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_tables.scss2 position: relative;
88 background-position: left calc(1.5rem / 2) center !important;
117 position: relative; // Restrict background color to get zebra striping for the row
121 position: absolute;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dvector.c205 uint32_t position) in dal_vector_insert_at() argument
216 insert_address = vector->container + (vector->struct_size * position); in dal_vector_insert_at()
218 if (vector->count && position < vector->count) in dal_vector_insert_at()
222 vector->struct_size * (vector->count - position)); in dal_vector_insert_at()
/openbmc/openpower-proc-control/
H A Dtargeting.hpp30 Target(size_t position, const std::string& devPath) : in Target() argument
31 pos(position), cfamPath(devPath) in Target()
/openbmc/phosphor-webui/app/server-health/styles/
H A Dlog.scss24 position: relative;
105 position: relative;
122 position: absolute;
129 position: relative;
181 position: relative;
361 position: absolute;

12345678910>>...31