Home
last modified time | relevance | path

Searched refs:key (Results 4551 – 4575 of 5270) sorted by relevance

1...<<181182183184185186187188189190>>...211

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h49 struct lock_class_key *key,
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqrb4210-rb2.dts39 key-volume-up {
/openbmc/linux/net/ipv6/ila/
H A Dila_xlat.c71 return (ila->xp.ip.locator_match.v64 != *(__be64 *)arg->key); in ila_cmpfn()
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt109 $(TWLKEY)/$(HOSTNAME)-local.key -> $(SEC_BIN) ;
110 $(TWSKEY)/site.key -> $(SEC_BIN) ;
157 # $(TWLKEY)/authentication.key -> $(SEC_BIN) ;
/openbmc/docs/
H A Danti-patterns.md350 Categorization and system impact are key things to focus on when creating
569 All key-value pairs provided to the `lg2` logging APIs are captured in the
570 structured log event, regardless of whether any particular key is interpolated
/openbmc/linux/drivers/hid/
H A Dhid-input.c1487 if (!test_bit(tool, input->key)) in hid_report_release_tool()
1582 !test_bit(BTN_TOUCH, input->key)) { in hidinput_hid_event()
1716 (!test_bit(usage->code, input->key)) == value) in hidinput_hid_event()
H A Dwacom_wac.c1295 return test_bit(BTN_TOUCH, input->key) && in wacom_wac_finger_count_touches()
4061 int key = wacom_numbered_button_to_key(i); in wacom_setup_numbered_buttons() local
4063 if (key) in wacom_setup_numbered_buttons()
4064 __set_bit(key, input_dev->keybit); in wacom_setup_numbered_buttons()
4171 int key = wacom_numbered_button_to_key(i); in wacom_report_numbered_buttons() local
4173 if (key) in wacom_report_numbered_buttons()
4174 input_report_key(input_dev, key, mask & (1 << i)); in wacom_report_numbered_buttons()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1376 for key, value in (var.split('=',1) for var in fakerootenv):
1377 env[key] = value
1796 def recursecb(key, hash1, hash2): argument
1798 bb.debug(1, "Recursively looking for recipe {} hashes {}".format(key, hashes))
1799 hashfiles = bb.siggen.find_siginfo(key, None, hashes, self.cfgData)
1807 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
1830 … latestmatch = matches[sorted(matches.keys(), key=lambda h: matches[h]['time'])[-1]]['path']
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c1497 const struct xfrm_pol_inexact_key *key = arg->key; in xfrm_pol_bin_cmp() local
1501 if (!net_eq(read_pnet(&b->k.net), read_pnet(&key->net))) in xfrm_pol_bin_cmp()
1504 ret = b->k.dir ^ key->dir; in xfrm_pol_bin_cmp()
1508 ret = b->k.type ^ key->type; in xfrm_pol_bin_cmp()
1512 ret = b->k.family ^ key->family; in xfrm_pol_bin_cmp()
1516 return b->k.if_id ^ key->if_id; in xfrm_pol_bin_cmp()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h2495 uint64_t key:64; member
2497 uint64_t key:64;
2506 uint64_t key:64; member
2508 uint64_t key:64;
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst47 example, to set a secure private key for the domain.
109 The APQNs can provide secure key functionality - i.e., a private key is stored
907 device, such as a private key configured specifically for the guest.
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c2330 unsigned int *key = (unsigned int *)&pdata->rss_key; in xlgmac_write_rss_hash_key() local
2335 key_regs, *key++); in xlgmac_write_rss_hash_key()
2359 static int xlgmac_set_rss_hash_key(struct xlgmac_pdata *pdata, const u8 *key) in xlgmac_set_rss_hash_key() argument
2361 memcpy(pdata->rss_key, key, sizeof(pdata->rss_key)); in xlgmac_set_rss_hash_key()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-smaug.dts1648 nuvoton,short-key-debounce = <2>;
1819 key-power {
1827 key-volume-down {
1833 key-volume-up {
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c415 &ib_spec->gre.mask.key, in parse_flow_attr()
416 sizeof(ib_spec->gre.mask.key)); in parse_flow_attr()
419 &ib_spec->gre.val.key, in parse_flow_attr()
420 sizeof(ib_spec->gre.val.key)); in parse_flow_attr()
/openbmc/linux/net/tls/
H A Dtls_sw.c2670 char *iv, *rec_seq, *key, *salt; in tls_set_sw_offload() local
2709 key = crypto_info_key(crypto_info, cipher_desc); in tls_set_sw_offload()
2763 rc = crypto_aead_setkey(*aead, key, cipher_desc->key); in tls_set_sw_offload()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c4048 struct ice_aqc_get_set_rss_keys *key, bool set) in __ice_aq_get_set_rss_key() argument
4051 u16 key_size = sizeof(*key); in __ice_aq_get_set_rss_key()
4064 return ice_aq_send_cmd(hw, &desc, key, key_size, NULL); in __ice_aq_get_set_rss_key()
4077 struct ice_aqc_get_set_rss_keys *key) in ice_aq_get_rss_key() argument
4079 if (!ice_is_vsi_valid(hw, vsi_handle) || !key) in ice_aq_get_rss_key()
4083 key, false); in ice_aq_get_rss_key()
/openbmc/linux/net/core/
H A Dneighbour.c758 if (!memcmp(n->key, pkey, key_len) && in __pneigh_lookup_1()
801 memcpy(n->key, pkey, key_len); in pneigh_lookup()
832 if (!memcmp(n->key, pkey, key_len) && n->dev == dev && in pneigh_delete()
2648 if (nla_put(skb, NDA_DST, tbl->key_len, pn->key)) in pneigh_fill_info()
3156 u32 key = *((u32 *)addr); in neigh_xmit() local
3158 neigh = __ipv4_neigh_lookup_noref(dev, key); in neigh_xmit()
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-koneplus47 Description: The mouse can store a macro with max 500 key/button strokes
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dsummary.rst12 Broad level key features of SoundWire interface include:
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py250 for i,p in sorted(enumerate(patches), key=patch_sort_key):
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-zcu102-revA.dts54 gpio-key,wakeup;
H A Dam335x-pxm2.dtsi59 gpio-key,wakeup;
/openbmc/u-boot/drivers/pinctrl/
H A DKconfig130 rejection of unwanted pulses from key or push button operations. You
/openbmc/linux/Documentation/userspace-api/
H A Diommu.rst117 aware and shares many key concepts such as device model, group, and
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmlock.c299 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create, in dlm_send_remote_lock_request()

1...<<181182183184185186187188189190>>...211