Home
last modified time | relevance | path

Searched full:arrow (Results 1 – 25 of 121) sorted by relevance

12345

/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Darrow,xrs700x.yaml4 $id: http://devicetree.org/schemas/net/dsa/arrow,xrs700x.yaml#
7 title: Arrow SpeedChips XRS7000 Series Switch
16 The Arrow SpeedChips XRS7000 Series of single chip gigabit Ethernet switches
24 - arrow,xrs7003e
25 - arrow,xrs7003f
26 - arrow,xrs7004e
27 - arrow,xrs7004f
44 compatible = "arrow,xrs7004e";
/openbmc/linux/drivers/net/dsa/xrs700x/
H A DKconfig8 This enables support for Arrow SpeedChips XRS7003/7004 gigabit
12 tristate "Arrow XRS7000X series switch in I2C mode"
17 Enable I2C support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet
21 tristate "Arrow XRS7000X series switch in MDIO mode"
25 Enable MDIO support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet
H A Dxrs700x_i2c.c137 { .compatible = "arrow,xrs7003e", .data = &xrs7003e_info },
138 { .compatible = "arrow,xrs7003f", .data = &xrs7003f_info },
139 { .compatible = "arrow,xrs7004e", .data = &xrs7004e_info },
140 { .compatible = "arrow,xrs7004f", .data = &xrs7004f_info },
159 MODULE_DESCRIPTION("Arrow SpeedChips XRS700x DSA I2C driver");
H A Dxrs700x_mdio.c158 { .compatible = "arrow,xrs7003e", .data = &xrs7003e_info },
159 { .compatible = "arrow,xrs7003f", .data = &xrs7003f_info },
160 { .compatible = "arrow,xrs7004e", .data = &xrs7004e_info },
161 { .compatible = "arrow,xrs7004f", .data = &xrs7004f_info },
179 MODULE_DESCRIPTION("Arrow SpeedChips XRS700x DSA MDIO driver");
/openbmc/phosphor-webui/app/common/styles/base/
H A Dicons.scss29 .icon__bar-arrow {
63 .icon__up-arrow {
66 background: url(../assets/images/icon-arrow-blue.svg) center center no-repeat;
70 background: url(../assets/images/icon-arrow-gray.svg) center center no-repeat;
74 .icon__down-arrow {
75 @extend .icon__up-arrow;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.theme.min.css5arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon…
H A Djquery-ui.min.css7arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon…
H A Dfont-awesome.min.css33arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{c…
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc15 # need this to enable the arrow keys.
18 # see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys
43 # # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
/openbmc/linux/drivers/media/rc/keymaps/
H A Drc-total-media-in-hand.c28 { 0x02bd10, KEY_RIGHT }, /* right arrow */
29 { 0x02bd11, KEY_LEFT }, /* left arrow */
30 { 0x02bd12, KEY_UP }, /* up arrow */
31 { 0x02bd13, KEY_DOWN }, /* down arrow */
H A Drc-avermedia-dvbt.c16 { 0x12, KEY_NUMERIC_2 }, /* '2' / 'up arrow' */
18 { 0x24, KEY_NUMERIC_4 }, /* '4' / 'left arrow' */
20 { 0x34, KEY_NUMERIC_6 }, /* '6' / 'right arrow' */
22 { 0x16, KEY_NUMERIC_8 }, /* '8' / 'down arrow' */
H A Drc-azurewave-ad-tu700.c53 { 0x004b, KEY_UP }, /* up arrow */
56 { 0x004e, KEY_LEFT }, /* left arrow */
59 { 0x0051, KEY_DOWN }, /* down arrow */
60 { 0x0052, KEY_RIGHT }, /* right arrow */
H A Drc-digitalnow-tinytwin.c24 { 0x000c, KEY_RIGHT }, /* [right arrow] */
29 { 0x0012, KEY_DOWN }, /* [down arrow] */
33 { 0x0016, KEY_UP }, /* [up arrow] */
34 { 0x0017, KEY_LEFT }, /* [left arrow] */
H A Drc-reddo.c39 { 0x61d610, KEY_ESC }, /* [back up arrow] */
41 { 0x61d612, KEY_OK }, /* [enter arrow] */
H A Drc-msi-digivox-iii.c31 { 0x61d610, KEY_ESC }, /* [back up arrow] */
33 { 0x61d612, KEY_OK }, /* [enter arrow] */
H A Drc-total-media-in-hand-02.c29 { 0x0010, KEY_RIGHT }, /* Right arrow */
30 { 0x0011, KEY_LEFT }, /* Left arrow */
H A Drc-it913x-v1.c28 { 0x61d610, KEY_ESC }, /* [back up arrow] */
30 { 0x61d612, KEY_OK }, /* [enter arrow] */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch31 - | namelist ARROW namelist cmdlist = {
32 + | namelist ARROW namelist cmdlist {
35 - | NAME COLON namelist ARROW namelist cmdlist = {
36 + | NAME COLON namelist ARROW namelist cmdlist {
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-arrow_1.3.0.bb2 HOMEPAGE = "https://github.com/arrow-py/arrow"
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Ddesign-review.md19 1. Use the arrow-right and arrow-left keys on your keyboard
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c62 const char *arrow = "->"; in i2c_mux_post_bind() local
70 arrow_len = strlen(arrow); in i2c_mux_post_bind()
81 strcat(full_name, arrow); in i2c_mux_post_bind()
83 strcat(full_name, arrow); in i2c_mux_post_bind()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-dhcor-avenger96.dts20 model = "Arrow Electronics STM32MP157A Avenger96 board";
21 compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
/openbmc/webui-vue/src/views/Overview/
H A DOverviewQuickLinks.vue22 <icon-arrow-right />
30 import ArrowRight16 from '@carbon/icons-vue/es/arrow--right/16';
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.html45 <icon file="icon-arrow--up.svg"
55 <icon file="icon-arrow--up.svg"></icon>
56 <icon file="icon-arrow--down.svg"></icon>
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst79 - each arrow is the condition to transition to another state
80 - an arrow with a comment is a mandatory transition (no condition)
81 - arrow "Q" means : a buffer was enqueued
82 - arrow "DQ" means : a buffer was dequeued

12345