Home
last modified time | relevance | path

Searched refs:verb (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/linux/sound/hda/
H A Dhdac_regmap.c41 unsigned int verb = get_verb(reg); in hda_volatile_reg() local
43 switch (verb) { in hda_volatile_reg()
68 unsigned int verb = get_verb(reg); in hda_writeable_reg() local
73 if (verb == *v) in hda_writeable_reg()
80 switch (verb & 0xf00) { in hda_writeable_reg()
92 switch (verb) { in hda_writeable_reg()
117 unsigned int verb = get_verb(reg); in hda_readable_reg() local
122 switch (verb) { in hda_readable_reg()
178 unsigned int verb, left, right; in hda_reg_write_stereo_amp() local
180 verb = AC_VERB_SET_AMP_GAIN_MUTE << 8; in hda_reg_write_stereo_amp()
[all …]
H A Dhdac_device.c225 unsigned int verb, unsigned int parm) in snd_hdac_make_cmd() argument
231 (verb & ~0xfff) || (parm & ~0xffff)) { in snd_hdac_make_cmd()
233 addr, nid, verb, parm); in snd_hdac_make_cmd()
239 val |= verb << 8; in snd_hdac_make_cmd()
276 unsigned int verb, unsigned int parm, unsigned int *res) in snd_hdac_read() argument
278 unsigned int cmd = snd_hdac_make_cmd(codec, nid, verb, parm); in snd_hdac_read()
334 unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm; in snd_hdac_override_parm() local
341 err = snd_hdac_regmap_write_raw(codec, verb, val); in snd_hdac_override_parm()
990 int flags, unsigned int verb, unsigned int parm) in codec_read() argument
992 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_read()
[all …]
/openbmc/linux/sound/pci/hda/
H A Dhda_hwdep.c24 u32 verb, res; in verb_write_ioctl() local
26 if (get_user(verb, &arg->verb)) in verb_write_ioctl()
28 res = snd_hda_codec_read(codec, verb >> 24, 0, in verb_write_ioctl()
29 (verb >> 8) & 0xffff, verb & 0xff); in verb_write_ioctl()
38 u32 verb, res; in get_wcap_ioctl() local
40 if (get_user(verb, &arg->verb)) in get_wcap_ioctl()
43 verb >>= 24; in get_wcap_ioctl()
44 if (verb < codec->core.start_nid || in get_wcap_ioctl()
45 verb >= codec->core.start_nid + codec->core.num_nodes) { in get_wcap_ioctl()
48 verb -= codec->core.start_nid; in get_wcap_ioctl()
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Dprivileges_test.cpp32 OperationMap entityPrivileges{{boost::beast::http::verb::get, {{"Login"}}}}; in TEST()
35 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
41 OperationMap entityPrivileges{{boost::beast::http::verb::get, {}}}; in TEST()
44 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
51 {boost::beast::http::verb::get, {{"ConfigureManager"}}}}; in TEST()
54 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
62 {boost::beast::http::verb::get, in TEST()
66 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
73 {boost::beast::http::verb::get, in TEST()
77 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST()
[all …]
/openbmc/bmcweb/http/
H A Dverb.hpp28 inline std::optional<HttpVerb> httpVerbFromBoost(boost::beast::http::verb bv) in httpVerbFromBoost()
32 case boost::beast::http::verb::delete_: in httpVerbFromBoost()
34 case boost::beast::http::verb::get: in httpVerbFromBoost()
36 case boost::beast::http::verb::head: in httpVerbFromBoost()
38 case boost::beast::http::verb::options: in httpVerbFromBoost()
40 case boost::beast::http::verb::patch: in httpVerbFromBoost()
42 case boost::beast::http::verb::post: in httpVerbFromBoost()
44 case boost::beast::http::verb::put: in httpVerbFromBoost()
51 inline std::string_view httpVerbToString(HttpVerb verb) in httpVerbToString() argument
53 switch (verb) in httpVerbToString()
H A Dhttp_request.hpp80 boost::beast::http::verb method() const in method()
85 void method(boost::beast::http::verb verb) in method()
87 req.method(verb); in method()
/openbmc/u-boot/disk/
H A Dpart_iso.c49 disk_partition_t *info, int verb) in part_get_info_iso_verb() argument
68 if(verb) in part_get_info_iso_verb()
74 if(verb) in part_get_info_iso_verb()
90 if(verb) in part_get_info_iso_verb()
98 if(verb) in part_get_info_iso_verb()
106 if(verb) in part_get_info_iso_verb()
116 if(verb) in part_get_info_iso_verb()
122 if(verb) in part_get_info_iso_verb()
129 if(verb) in part_get_info_iso_verb()
159 if(verb) in part_get_info_iso_verb()
[all …]
/openbmc/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.c480 u32 *ret, verb; in qbman_swp_mc_result() local
487 verb = ret[0] & ~QB_VALID_BIT; in qbman_swp_mc_result()
488 if (!verb) in qbman_swp_mc_result()
497 verb = ret[0] & ~QB_VALID_BIT; in qbman_swp_mc_result()
498 if (!verb) in qbman_swp_mc_result()
535 d->verb &= ~(1 << QB_ENQUEUE_CMD_ORP_ENABLE_SHIFT); in qbman_eq_desc_set_no_orp()
537 d->verb |= enqueue_response_always; in qbman_eq_desc_set_no_orp()
539 d->verb |= enqueue_rejects_to_fq; in qbman_eq_desc_set_no_orp()
556 d->verb &= ~(1 << QB_ENQUEUE_CMD_TARGET_TYPE_SHIFT); in qbman_eq_desc_set_fq()
570 d->verb |= 1 << QB_ENQUEUE_CMD_TARGET_TYPE_SHIFT; in qbman_eq_desc_set_qd()
[all …]
H A Dqbman-portal.h40 u8 verb; member
80 u8 verb; member
102 u8 verb; member
310 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_DQ); in qbman_result_is_DQ()
326 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_FQDAN); in qbman_result_is_FQDAN()
332 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_CDAN); in qbman_result_is_CDAN()
338 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_CSCN_WQ); in qbman_result_is_CSCN()
344 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_BPSCN); in qbman_result_is_BPSCN()
350 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_CGCU); in qbman_result_is_CGCU()
356 return ((dq->dq.verb & QBMAN_RESULT_MASK) == QBMAN_RESULT_FQRN); in qbman_result_is_FQRN()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D219.out39 …s": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command verb 'complete'"}}
40 …s": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command verb 'finalize'"}}
41 …ss": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command verb 'dismiss'"}}
42 …s": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command verb 'complete'"}}
43 …s": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command verb 'finalize'"}}
44 …ss": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command verb 'dismiss'"}}
80 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb
81 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb
82 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb
83 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb
[all …]
/openbmc/bmcweb/http/routing/
H A Druleparametertraits.hpp45 self_t& methods(boost::beast::http::verb method) in methods()
48 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods() local
49 if (verb) in methods()
51 self->methodsBitfield = 1U << static_cast<size_t>(*verb); in methods()
57 self_t& methods(boost::beast::http::verb method, MethodArgs... argsMethod) in methods()
61 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods() local
62 if (verb) in methods()
64 self->methodsBitfield |= 1U << static_cast<size_t>(*verb); in methods()
/openbmc/linux/include/sound/
H A Dhda_regmap.h18 unsigned int verb);
38 #define snd_hdac_regmap_encode_verb(nid, verb) \ argument
39 (((verb) << 8) | 0x80000 | ((unsigned int)(nid) << 20))
80 unsigned int verb, unsigned int val) in snd_hdac_regmap_write() argument
82 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_write()
98 unsigned int verb, unsigned int mask, in snd_hdac_regmap_update() argument
101 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_update()
116 unsigned int verb, unsigned int *val) in snd_hdac_regmap_read() argument
118 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_read()
H A Dhda_hwdep.h17 #define HDA_VERB(nid,verb,param) ((nid)<<24 | (verb)<<8 | (param)) argument
20 u32 verb; /* HDA_VERB() */ member
/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in145 verb "$configure_ac: not using Autoconf";
154 verb "$configure_ac: tracing";
177 verb "$configure_ac: subdirectory $_ to gnu-configize";
182 verb "$configure_ac: subdirectory $_ not present";
193 verb "$configure_ac: creating directory $aux_dir";
225 verb "Entering directory `$directory'";
233 verb "Leaving directory `$directory'";
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dwith_stress.sh17 local verb=+
19 echo $verb$subsys_ctrl >$sysfs/cgroup.subtree_control
20 [ $verb = "+" ] && verb=- || verb=+
/openbmc/bmcweb/test/http/
H A Dverb_test.cpp13 using BoostVerb = boost::beast::http::verb;
31 std::optional<HttpVerb> verb = httpVerbFromBoost(verbMap[httpVerb]); in TEST() local
32 EXPECT_EQ(verb, httpVerb); in TEST()
38 std::optional<HttpVerb> verb = httpVerbFromBoost(BoostVerb::unknown); in TEST() local
39 EXPECT_FALSE(verb.has_value()); in TEST()
H A Drouter_test.cpp37 Request req{{boost::beast::http::verb::get, url, 11}, ec}; in TEST()
45 .methods(boost::beast::http::verb::get)(nullCallback); in TEST()
50 Request patchReq{{boost::beast::http::verb::patch, url, 11}, ec}; in TEST()
54 .methods(boost::beast::http::verb::patch)(nullCallback); in TEST()
87 Request::Body{boost::beast::http::verb::get, url, 11}, ec); in TEST()
113 Request::Body{boost::beast::http::verb::get, url, 11}, ec);
144 Request::Body{boost::beast::http::verb::patch, url, 11}, ec);
147 .methods(boost::beast::http::verb::get)(nullCallback);
/openbmc/linux/sound/soc/codecs/
H A Drt715-sdw.c375 int hda_to_sdw(unsigned int nid, unsigned int verb, unsigned int payload, in hda_to_sdw() argument
381 if (((verb & 0xff) != 0) || verb == 0xf00) { /* 12 bits command */ in hda_to_sdw()
382 if (verb == 0x7ff) /* special case */ in hda_to_sdw()
387 if (verb & 0x800) /* get command */ in hda_to_sdw()
388 e_verb = (verb - 0xf00) | 0x80; in hda_to_sdw()
390 e_verb = (verb - 0x700); in hda_to_sdw()
395 if ((verb & 0x800) == 0x800) { /* read */ in hda_to_sdw()
402 e_verb = verb >> 8; in hda_to_sdw()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp371 if (req.method() == boost::beast::http::verb::put) in handleFileUrl()
376 if (req.method() == boost::beast::http::verb::get) in handleFileUrl()
381 if (req.method() == boost::beast::http::verb::delete_) in handleFileUrl()
427 .methods(boost::beast::http::verb::get)( in requestRoutes()
443 .methods(boost::beast::http::verb::get)( in requestRoutes()
452 .methods(boost::beast::http::verb::post)( in requestRoutes()
460 .methods(boost::beast::http::verb::put, boost::beast::http::verb::get, in requestRoutes()
461 boost::beast::http::verb::delete_)( in requestRoutes()
478 .methods(boost::beast::http::verb::post)( in requestRoutes()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp384 .methods(boost::beast::http::verb::head)( in requestRoutesSession()
389 .methods(boost::beast::http::verb::get)( in requestRoutesSession()
394 .methods(boost::beast::http::verb::delete_)( in requestRoutesSession()
399 .methods(boost::beast::http::verb::head)( in requestRoutesSession()
404 .methods(boost::beast::http::verb::get)( in requestRoutesSession()
414 .methods(boost::beast::http::verb::post)( in requestRoutesSession()
419 .methods(boost::beast::http::verb::post)( in requestRoutesSession()
424 .methods(boost::beast::http::verb::head)( in requestRoutesSession()
429 .methods(boost::beast::http::verb::get)( in requestRoutesSession()
434 .methods(boost::beast::http::verb::patch)( in requestRoutesSession()
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp75 if (req.method() != boost::beast::http::verb::patch && in handleIfMatch()
76 req.method() != boost::beast::http::verb::post && in handleIfMatch()
77 req.method() != boost::beast::http::verb::delete_) in handleIfMatch()
86 crow::Request::Body{boost::beast::http::verb::get, in handleIfMatch()
166 if (req.method() != boost::beast::http::verb::get) in setUpRedfishRouteWithDelegation()
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi_lib.c31 q.verb = cpu_to_be16(VSV_SEND_VERSION_NUMBER); in hvsi_start_handshake()
43 ctrl.verb = cpu_to_be16(VSV_CLOSE_PROTOCOL); in hvsi_send_close()
72 switch (be16_to_cpu(pkt->verb)) { in hvsi_got_control()
90 if (be16_to_cpu(pkt->verb) != VSV_SEND_VERSION_NUMBER) in hvsi_got_query()
99 r.verb = cpu_to_be16(VSV_SEND_VERSION_NUMBER); in hvsi_got_query()
113 switch(r->verb) { in hvsi_got_response()
268 q.verb = cpu_to_be16(VSV_SEND_MODEM_CTL_STATUS); in hvsilib_read_mctrl()
306 ctrl.verb = cpu_to_be16(VSV_SET_MODEM_CTL); in hvsilib_write_mctrl()
/openbmc/bmcweb/include/
H A Dauthentication.hpp135 boost::beast::http::verb method [[maybe_unused]], in performCookieAuth()
175 if (method != boost::beast::http::verb::get) in performCookieAuth()
217 inline bool isOnAllowlist(std::string_view url, boost::beast::http::verb method) in isOnAllowlist()
225 if (boost::beast::http::verb::get == method) in isOnAllowlist()
243 if (boost::beast::http::verb::post == method) in isOnAllowlist()
259 boost::beast::http::verb method [[maybe_unused]], in authenticate()
H A Dimage_upload.hpp123 .methods(boost::beast::http::verb::post, boost::beast::http::verb::put)( in requestRoutes()
130 .methods(boost::beast::http::verb::post, boost::beast::http::verb::put)( in requestRoutes()
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c153 uint32_t *ret, verb; in qbman_swp_mc_result() local
159 verb = ret[0] & ~QB_VALID_BIT; in qbman_swp_mc_result()
160 if (!verb) in qbman_swp_mc_result()
371 uint32_t verb; in qbman_swp_dqrr_next() local
379 verb = qb_attr_code_decode(&code_dqrr_verb, p); in qbman_swp_dqrr_next()
388 if ((verb & QB_VALID_BIT) != s->dqrr.valid_bit) { in qbman_swp_dqrr_next()
405 response_verb = qb_attr_code_decode(&code_dqrr_response, &verb); in qbman_swp_dqrr_next()
581 uint32_t verb, rslt, num; in qbman_swp_acquire() local
599 verb = qb_attr_code_decode(&code_generic_verb, p); in qbman_swp_acquire()
602 BUG_ON(verb != QBMAN_MC_ACQUIRE); in qbman_swp_acquire()

123456