| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | defkeymap.map | 16 alt keycode 1 = Meta_Escape 18 alt keycode 2 = Meta_one 22 alt keycode 3 = Meta_two 25 alt keycode 4 = Meta_three 28 alt keycode 5 = Meta_four 31 alt keycode 6 = Meta_five 34 alt keycode 7 = Meta_six 37 alt keycode 8 = Meta_seven 40 alt keycode 9 = Meta_eight 42 alt keycode 10 = Meta_nine [all …]
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | special.c | 54 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() argument 67 struct special_alt *alt) in get_alt_entry() argument 74 alt->group = entry->group; in get_alt_entry() 75 alt->jump_or_nop = entry->jump_or_nop; in get_alt_entry() 77 if (alt->group) { in get_alt_entry() 78 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 80 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 89 arch_handle_alternative(feature, alt); in get_alt_entry() 98 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 100 if (!entry->group || alt->new_len) { in get_alt_entry() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/ |
| H A D | displayport.c | 20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \ 77 struct typec_altmode *alt; member 86 return typec_altmode_notify(dp->alt, TYPEC_MODAL_STATE(state), in dp_altmode_notify() 111 pin_assign = DP_CAP_PIN_ASSIGN(dp->alt->vdo); in dp_altmode_configure() 168 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 171 return typec_altmode_notify(dp->alt, TYPEC_STATE_USB, in dp_altmode_configured() 178 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured() 185 int svdm_version = typec_altmode_get_svdm_version(dp->alt); in dp_altmode_configure_vdm() 193 ret = typec_altmode_notify(dp->alt, TYPEC_STATE_SAFE, &dp->data); in dp_altmode_configure_vdm() 195 dev_err(&dp->alt->dev, in dp_altmode_configure_vdm() [all …]
|
| H A D | nvidia.c | 12 static int nvidia_altmode_probe(struct typec_altmode *alt) in nvidia_altmode_probe() argument 14 if (alt->svid == USB_TYPEC_NVIDIA_VLINK_SID) in nvidia_altmode_probe() 15 return dp_altmode_probe(alt); in nvidia_altmode_probe() 20 static void nvidia_altmode_remove(struct typec_altmode *alt) in nvidia_altmode_remove() argument 22 if (alt->svid == USB_TYPEC_NVIDIA_VLINK_SID) in nvidia_altmode_remove() 23 dp_altmode_remove(alt); in nvidia_altmode_remove()
|
| H A D | displayport.h | 3 int dp_altmode_probe(struct typec_altmode *alt); 4 void dp_altmode_remove(struct typec_altmode *alt); 6 int dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; } in dp_altmode_probe() argument 7 void dp_altmode_remove(struct typec_altmode *alt) { } in dp_altmode_remove() argument
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | alternative.c | 45 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) in branch_insn_requires_update() argument 47 unsigned long replptr = (unsigned long)ALT_REPL_PTR(alt); in branch_insn_requires_update() 48 return !(pc >= replptr && pc <= (replptr + alt->alt_len)); in branch_insn_requires_update() 53 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) in get_alt_insn() argument 70 if (branch_insn_requires_update(alt, target)) { in get_alt_insn() 98 static noinstr void patch_alternative(struct alt_instr *alt, in patch_alternative() argument 104 replptr = ALT_REPL_PTR(alt); in patch_alternative() 108 insn = get_alt_insn(alt, origptr + i, replptr + i); in patch_alternative() 139 struct alt_instr *alt; in __apply_alternatives() local 144 for (alt = region->begin; alt < region->end; alt++) { in __apply_alternatives() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 21 struct typec_altmode *alt; member 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter() argument 50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter() 60 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_enter() 77 ret = dp->con->port_altmode[cur] == alt ? 0 : -EBUSY; in ucsi_displayport_enter() 87 svdm_version = typec_altmode_get_svdm_version(alt); in ucsi_displayport_enter() 108 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit() argument 110 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_exit() 118 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_exit() 131 svdm_version = typec_altmode_get_svdm_version(alt); in ucsi_displayport_exit() [all …]
|
| H A D | ucsi_ccg.c | 356 struct ucsi_ccg_altmode *alt, *new_alt; in ucsi_ccg_update_altmodes() local 360 alt = uc->orig; in ucsi_ccg_update_altmodes() 370 alt[i].svid = orig[i].svid; in ucsi_ccg_update_altmodes() 371 alt[i].mid = orig[i].mid; in ucsi_ccg_update_altmodes() 372 if (!alt[i].svid) in ucsi_ccg_update_altmodes() 377 if (!alt[i].svid) in ucsi_ccg_update_altmodes() 381 if (alt[i].checked) in ucsi_ccg_update_altmodes() 384 if (!DP_CONF_GET_PIN_ASSIGN(alt[i].mid)) { in ucsi_ccg_update_altmodes() 386 new_alt[k].svid = alt[i].svid; in ucsi_ccg_update_altmodes() 387 new_alt[k].mid |= alt[i].mid; in ucsi_ccg_update_altmodes() [all …]
|
| H A D | ucsi.c | 223 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode() argument 228 for (i = 0; alt[i]; i++) { in ucsi_altmode_next_mode() 232 if (alt[i]->svid == svid) in ucsi_altmode_next_mode() 239 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode() argument 244 if (!alt[i]) in ucsi_next_altmode() 254 struct typec_altmode *alt; in ucsi_register_altmode() local 277 alt = ucsi_register_displayport(con, override, i, desc); in ucsi_register_altmode() 281 alt = typec_port_register_altmode(con->port, in ucsi_register_altmode() 284 alt = ucsi_register_displayport(con, override, in ucsi_register_altmode() 288 alt = typec_port_register_altmode(con->port, desc); in ucsi_register_altmode() [all …]
|
| H A D | trace.h | 86 TP_PROTO(u8 recipient, struct typec_altmode *alt), 87 TP_ARGS(recipient, alt), 96 __entry->svid = alt->svid; 97 __entry->mode = alt->mode; 98 __entry->vdo = alt->vdo; 106 TP_PROTO(u8 recipient, struct typec_altmode *alt), 107 TP_ARGS(recipient, alt)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | power6-pmu.c | 344 unsigned int alt; in find_alternatives_list() local 350 alt = event_alternatives[i][j]; in find_alternatives_list() 351 if (!alt || event < alt) in find_alternatives_list() 353 if (event == alt) in find_alternatives_list() 360 static int p6_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in p6_get_alternatives() argument 367 alt[0] = event; in p6_get_alternatives() 379 alt[nalt++] = aevent; in p6_get_alternatives() 389 alt[nalt++] = ((event ^ 0x6) & ~PM_PMC_MSKS) | in p6_get_alternatives() 394 alt[nalt++] = ((event ^ 0x2) & ~PM_PMC_MSKS) | in p6_get_alternatives() 411 switch (alt[i]) { in p6_get_alternatives() [all …]
|
| H A D | power5+-pmu.c | 274 static int power5p_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power5p_get_alternatives() argument 280 alt[0] = event; in power5p_get_alternatives() 288 alt[nalt++] = ae; in power5p_get_alternatives() 294 alt[nalt++] = ae; in power5p_get_alternatives() 310 switch (alt[i]) { in power5p_get_alternatives() 312 alt[j++] = 0x600005; /* PM_RUN_CYC */ in power5p_get_alternatives() 316 alt[j++] = 0xf; in power5p_get_alternatives() 319 alt[j++] = 0x500009; /* PM_RUN_INST_CMPL */ in power5p_get_alternatives() 323 alt[j++] = 0x100009; /* PM_INST_CMPL */ in power5p_get_alternatives() 324 alt[j++] = 0x200009; in power5p_get_alternatives() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | uas-detect.h | 19 struct usb_host_interface *alt = &intf->altsetting[i]; in uas_find_uas_alt_setting() local 21 if (uas_is_interface(alt)) in uas_find_uas_alt_setting() 22 return alt; in uas_find_uas_alt_setting() 28 static int uas_find_endpoints(struct usb_host_interface *alt, in uas_find_endpoints() argument 31 struct usb_host_endpoint *endpoint = alt->endpoint; in uas_find_endpoints() 32 unsigned i, n_endpoints = alt->desc.bNumEndpoints; in uas_find_endpoints() 63 struct usb_host_interface *alt; in uas_use_uas_driver() local 66 alt = uas_find_uas_alt_setting(intf); in uas_use_uas_driver() 67 if (!alt) in uas_use_uas_driver() 70 r = uas_find_endpoints(alt, eps); in uas_use_uas_driver()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | bus.c | 14 typec_altmode_set_mux(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_mux() argument 18 if (!alt->mux) in typec_altmode_set_mux() 21 state.alt = &alt->adev; in typec_altmode_set_mux() 25 return alt->mux->set(alt->mux, &state); in typec_altmode_set_mux() 297 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local 299 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show() 336 static int typec_altmode_create_links(struct altmode *alt) in typec_altmode_create_links() argument 338 struct device *port_dev = &alt->partner->adev.dev; in typec_altmode_create_links() 339 struct device *dev = &alt->adev.dev; in typec_altmode_create_links() 353 static void typec_altmode_remove_links(struct altmode *alt) in typec_altmode_remove_links() argument [all …]
|
| H A D | class.c | 377 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port() argument 379 if (is_typec_plug(alt->dev.parent)) in typec_altmode2port() 380 return to_typec_port(alt->dev.parent->parent->parent); in typec_altmode2port() 381 if (is_typec_partner(alt->dev.parent)) in typec_altmode2port() 382 return to_typec_port(alt->dev.parent->parent); in typec_altmode2port() 383 if (is_typec_port(alt->dev.parent)) in typec_altmode2port() 384 return to_typec_port(alt->dev.parent); in typec_altmode2port() 393 struct typec_altmode *alt = to_typec_altmode(dev); in vdo_show() local 395 return sprintf(buf, "0x%08x\n", alt->vdo); in vdo_show() 402 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/ |
| H A D | kbdconfig | 19 <ctrl><alt>x=!xterm 20 <ctrl><alt>r=!rxvt 34 <alt>Tab=next 35 <alt><shift>Tab=prev 37 <alt>space=taskmenu 38 <alt>escape=!matchbox-remote -mbmenu 39 <alt>f4=close
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-When-building-introspection-files-do-not-quote-CFLAG.patch | 8 In file included from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.… 9 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 10 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 11 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 12 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 13 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… 14 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/build/Sourc… 15 /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysroot-na… 18 In file included from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.… 19 …from /srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/webkitgtk/2.36.0-r0/recipe-sysr… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | message.c | 1243 struct usb_host_interface *alt = intf->cur_altsetting; in create_intf_ep_devs() local 1249 for (i = 0; i < alt->desc.bNumEndpoints; ++i) in create_intf_ep_devs() 1250 (void) usb_create_ep_devs(&intf->dev, &alt->endpoint[i], udev); in create_intf_ep_devs() 1257 struct usb_host_interface *alt = intf->cur_altsetting; in remove_intf_ep_devs() local 1263 for (i = 0; i < alt->desc.bNumEndpoints; ++i) in remove_intf_ep_devs() 1264 usb_remove_ep_devs(&alt->endpoint[i]); in remove_intf_ep_devs() 1342 struct usb_host_interface *alt = intf->cur_altsetting; in usb_disable_interface() local 1345 for (i = 0; i < alt->desc.bNumEndpoints; ++i) { in usb_disable_interface() 1347 alt->endpoint[i].desc.bEndpointAddress, in usb_disable_interface() 1478 struct usb_host_interface *alt = intf->cur_altsetting; in usb_enable_interface() local [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf-gentium_1.02.bb | 18 install -d ${D}${datadir}/doc/ttf-gentium-alt/ 21 install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium-alt/ 25 PACKAGES = "${PN} ${PN}-alt" 26 FONT_PACKAGES = "${PN} ${PN}-alt" 28 FILES:${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ 30 ${datadir}/doc/ttf-gentium-alt/*"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.cpp | 75 alt(qQNaN()) in QGeoCoordinatePrivate() 82 alt(other.alt) in QGeoCoordinatePrivate() 270 d->alt = altitude; in QGeoCoordinate() 312 bool altEqual = (qIsNaN(d->alt) && qIsNaN(other.d->alt)) in operator ==() 313 || qFuzzyCompare(d->alt, other.d->alt); in operator ==() 344 if (qIsNaN(d->alt)) in type() 415 return d->alt; in altitude() 425 d->alt = altitude; in setAltitude() 534 double resultAlt = d->alt + distanceUp; in atDistanceAndAzimuth() 694 if (qIsNaN(d->alt)) in toString() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 13 alt authentication needed (not FT) 16 alt authenticated/authenticating already 30 alt no probe request data known 38 alt WEP shared key auth 49 alt authenticated or associated 53 alt not previously authenticated (FT) 64 alt not using WPA 75 alt using WPA
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/ |
| H A D | figures.rst | 9 :alt: DRBD-8.3-data-packets.svg 13 :alt: DRBD-data-packets.svg 21 :alt: conn-states-8.dot 25 :alt: disk-states-8.dot 29 :alt: node-states-8.dot
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2_usb.c | 51 static int set_alternate(struct camera_data *cam, unsigned int alt); 52 static int configure_transfer_mode(struct camera_data *cam, unsigned int alt); 371 static int configure_transfer_mode(struct camera_data *cam, unsigned int alt) in configure_transfer_mode() argument 393 cmd.buffer.block_data[0] = iso_regs[alt][0]; in configure_transfer_mode() 394 cmd.buffer.block_data[1] = iso_regs[alt][1]; in configure_transfer_mode() 395 cmd.buffer.block_data[2] = iso_regs[alt][2]; in configure_transfer_mode() 396 cmd.buffer.block_data[3] = iso_regs[alt][3]; in configure_transfer_mode() 418 if (alt == USBIF_BULK) { in configure_transfer_mode() 422 } else if (alt >= USBIF_ISO_1) { in configure_transfer_mode() 444 unsigned int alt) in cpia2_usb_change_streaming_alternate() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 289 CompAlternateVisual * alt) in compAddAlternateVisual() argument 301 if (alt->depth >= pScreen->rootDepth && alt->depth != 32) in compAddAlternateVisual() 304 depth = compFindVisuallessDepth(pScreen, alt->depth); in compAddAlternateVisual() 309 pPictFormat = PictureMatchFormat(pScreen, alt->depth, alt->format); in compAddAlternateVisual() 321 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) { in compAddAlternateVisual() 323 visual->nplanes = PICT_FORMAT_BPP(alt->format); in compAddAlternateVisual() 360 int alt, ret = 0; in compAddAlternateVisuals() local 362 for (alt = 0; alt < ARRAY_SIZE(altVisuals); alt++) in compAddAlternateVisuals() 363 ret |= compAddAlternateVisual(pScreen, cs, altVisuals + alt); in compAddAlternateVisuals()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | security.c | 135 if (pps->alt.state != IB_PORT_PKEY_NOT_VALID) { in check_qp_port_pkey_settings() 136 ret = get_pkey_and_subnet_prefix(&pps->alt, in check_qp_port_pkey_settings() 358 new_pps->alt.port_num = qp_attr->alt_port_num; in get_new_pps() 359 new_pps->alt.pkey_index = qp_attr->alt_pkey_index; in get_new_pps() 360 new_pps->alt.state = IB_PORT_PKEY_VALID; in get_new_pps() 362 new_pps->alt.port_num = qp_pps->alt.port_num; in get_new_pps() 363 new_pps->alt.pkey_index = qp_pps->alt.pkey_index; in get_new_pps() 364 if (qp_pps->alt.state != IB_PORT_PKEY_NOT_VALID) in get_new_pps() 365 new_pps->alt.state = IB_PORT_PKEY_VALID; in get_new_pps() 369 new_pps->alt.sec = qp->qp_sec; in get_new_pps() [all …]
|