/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h5-orangepi-prime.dts | 54 key-sw4 {
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8250-sony-xperia-edo-pdx206.dts | 25 g-assist-key {
|
H A D | sdm630-sony-xperia-nile.dtsi | 94 key-camera-focus { 102 key-camera-snapshot { 110 key-vol-down {
|
H A D | sm8250-sony-xperia-edo.dtsi | 57 key-camera-focus { 66 key-camera-snapshot { 75 key-vol-down {
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_firmware_sub_menu.robot | 34 Page Should Contain Access key expiration
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_ssh_security.robot | 35 # debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | debug.md | 72 Parameters are key/value pairs set and used by actions.
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm8xx-bootloader_04.02.03.bb | 52 # change customized settings for XML and key setting
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-npi-defs.h | 2242 uint64_t key:1; member 2252 uint64_t key:1; 2311 uint64_t key:1; member 2321 uint64_t key:1; 2382 uint64_t key:1; member 2392 uint64_t key:1; 2449 uint64_t key:1; member 2459 uint64_t key:1;
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 1824 static u16 ef4_farch_filter_hash(u32 key) in ef4_farch_filter_hash() argument 1829 tmp = 0x1fff ^ key >> 16; in ef4_farch_filter_hash() 1833 tmp = tmp ^ tmp << 13 ^ key; in ef4_farch_filter_hash() 1840 static u16 ef4_farch_filter_increment(u32 key) in ef4_farch_filter_increment() argument 1842 return key * 2 - 1; in ef4_farch_filter_increment() 2367 u32 key = ef4_farch_filter_build(&filter, &spec); in ef4_farch_filter_insert() local 2368 unsigned int hash = ef4_farch_filter_hash(key); in ef4_farch_filter_insert() 2369 unsigned int incr = ef4_farch_filter_increment(key); in ef4_farch_filter_insert()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 1894 static u16 efx_farch_filter_hash(u32 key) in efx_farch_filter_hash() argument 1899 tmp = 0x1fff ^ key >> 16; in efx_farch_filter_hash() 1903 tmp = tmp ^ tmp << 13 ^ key; in efx_farch_filter_hash() 1910 static u16 efx_farch_filter_increment(u32 key) in efx_farch_filter_increment() argument 1912 return key * 2 - 1; in efx_farch_filter_increment() 2438 u32 key = efx_farch_filter_build(&filter, &spec); in efx_farch_filter_insert() local 2439 unsigned int hash = efx_farch_filter_hash(key); in efx_farch_filter_insert() 2440 unsigned int incr = efx_farch_filter_increment(key); in efx_farch_filter_insert()
|
/openbmc/docs/development/ |
H A D | add-new-system.md | 39 incorporate in that layer. One of the key file types used in these layers is 730 for `id-button`, where the key code is calculated from [aspeed-gpio.h][24]: 757 It checks GPIO key 104 for `powersupply0`'s presence, creates the inventory 766 It checks GPIO key 39 for `pcie_card_e2b`'s presence, and creates the 781 By default it monitors GPIO key 74, and if it is triggered, it tells systemd 785 **Note**: when the key is pressed, `phosphor-gpio-monitor` starts the target 796 It monitors GPIO key 135 for the button press and starts 800 running when the key is pressed.
|
/openbmc/linux/fs/ntfs3/ |
H A D | index.c | 718 const struct INDEX_HDR *hdr, const void *key, in hdr_find_e() argument 762 diff2 = (*cmp)(key, key_len, e + 1, e_key_len, ctx); in hdr_find_e() 1140 const struct INDEX_ROOT *root, const void *key, size_t key_len, in indx_find() argument 1159 !(*indx->cmp)(key, key_len, e + 1, le16_to_cpu(e->key_size), ctx)) { in indx_find() 1169 e = hdr_find_e(indx, &root->ihdr, key, key_len, ctx, diff); in indx_find() 1188 e = hdr_find_e(indx, &node->index->ihdr, key, key_len, ctx, in indx_find() 2258 const void *key, u32 key_len, const void *ctx) in indx_delete_entry() argument 2294 err = indx_find(indx, ni, root, key, key_len, ctx, &diff, &e, fnd); in indx_delete_entry()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 192 unsigned long key; in xhci_insert_segment_mapping() local 195 key = (unsigned long)(seg->dma >> TRB_SEGMENT_SHIFT); in xhci_insert_segment_mapping() 197 if (radix_tree_lookup(trb_address_map, key)) in xhci_insert_segment_mapping() 204 key, ring); in xhci_insert_segment_mapping() 212 unsigned long key; in xhci_remove_segment_mapping() local 214 key = (unsigned long)(seg->dma >> TRB_SEGMENT_SHIFT); in xhci_remove_segment_mapping() 215 if (radix_tree_lookup(trb_address_map, key)) in xhci_remove_segment_mapping() 216 radix_tree_delete(trb_address_map, key); in xhci_remove_segment_mapping()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 261 __type(key, unsigned int); 267 uint64_t key = 0; in get_global_metrics() local 268 return bpf_map_lookup_elem(&metrics_map, &key); in get_global_metrics()
|
H A D | test_cls_redirect.c | 368 __type(key, unsigned int); 374 uint64_t key = 0; in get_global_metrics() local 375 return bpf_map_lookup_elem(&metrics_map, &key); in get_global_metrics()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 228 u16 key; in cqe_to_pkt_hash_type() local 231 key = ((pkt_parse >> FUN_ETH_RX_CV_OL4_PROT_S) & 6) | in cqe_to_pkt_hash_type() 234 return htype_map[key]; in cqe_to_pkt_hash_type()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_main.c | 447 const char *key, const char *default_val, int max_val, in nfp_get_fw_policy_value() argument 454 snprintf(hwinfo, sizeof(hwinfo), key); in nfp_get_fw_policy_value() 464 hwinfo, key); in nfp_get_fw_policy_value()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 409 int err, map_fd, prog_fd, main_fd, data_fd, i, key[] = { 1111, 1234, 5678 }; in test_tailcall_5() local 468 err = bpf_map_update_elem(data_fd, &zero, &key[i], BPF_ANY); in test_tailcall_5() 478 err = bpf_map_update_elem(data_fd, &zero, &key[i], BPF_ANY); in test_tailcall_5()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | mgmt.h | 919 struct mgmt_link_key_info key; member 925 struct mgmt_ltk_info key; member 1044 struct mgmt_csrk_info key; member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-magicmouse.c | 175 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons() 176 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons() 177 test_bit(BTN_MIDDLE, msc->input->key) << 2; in magicmouse_emit_buttons()
|
/openbmc/linux/block/ |
H A D | blk-iolatency.c | 864 char key[16]; in iolatency_set_limit() local 867 if (sscanf(tok, "%15[^=]=%20s", key, val) != 2) in iolatency_set_limit() 870 if (!strcmp(key, "target")) { in iolatency_set_limit()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-nanopi4.dtsi | 114 key-power { 556 rockchip-key { 557 power_key: power-key {
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3188-bqedison2qc.dts | 40 key-power { 49 wake_on_usb: key-wake-on-usb { 606 pwr_key: pwr-key {
|
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 271 static void adxl34x_report_key_single(struct input_dev *input, int key) in adxl34x_report_key_single() argument 273 input_report_key(input, key, true); in adxl34x_report_key_single() 275 input_report_key(input, key, false); in adxl34x_report_key_single()
|