/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery-ui.theme.min.css | 5 …position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-posit…
|
H A D | jquery-ui.min.css | 7 …position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3…
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vblank.c | 205 int position, vtotal; in __intel_get_crtc_scanline() local 220 position = intel_de_read_fw(dev_priv, PIPEDSL(pipe)) & PIPEDSL_LINE_MASK; in __intel_get_crtc_scanline() 234 if (HAS_DDI(dev_priv) && !position) { in __intel_get_crtc_scanline() 240 if (temp != position) { in __intel_get_crtc_scanline() 241 position = temp; in __intel_get_crtc_scanline() 251 return (position + crtc->scanline_offset) % vtotal; in __intel_get_crtc_scanline() 264 int position; in i915_get_crtc_scanoutpos() local 306 position = __intel_get_crtc_scanline(crtc); in i915_get_crtc_scanoutpos() 314 if (position >= vbl_start && scanlines < position) in i915_get_crtc_scanoutpos() 315 position = min(crtc->vmax_vblank_start + scanlines, vtotal - 1); in i915_get_crtc_scanoutpos() [all …]
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-devlink.c | 63 int position; in dpaa2_eth_dl_get_trap() member 66 { .position = 5, .trap_id = DEVLINK_TRAP_GENERIC_ID_VXLAN_PARSING }, in dpaa2_eth_dl_get_trap() 67 { .position = 20, .trap_id = DEVLINK_TRAP_GENERIC_ID_LLC_SNAP_PARSING }, in dpaa2_eth_dl_get_trap() 68 { .position = 24, .trap_id = DEVLINK_TRAP_GENERIC_ID_VLAN_PARSING }, in dpaa2_eth_dl_get_trap() 69 { .position = 26, .trap_id = DEVLINK_TRAP_GENERIC_ID_PPPOE_PPP_PARSING }, in dpaa2_eth_dl_get_trap() 70 { .position = 29, .trap_id = DEVLINK_TRAP_GENERIC_ID_MPLS_PARSING }, in dpaa2_eth_dl_get_trap() 71 { .position = 31, .trap_id = DEVLINK_TRAP_GENERIC_ID_ARP_PARSING }, in dpaa2_eth_dl_get_trap() 72 { .position = 52, .trap_id = DEVLINK_TRAP_GENERIC_ID_IP_1_PARSING }, in dpaa2_eth_dl_get_trap() 73 { .position = 61, .trap_id = DEVLINK_TRAP_GENERIC_ID_IP_N_PARSING }, in dpaa2_eth_dl_get_trap() 74 { .position = 67, .trap_id = DEVLINK_TRAP_GENERIC_ID_GRE_PARSING }, in dpaa2_eth_dl_get_trap() [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.style.css | 1 …position:relative;display:inline-block;min-width:100%}.jstree-wholerow-ul .jstree-leaf>.jstree-ocl…
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | i2c_compare_bit_action.hpp | 58 explicit I2CCompareBitAction(uint8_t reg, uint8_t position, uint8_t value) : in I2CCompareBitAction() argument 59 reg{reg}, position{position}, value{value} in I2CCompareBitAction() 61 if (position > 7) 65 std::to_string(static_cast<unsigned>(position))}; 113 return position; in getPosition() 146 const uint8_t position{0}; member in phosphor::power::regulators::I2CCompareBitAction
|
H A D | i2c_write_bit_action.hpp | 58 explicit I2CWriteBitAction(uint8_t reg, uint8_t position, uint8_t value) : in I2CWriteBitAction() argument 59 reg{reg}, position{position}, value{value} in I2CWriteBitAction() 61 if (position > 7) 65 std::to_string(static_cast<unsigned>(position))}; 112 return position; in getPosition() 145 const uint8_t position{0}; member in phosphor::power::regulators::I2CWriteBitAction
|
/openbmc/qemu/net/ |
H A D | filter.c | 178 return g_strdup(nf->position); in netfilter_get_position() 185 nf->position = g_strdup(str); in netfilter_set_position() 214 nf->position = g_strdup("tail"); in netfilter_init() 220 NetFilterState *position = NULL; in netfilter_complete() local 248 if (strcmp(nf->position, "head") && strcmp(nf->position, "tail")) { in netfilter_complete() 253 if (!g_str_has_prefix(nf->position, "id=")) { in netfilter_complete() 260 position_id = g_strndup(nf->position + 3, strlen(nf->position) - 3); in netfilter_complete() 271 position = NETFILTER(obj); in netfilter_complete() 273 if (position->netdev != ncs[0]) { in netfilter_complete() 293 if (position) { in netfilter_complete() [all …]
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_pcl.c | 28 static struct svc_rdma_chunk *pcl_alloc_chunk(u32 segcount, u32 position) in pcl_alloc_chunk() argument 36 chunk->ch_position = position; in pcl_alloc_chunk() 44 pcl_lookup_position(struct svc_rdma_pcl *pcl, u32 position) in pcl_lookup_position() argument 49 if (pos->ch_position == position) in pcl_lookup_position() 110 u32 position, handle, length; in pcl_alloc_call() local 114 p = xdr_decode_read_segment(p, &position, &handle, in pcl_alloc_call() 116 if (position != 0) in pcl_alloc_call() 120 chunk = pcl_alloc_chunk(segcount, position); in pcl_alloc_call() 164 u32 position, handle, length; in pcl_alloc_read() local 168 p = xdr_decode_read_segment(p, &position, &handle, in pcl_alloc_read() [all …]
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | mixins.scss | 71 background-position-y: center; 72 background-position-x: calc(100% - 0.5em); 79 background-position-y: center; 80 background-position-x: calc(100% - 0.5em); 119 background-position: -70px 0; 122 background-position: 0 0; 128 background-position: -70px 0; 131 background-position: 0 0; 137 background-position: -70px 0; 140 background-position: 0 0; [all …]
|
H A D | foundation.scss | 175 position: relative; 677 background-position: right -1rem center; 748 position: absolute !important; 755 position: static !important; 840 position: relative; 844 position: relative; 854 position: relative; 858 position: relative; 868 position: relative; 872 position: relative; [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 31 position: relative; 39 position: absolute; 97 position: relative; 114 position: sticky; 121 position: relative; 125 position: absolute; 132 position: absolute; 151 position: relative; 164 position: absolute; 215 position: relative; [all …]
|
H A D | form-elements.scss | 3 position: relative; 19 position: relative; 24 position: absolute; 53 position: relative; 56 position: absolute; 83 position: relative; 92 position: absolute; 98 position: absolute; 179 position: absolute; 188 position: absolute; [all …]
|
/openbmc/linux/scripts/coccinelle/null/ |
H A D | deref_null.cocci | 23 position p1; 31 position p2; 45 position p1; 59 position p!={pr1.p1,pr2.p2}; 60 position ifm.p1; 120 position p!={pr1.p1,pr2.p2}; 121 position ifm.p1; 180 position p!={pr1.p1,pr2.p2}; 181 position ifm.p1; 219 position p1; [all …]
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctpcm.c | 247 unsigned long position; in ct_pcm_playback_pointer() local 253 position = atc->pcm_playback_position(atc, apcm); in ct_pcm_playback_pointer() 254 position = bytes_to_frames(runtime, position); in ct_pcm_playback_pointer() 255 if (position >= runtime->buffer_size) in ct_pcm_playback_pointer() 256 position = 0; in ct_pcm_playback_pointer() 257 return position; in ct_pcm_playback_pointer() 353 unsigned long position; in ct_pcm_capture_pointer() local 359 position = atc->pcm_capture_position(atc, apcm); in ct_pcm_capture_pointer() 360 position = bytes_to_frames(runtime, position); in ct_pcm_capture_pointer() 361 if (position >= runtime->buffer_size) in ct_pcm_capture_pointer() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-usb_power_delivery | 32 object position number as the first character followed by the 35 /sys/class/usb_power_delivery/.../source_capabilities/<position>:<type> 51 What: /sys/class/usb_power_delivery/.../<capability>/<position>:fixed_supply 59 Specification dictates that the first PDO (at object position 121 What: /sys/class/usb_power_delivery/.../<capability>/<position>:fixed_supply/voltage 127 What: /sys/class/usb_power_delivery/.../source-capabilities/<position>:fixed_supply/maximum_current 133 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:fixed_supply/operational_curr… 139 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:fixed_supply/fast_role_swap_c… 153 What: /sys/class/usb_power_delivery/.../<capability>/<position>:variable_supply 159 What: /sys/class/usb_power_delivery/.../<capability>/<position>:variable_supply/maximum_voltage [all …]
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | semicolon.cocci | 17 position p; 25 position p; 49 position p1; 50 position p != {r_default.p, r_case.p}; 67 position r1.p; 77 position r1.p;
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | kfree_mismatch.cocci | 19 position kok, vok; 54 position fok; 64 position a != alloc.kok; 65 position f != free.fok; 78 position a != alloc.kok; 79 position f != free.fok; 93 position a != alloc.vok; 94 position f != free.fok; 106 position a != alloc.vok; 107 position f != free.fok; [all …]
|
H A D | kfree_sensitive.cocci | 28 position ok; 36 position p : script:python() { relevant(p) }; 37 position m != cond.ok; 52 position p : script:python() { relevant(p) }; 53 position m != cond.ok; 70 position p : script:python() { relevant(p) }; 71 position m != cond.ok;
|
/openbmc/linux/scripts/coccinelle/tests/ |
H A D | odd_ptr_err.cocci | 19 position p; 30 position p; 45 position p != {ok1.p,ok2.p}; 65 position p != {ok1.p,ok2.p}; 67 position j0, j1; 84 position p != {ok1.p,ok2.p}; 86 position r1_context.j0, r1_context.j1;
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | 0001-board-aspeed-Add-Mux-for-yosemitev2.patch | 62 + // Read key position 67 + //Test for position#1 74 + //Test for position#2 81 + //Test for position#3 88 +//Test for position#4 95 + //Test for position#5 102 + //Test for position#6 109 + //Test for position#7 116 + //Test for position#8 123 + //Test for position#9 [all …]
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
H A D | 0004-aspeed-add-bmc-position-support.patch | 4 Subject: [PATCH] aspeed: add bmc position support 7 The position is encoded by a pin, read by an MCU, and then translated 41 + int position = gpio_get_value(gpio); 42 + if (position >= 0) 44 + printf("BMC Position: %d\n", position); 45 + update_bootargs_cmd("bmcposition", position ? "1" : "0");
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | ivc.c | 153 if (ivc->tx.position == ivc->num_frames - 1) in tegra_ivc_advance_tx() 154 ivc->tx.position = 0; in tegra_ivc_advance_tx() 156 ivc->tx.position++; in tegra_ivc_advance_tx() 165 if (ivc->rx.position == ivc->num_frames - 1) in tegra_ivc_advance_rx() 166 ivc->rx.position = 0; in tegra_ivc_advance_rx() 168 ivc->rx.position++; in tegra_ivc_advance_rx() 296 tegra_ivc_invalidate_frame(ivc, ivc->rx.phys, ivc->rx.position, 0, in tegra_ivc_read_get_next_frame() 299 return tegra_ivc_frame_virt(ivc, &ivc->rx.map, ivc->rx.position, map); in tegra_ivc_read_get_next_frame() 351 return tegra_ivc_frame_virt(ivc, &ivc->tx.map, ivc->tx.position, map); in tegra_ivc_write_get_next_frame() 366 tegra_ivc_flush_frame(ivc, ivc->tx.phys, ivc->tx.position, 0, in tegra_ivc_write_advance() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | gusemu_mixer.c | 29 #define GUSregb(position) (* (gusptr+(position))) argument 30 #define GUSregw(position) (*(uint16_t *) (gusptr+(position))) argument 31 #define GUSregd(position) (*(uint32_t *)(gusptr + (position))) argument 33 #define GUSvoice(position) (*(uint16_t *)(voiceptr+(position))) argument
|
/openbmc/linux/lib/zstd/common/ |
H A D | fse_decompress.c | 136 size_t position = 0; in FSE_buildDTable_internal() local 143 size_t const uPosition = (position + (u * step)) & tableMask; in FSE_buildDTable_internal() 146 position = (position + (unroll * step)) & tableMask; in FSE_buildDTable_internal() 148 assert(position == 0); in FSE_buildDTable_internal() 153 U32 s, position = 0; in FSE_buildDTable_internal() local 157 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal() 158 position = (position + step) & tableMask; in FSE_buildDTable_internal() 159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal() 161 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
|