Home
last modified time | relevance | path

Searched refs:app (Results 151 – 175 of 523) sorted by relevance

12345678910>>...21

/openbmc/linux/drivers/media/pci/zoran/
H A Dzr36050.c413 zr36050_write(ptr, ZR050_APP_IDX + 1, 0xe0 + ptr->app.appn); in zr36050_init()
415 zr36050_write(ptr, ZR050_APP_IDX + 3, ptr->app.len + 2); in zr36050_init()
417 ptr->app.data) + 4; in zr36050_init()
474 ((ptr->app.len > 0) ? ZR050_ME_APP : 0) | in zr36050_init()
652 struct jpeg_app_marker *app = data; in zr36050_control() local
657 *app = ptr->app; in zr36050_control()
662 struct jpeg_app_marker *app = data; in zr36050_control() local
667 ptr->app = *app; in zr36050_control()
775 ptr->app.appn = 0; in zr36050_setup()
776 ptr->app.len = 0; in zr36050_setup()
H A Dzr36060.c366 zr36060_write(ptr, ZR060_APP_IDX + 1, 0xe0 + ptr->app.appn); in zr36060_init()
368 zr36060_write(ptr, ZR060_APP_IDX + 3, ptr->app.len + 2); in zr36060_init()
369 sum += zr36060_pushit(ptr, ZR060_APP_IDX + 4, 60, ptr->app.data) + 4; in zr36060_init()
408 ((ptr->app.len > 0) ? ZR060_MER_APP : 0)); in zr36060_init()
708 struct jpeg_app_marker *app = data; in zr36060_control() local
713 *app = ptr->app; in zr36060_control()
718 struct jpeg_app_marker *app = data; in zr36060_control() local
723 ptr->app = *app; in zr36060_control()
830 ptr->app.appn = 0; in zr36060_setup()
831 ptr->app.len = 0; in zr36060_setup()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_dcbnl.c59 static int hns3_dcbnl_ieee_setapp(struct net_device *ndev, struct dcb_app *app) in hns3_dcbnl_ieee_setapp() argument
67 return h->kinfo.dcb_ops->ieee_setapp(h, app); in hns3_dcbnl_ieee_setapp()
72 static int hns3_dcbnl_ieee_delapp(struct net_device *ndev, struct dcb_app *app) in hns3_dcbnl_ieee_delapp() argument
80 return h->kinfo.dcb_ops->ieee_delapp(h, app); in hns3_dcbnl_ieee_delapp()
/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp155 explicit GetPLDMVersion(const char* type, const char* name, CLI::App* app) : in GetPLDMVersion() argument
156 CommandInterface(type, name, app) in GetPLDMVersion()
158 app->add_option("-t,--type", pldmType, "pldm supported type") in GetPLDMVersion()
254 CLI::App* app) : in GetPLDMCommands() argument
255 CommandInterface(type, name, app) in GetPLDMCommands()
257 app->add_option("-t,--type", pldmType, "pldm supported type") in GetPLDMCommands()
344 void registerCommand(CLI::App& app) in registerCommand() argument
346 auto base = app.add_subcommand("base", "base type command"); in registerCommand()
H A Dpldm_bios_cmd.cpp102 explicit SetDateTime(const char* type, const char* name, CLI::App* app) : in SetDateTime() argument
103 CommandInterface(type, name, app) in SetDateTime()
105 app->add_option("-d,--data", tmData, in SetDateTime()
459 GetBIOSTableHandler(type, name, app) in GetBIOSTable()
687 CLI::App* app) : in GetBIOSAttributeCurrentValueByHandle() argument
688 GetBIOSTableHandler(type, name, app) in GetBIOSAttributeCurrentValueByHandle()
777 CLI::App* app) : in SetBIOSAttributeCurrentValue() argument
778 GetBIOSTableHandler(type, name, app) in SetBIOSAttributeCurrentValue()
782 app->add_option("-d, --data", attrValue, "pldm attribute value") in SetBIOSAttributeCurrentValue()
958 void registerCommand(CLI::App& app) in registerCommand() argument
[all …]
/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.cpp42 explicit GetAlertStatus(const char* type, const char* name, CLI::App* app) : in GetAlertStatus() argument
43 CommandInterface(type, name, app) in GetAlertStatus()
45 app->add_option( in GetAlertStatus()
201 void registerCommand(CLI::App& app) in registerCommand() argument
203 auto oem_ibm = app.add_subcommand("oem-ibm", "oem type command"); in registerCommand()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c52 struct nfp_cpp *cpp = alink->abm->app->cpp; in nfp_abm_ctrl_stat()
77 struct nfp_cpp *cpp = abm->app->cpp; in __nfp_abm_ctrl_set_q_lvl()
111 struct nfp_cpp *cpp = abm->app->cpp; in __nfp_abm_ctrl_set_q_act()
252 return nfp_mbox_cmd(abm->app->pf, NFP_MBOX_PCIE_ABM_ENABLE, in nfp_abm_ctrl_qm_enable()
258 return nfp_mbox_cmd(abm->app->pf, NFP_MBOX_PCIE_ABM_DISABLE, in nfp_abm_ctrl_qm_disable()
283 nfp_err(alink->abm->app->cpp, in nfp_abm_ctrl_prio_map_update()
299 nfp_err(abm->app->pf->cpp, "vNIC mailbox too small for prio offload: %u, need: %u\n", in nfp_abm_ctrl_prio_check_params()
356 return nfp_abm_ctrl_find_rtsym(abm->app->pf, pf_symbol, size); in nfp_abm_ctrl_find_q_rtsym()
361 struct nfp_pf *pf = abm->app->pf; in nfp_abm_ctrl_find_addrs()
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dmain.cpp48 CLI::App app{"Monitor gpio presence status"}; in main() local
53 app.add_option("-c,--config", gpioFileName, "Name of config json file") in main()
60 app.parse(argc, argv); in main()
64 return app.exit(e); in main()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_bridge.sh75 dcb app add dev $swp1 dscp-prio 10:0 11:1 12:2 13:3 14:4 15:5 16:6 17:7
76 dcb app add dev $swp2 dscp-prio 20:0 21:1 22:2 23:3 24:4 25:5 26:6 27:7
81 dcb app del dev $swp2 dscp-prio 20:0 21:1 22:2 23:3 24:4 25:5 26:6 27:7
82 dcb app del dev $swp1 dscp-prio 10:0 11:1 12:2 13:3 14:4 15:5 16:6 17:7
/openbmc/linux/Documentation/sphinx/
H A Dcdomain.py101 def c_markups(app, docname, source): argument
126 def setup(app): argument
129 app.connect('source-read', c_markups)
132 app.override_domain(CDomain)
134 app.add_domain(CDomain, override=True)
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp633 crow::App& app, const crow::Request& req, in handleUpdateServiceSimpleUpdateAction() argument
636 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleUpdateServiceSimpleUpdateAction()
1117 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleUpdateServicePost()
1158 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleUpdateServiceGet()
1204 App& app, const crow::Request& req, in handleUpdateServiceFirmwareInventoryCollectionGet() argument
1207 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleUpdateServiceFirmwareInventoryCollectionGet()
1328 App& app, const crow::Request& req, in handleUpdateServiceFirmwareInventoryGet() argument
1332 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleUpdateServiceFirmwareInventoryGet()
1396 inline void requestRoutesUpdateService(App& app) in requestRoutesUpdateService() argument
1409 BMCWEB_ROUTE(app, "/redfish/v1/UpdateService/") in requestRoutesUpdateService()
[all …]
H A Dpcie_slots.hpp213 crow::App& app, const crow::Request& req, in handlePCIeSlotCollectionGet() argument
217 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handlePCIeSlotCollectionGet()
233 inline void requestRoutesPCIeSlots(App& app) in requestRoutesPCIeSlots() argument
235 BMCWEB_ROUTE(app, "/redfish/v1/Chassis/<str>/PCIeSlots/") in requestRoutesPCIeSlots()
238 std::bind_front(handlePCIeSlotCollectionGet, std::ref(app))); in requestRoutesPCIeSlots()
H A Dtrigger.hpp942 App& app, const crow::Request& req, in handleTriggerCollectionPost() argument
945 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleTriggerCollectionPost()
969 inline void requestRoutesTriggerCollection(App& app) in requestRoutesTriggerCollection() argument
971 BMCWEB_ROUTE(app, "/redfish/v1/TelemetryService/Triggers/") in requestRoutesTriggerCollection()
974 [&app](const crow::Request& req, in requestRoutesTriggerCollection()
976 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in requestRoutesTriggerCollection()
1000 inline void requestRoutesTrigger(App& app) in requestRoutesTrigger() argument
1005 [&app](const crow::Request& req, in requestRoutesTrigger()
1008 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in requestRoutesTrigger()
1042 [&app](const crow::Request& req, in requestRoutesTrigger()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c154 features->app.default_pri); in bnx2x_dump_dcbx_drv_param()
156 features->app.tc_supported); in bnx2x_dump_dcbx_drv_param()
158 features->app.enabled); in bnx2x_dump_dcbx_drv_param()
208 if (app->enabled && in bnx2x_dcbx_get_ap_feature()
220 app->app_pri_tbl; in bnx2x_dcbx_get_ap_feature()
714 struct dcb_app app; in bnx2x_dcbnl_update_applist() local
716 app.protocol = ent->app_id; in bnx2x_dcbnl_update_applist()
717 app.priority = delall ? 0 : up; in bnx2x_dcbnl_update_applist()
1202 app.traffic_type_priority[i]; in bnx2x_dcbx_separate_pauseable_from_non()
1340 app.traffic_type_priority[i]; in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.h80 struct nfp_app *app; member
131 nfp_port_alloc(struct nfp_app *app, enum nfp_port_type type,
135 int nfp_port_init_phy_port(struct nfp_pf *pf, struct nfp_app *app,
142 int nfp_devlink_port_register(struct nfp_app *app, struct nfp_port *port);
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_device.c50 node = ctx->app; in __efc_d_common()
85 struct efc_node *node = ctx->app; in __efc_d_wait_del_node()
148 struct efc_node *node = ctx->app; in __efc_d_wait_del_ini_tgt()
201 struct efc_node *node = ctx->app; in __efc_d_initiate_shutdown()
317 struct efc_node *node = ctx->app; in __efc_d_wait_loop()
374 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_acc_cmpl()
411 struct efc_node *node = ctx->app; in __efc_d_wait_logo_rsp()
507 struct efc_node *node = ctx->app; in __efc_d_init()
692 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_rsp()
814 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_rsp_recvd_prli()
[all …]
/openbmc/phosphor-led-manager/manager/
H A Dled-main.cpp26 CLI::App app("phosphor-led-manager"); in main() local
30 app.add_option("-c,--config", configFile, "Path to JSON config"); in main()
33 CLI11_PARSE(app, argc, argv); in main()
/openbmc/qemu/docs/sphinx/
H A Dfakedbusdoc.py23 def setup(app: Sphinx) -> Dict[str, Any]:
25 app.add_directive("dbus-doc", FakeDBusDocDirective)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxmessage_1.0.7.bb1 require recipes-graphics/xorg-app/xorg-app-common.inc
H A Dxclock_1.1.1.bb1 require recipes-graphics/xorg-app/xorg-app-common.inc
H A Dxrdb_1.2.2.bb1 require recipes-graphics/xorg-app/xorg-app-common.inc
H A Dxkbprint_1.0.6.bb1 require recipes-graphics/xorg-app/xorg-app-common.inc
H A Diceauth_1.0.10.bb1 require recipes-graphics/xorg-app/xorg-app-common.inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/
H A Dxscreensaver_6.04.bb8 file://0001-Tweak-app-defaults.patch \
26 EXTRA_OECONF += "--with-app-defaults=${datadir}/X11/app-defaults --libdir=${STAGING_LIBDIR} \
57 FILES:${PN} += "${datadir}/X11/app-defaults/XScreenSaver ${datadir}/fonts"
/openbmc/phosphor-host-ipmid/
H A Dsystemintfcmds.cpp157 ipmi::app::cmdReadEventMessageBuffer, in register_netfn_app_functions()
162 ipmi::app::cmdSetBmcGlobalEnables, in register_netfn_app_functions()
167 ipmi::app::cmdGetBmcGlobalEnables, in register_netfn_app_functions()
172 ipmi::app::cmdGetMessageFlags, ipmi::Privilege::Admin, in register_netfn_app_functions()

12345678910>>...21