Home
last modified time | relevance | path

Searched refs:res (Results 6426 - 6450 of 14524) sorted by relevance

1...<<251252253254255256257258259260>>...581

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c742 u8 res[EAP_AKA_RES_MAX_LEN]; in aka_req_auth() local
764 autn, ik, ck, res, &res_len); in aka_req_auth()
777 memset(res, '2', EAP_AKA_RES_MAX_LEN); in aka_req_auth()
805 pos += wpa_snprintf_hex(pos, end - pos, res, res_len); in aka_req_auth()
890 ssize_t res; in process() local
893 res = recvfrom(s, buf, sizeof(buf), 0, (struct sockaddr *) &from, in process()
895 if (res < 0) { in process()
900 if (res == 0) in process()
903 if ((size_t) res >= sizeof(buf)) in process()
904 res in process()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwnm_ap.c53 int res; in ieee802_11_send_wnmsleep_resp() local
131 res = -1; in ieee802_11_send_wnmsleep_resp()
154 res = wpa_wnmsleep_igtk_subelem(sta->wpa_sm, pos); in ieee802_11_send_wnmsleep_resp()
155 if (res < 0) in ieee802_11_send_wnmsleep_resp()
157 igtk_elem_len = res; in ieee802_11_send_wnmsleep_resp()
185 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_wnmsleep_resp()
188 if (!res) { in ieee802_11_send_wnmsleep_resp()
230 return res; in ieee802_11_send_wnmsleep_resp()
347 int res; in ieee802_11_send_bss_trans_mgmt_request() local
374 res in ieee802_11_send_bss_trans_mgmt_request()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dqp.c207 struct fw_ri_res *res; in create_qp() local
306 wr_len = sizeof(*res_wr) + 2 * sizeof(*res); in create_qp()
308 wr_len += sizeof(*res); in create_qp()
323 res = res_wr->res; in create_qp()
324 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp()
325 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()
333 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
339 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
348 res in create_qp()
2489 struct fw_ri_res *res; free_srq_queue() local
2526 struct fw_ri_res *res; alloc_srq_queue() local
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.c252 if (!cval->res) in get_relative_value()
253 cval->res = 1; in get_relative_value()
257 return (cval->max - cval->min + cval->res - 1) / cval->res; in get_relative_value()
259 return (val - cval->min) / cval->res; in get_relative_value()
266 if (!cval->res) in get_abs_value()
267 cval->res = 1; in get_abs_value()
268 val *= cval->res; in get_abs_value()
1088 cval->res = 0x00e6; in volume_control_quirks()
1100 cval->res in volume_control_quirks()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dqp.c207 struct fw_ri_res *res; in create_qp() local
306 wr_len = sizeof(*res_wr) + 2 * sizeof(*res); in create_qp()
308 wr_len += sizeof(*res); in create_qp()
323 res = res_wr->res; in create_qp()
324 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp()
325 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()
333 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
339 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
348 res in create_qp()
2480 struct fw_ri_res *res; free_srq_queue() local
2517 struct fw_ri_res *res; alloc_srq_queue() local
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer.c259 if (!cval->res) in get_relative_value()
260 cval->res = 1; in get_relative_value()
264 return DIV_ROUND_UP(cval->max - cval->min, cval->res); in get_relative_value()
266 return (val - cval->min) / cval->res; in get_relative_value()
273 if (!cval->res) in get_abs_value()
274 cval->res = 1; in get_abs_value()
275 val *= cval->res; in get_abs_value()
1093 cval->res = 0x00e6; in volume_control_quirks()
1105 cval->res = 0x0073; in volume_control_quirks()
1112 cval->res in volume_control_quirks()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp1474 bool res = true; in HWTEST_F() local
1475 ASSERT_EQ(true, res); in HWTEST_F()
1490 bool res = true; in HWTEST_F() local
1491 ASSERT_EQ(true, res); in HWTEST_F()
1506 bool res = true; in HWTEST_F() local
1507 ASSERT_EQ(true, res); in HWTEST_F()
1521 bool res = true; in HWTEST_F() local
1522 ASSERT_EQ(true, res); in HWTEST_F()
1536 bool res = surfaceNode->CreateNode(config); in HWTEST_F() local
1537 ASSERT_EQ(true, res); in HWTEST_F()
1552 bool res = surfaceNode->CreateNodeAndSurface(config, surfaceId); HWTEST_F() local
1567 bool res = true; HWTEST_F() local
1582 bool res = true; HWTEST_F() local
1597 bool res = true; HWTEST_F() local
1613 bool res = true; HWTEST_F() local
1628 std::pair<std::string, std::string> res = surfaceNode->SplitSurfaceNodeName(surfaceNodeName); HWTEST_F() local
[all...]
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp65 auto res = rsInterface_.SetScreenChangeCallback( in RegisterRsScreenConnectionChangeListener() local
67 if (res != StatusCode::SUCCESS) { in RegisterRsScreenConnectionChangeListener()
80 std::vector<ScreenId> res; in GetAllScreenIds() local
82 res.emplace_back(iter.first); in GetAllScreenIds()
84 return res; in GetAllScreenIds()
456 sptr<AbstractScreenGroup> res; in AddToGroupLocked() local
459 res = AddAsFirstScreenLocked(newScreen); in AddToGroupLocked()
461 res = AddAsSuccedentScreenLocked(newScreen); in AddToGroupLocked()
463 return res; in AddToGroupLocked()
483 bool res in RemoveDefaultScreenFromGroupLocked() local
511 bool res = screenGroup->RemoveChild(screen); RemoveChildFromGroup() local
715 int32_t res = -1; SetVirtualScreenSurface() local
1146 bool res = RemoveChildFromGroup(screen, screenGroup); StopScreens() local
1280 DMError res = DestroyVirtualScreen(diedId); OnRemoteDied() local
1485 bool res = false; GetScreenPower() local
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83627hf.c1398 struct resource *res; in w83627hf_probe() local
1409 res = platform_get_resource(pdev, IORESOURCE_IO, 0); in w83627hf_probe()
1410 if (!devm_request_region(dev, res->start, WINB_REGION_SIZE, DRVNAME)) { in w83627hf_probe()
1412 (unsigned long)res->start, in w83627hf_probe()
1413 (unsigned long)(res->start + WINB_REGION_SIZE - 1)); in w83627hf_probe()
1421 data->addr = res->start; in w83627hf_probe()
1591 int res, word_sized; in w83627hf_read_value() local
1601 res = inb_p(data->addr + W83781D_DATA_REG_OFFSET); in w83627hf_read_value()
1605 res = in w83627hf_read_value()
1606 (res << in w83627hf_read_value()
1617 int res = 0xff, sel; w83627thf_read_gpio5() local
1662 int res = 0xff; w83687thf_read_vid() local
1919 struct resource res = { w83627hf_device_add() local
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.c181 int res; in tb_pci_activate() local
184 res = tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
185 if (res) in tb_pci_activate()
186 return res; in tb_pci_activate()
189 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
190 if (res) in tb_pci_activate()
191 return res; in tb_pci_activate()
194 res = tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
195 if (res) in tb_pci_activate()
196 return res; in tb_pci_activate()
1746 int res; tb_usb3_activate() local
2118 int res, i; tb_tunnel_restart() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c1080 static int mcs_alloc_struct_mem(struct mcs *mcs, struct mcs_rsrc_map *res) in mcs_alloc_struct_mem() argument
1085 res->flowid2pf_map = alloc_mem(mcs, hw->tcam_entries); in mcs_alloc_struct_mem()
1086 if (!res->flowid2pf_map) in mcs_alloc_struct_mem()
1089 res->secy2pf_map = alloc_mem(mcs, hw->secy_entries); in mcs_alloc_struct_mem()
1090 if (!res->secy2pf_map) in mcs_alloc_struct_mem()
1093 res->sc2pf_map = alloc_mem(mcs, hw->sc_entries); in mcs_alloc_struct_mem()
1094 if (!res->sc2pf_map) in mcs_alloc_struct_mem()
1097 res->sa2pf_map = alloc_mem(mcs, hw->sa_entries); in mcs_alloc_struct_mem()
1098 if (!res->sa2pf_map) in mcs_alloc_struct_mem()
1101 res in mcs_alloc_struct_mem()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83627hf.c412 int res, word_sized; in w83627hf_read_value() local
422 res = inb_p(data->addr + W83781D_DATA_REG_OFFSET); in w83627hf_read_value()
426 res = in w83627hf_read_value()
427 (res << 8) + inb_p(data->addr + in w83627hf_read_value()
432 return res; in w83627hf_read_value()
640 int res = 0xff, sel; in w83627thf_read_gpio5() local
650 return res; in w83627thf_read_gpio5()
655 res = 0xff; in w83627thf_read_gpio5()
675 res = superio_inb(sio_data, W83627THF_GPIO5_DR) & sel; in w83627thf_read_gpio5()
679 return res; in w83627thf_read_gpio5()
685 int res = 0xff; w83687thf_read_vid() local
1670 struct resource *res; w83627hf_probe() local
1923 struct resource res = { w83627hf_device_add() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c362 int res; in codecctl_int() local
367 res = vpx_codec_control(&ctx->encoder, id, val); in codecctl_int()
368 if (res != VPX_CODEC_OK) { in codecctl_int()
395 int res; in codecctl_intp() local
400 res = vpx_codec_control(&ctx->encoder, id, val); in codecctl_intp()
401 if (res != VPX_CODEC_OK) { in codecctl_intp()
892 int res; in vpx_init() local
906 if ((res = vpx_codec_enc_config_default(iface, &enccfg, 0)) != VPX_CODEC_OK) { in vpx_init()
908 vpx_codec_err_to_string(res)); in vpx_init()
1078 res in vpx_init()
1607 int res, coded_size; vpx_encode() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c147 dec->ws->buffer_map(dec->ws, buf->res->buf, &dec->cs, PIPE_MAP_WRITE | RADEON_MAP_TEMPORARY); in map_msg_fb_it_buf()
171 dec->ws->buffer_unmap(dec->ws, buf->res->buf); in send_msg_buf()
176 if (dec->sessionctx.res) in send_msg_buf()
177 send_cmd(dec, RUVD_CMD_SESSION_CONTEXT_BUFFER, dec->sessionctx.res->buf, 0, in send_msg_buf()
181 send_cmd(dec, RUVD_CMD_MSG_BUFFER, buf->res->buf, 0, RADEON_USAGE_READ, RADEON_DOMAIN_GTT); in send_msg_buf()
1016 dec->bs_ptr = dec->ws->buffer_map(dec->ws, dec->bs_buffers[dec->cur_buffer].res->buf, &dec->cs, in ruvd_begin_frame()
1053 if (new_size > buf->res->buf->size) { in ruvd_decode_bitstream()
1054 dec->ws->buffer_unmap(dec->ws, buf->res->buf); in ruvd_decode_bitstream()
1060 dec->bs_ptr = dec->ws->buffer_map(dec->ws, buf->res->buf, &dec->cs, in ruvd_decode_bitstream()
1095 dec->ws->buffer_unmap(dec->ws, bs_buf->res in ruvd_end_frame()
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c2397 PyObject *res; in _PyUnicode_FromUCS1() local
2409 res = PyUnicode_New(size, max_char); in _PyUnicode_FromUCS1()
2410 if (!res) in _PyUnicode_FromUCS1()
2412 memcpy(PyUnicode_1BYTE_DATA(res), u, size); in _PyUnicode_FromUCS1()
2413 assert(_PyUnicode_CheckConsistency(res, 1)); in _PyUnicode_FromUCS1()
2414 return res; in _PyUnicode_FromUCS1()
2420 PyObject *res; in _PyUnicode_FromUCS2() local
2430 res = PyUnicode_New(size, max_char); in _PyUnicode_FromUCS2()
2431 if (!res) in _PyUnicode_FromUCS2()
2434 memcpy(PyUnicode_2BYTE_DATA(res), in _PyUnicode_FromUCS2()
2446 PyObject *res; _PyUnicode_FromUCS4() local
2766 int res; unicode_fromformat_write_cstr() local
3160 Py_ssize_t res; unicode_get_widechar_size() local
3256 Py_ssize_t res; PyUnicode_AsWideChar() local
3747 int res = _Py_EncodeLocaleEx(wstr, &str, &error_pos, &reason, unicode_encode_locale() local
3970 int res = _Py_DecodeLocaleEx(str, &wstr, &wlen, &reason, unicode_decode_locale() local
5377 int res = _Py_DecodeUTF8Ex(arg, arglen, _Py_DecodeUTF8_surrogateescape() local
8620 int res = encoding_map_lookup(c, mapping); charmapencode_output() local
8670 charmap_encoding_error( PyObject *unicode, Py_ssize_t *inpos, PyObject *mapping, PyObject **exceptionObject, _Py_error_handler *error_handler, PyObject **error_handler_obj, const char *errors, PyObject **res, Py_ssize_t *respos) charmap_encoding_error() argument
8821 PyObject *res = NULL; _PyUnicode_EncodeCharmap() local
9148 int res = 0; unicode_fast_translate() local
9206 int res; _PyUnicode_TranslateCharmap() local
9810 PyObject *res; ascii_upper_or_lower() local
9865 do_capitalize(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_capitalize() argument
9889 do_swapcase(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_swapcase() argument
9914 do_upper_or_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar, int lower) do_upper_or_lower() argument
9935 do_upper(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_upper() argument
9941 do_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_lower() argument
9947 do_casefold(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_casefold() argument
9964 do_title(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_title() argument
9994 PyObject *res = NULL; case_operation() local
10041 PyObject *res; PyUnicode_Join() local
10065 PyObject *res = NULL; /* the result */ _PyUnicode_JoinArray() local
10667 char *res; replace() local
10731 char *res; replace() local
11478 PyObject *left, *res; PyUnicode_Append() local
13438 int res; unicode_maketrans_impl() local
14560 PyObject *iobj, *res; mainformatlong() local
15881 int res; encode_wstr_utf8() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp359 std::vector<std::string> res; in TranslateRawStack() local
360 ExtractEachInfo(tempStack, res); in TranslateRawStack()
363 for (const auto& temp : res) { in TranslateRawStack()
381 std::vector<std::string> res; in TranslateStack() local
382 ExtractEachInfo(tempStack, res); in TranslateStack()
390 if (res[0].find('/') == std::string::npos) { in TranslateStack()
402 for (uint32_t i = 0; i < res.size(); i++) { in TranslateStack()
403 std::string temp = res[i]; in TranslateStack()
450 std::vector<std::string> res; in TranslateBySourceMap() local
451 ExtractEachInfo(tempStack, res); in TranslateBySourceMap()
488 ExtractEachInfo(const std::string& tempStack, std::vector<std::string>& res) ExtractEachInfo() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp293 bool res = richEditorPattern->UnableStandardInput(false); in HWTEST_F() local
294 ASSERT_EQ(res, false); in HWTEST_F()
328 bool res = richEditorPattern->CursorMoveUp(); in HWTEST_F() local
329 res = richEditorPattern->CursorMoveDown(); in HWTEST_F()
330 ASSERT_EQ(res, true); in HWTEST_F()
344 bool res = richEditorPattern->CursorMoveHome(); in HWTEST_F() local
345 ASSERT_EQ(res, false); in HWTEST_F()
653 int32_t res = richEditorPattern->GetTextContentLength(); in HWTEST_F() local
654 EXPECT_EQ(res, 0); in HWTEST_F()
693 int32_t res in HWTEST_F() local
774 bool res = richEditorPattern->SetCaretOffset(0); HWTEST_F() local
864 bool res = richEditorPattern->SymbolSpanUpdateStyle(spanNode, updateSpanStyle, textStyle); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp615 auto res = manager->SplitEntryKey(key1); in HWTEST_F() local
616 EXPECT_EQ(res[0], "com.example.myapplication"); in HWTEST_F()
617 EXPECT_EQ(res[1], "sessionId"); in HWTEST_F()
618 EXPECT_EQ(res[2], "source"); in HWTEST_F()
619 EXPECT_EQ(res[3], "target"); in HWTEST_F()
620 EXPECT_EQ(res[4], "1234567890"); in HWTEST_F()
621 EXPECT_EQ(res[5], "p_propertyName"); in HWTEST_F()
624 res = manager->SplitEntryKey(key2); in HWTEST_F()
625 EXPECT_TRUE(res.empty()); in HWTEST_F()
628 res in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpmac.c901 int i, size, res; in cpmac_open() local
912 res = -ENXIO; in cpmac_open()
921 res = -ENXIO; in cpmac_open()
931 res = -ENOMEM; in cpmac_open()
942 res = -ENOMEM; in cpmac_open()
959 res = request_irq(dev->irq, cpmac_irq, IRQF_SHARED, dev->name, dev); in cpmac_open()
960 if (res) { in cpmac_open()
997 return res; in cpmac_open()
1171 int i, res; in cpmac_init() local
1186 res in cpmac_init()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_scan.c1052 int res = SCSI_SCAN_NO_RESPONSE, result_len = 256; in scsi_probe_and_add_lun() local
1123 res = SCSI_SCAN_TARGET_PRESENT; in scsi_probe_and_add_lun()
1152 res = SCSI_SCAN_TARGET_PRESENT; in scsi_probe_and_add_lun()
1156 res = scsi_add_lun(sdev, result, &bflags, shost->async_scan); in scsi_probe_and_add_lun()
1157 if (res == SCSI_SCAN_LUN_PRESENT) { in scsi_probe_and_add_lun()
1167 if (res == SCSI_SCAN_LUN_PRESENT) { in scsi_probe_and_add_lun()
1173 res = SCSI_SCAN_NO_RESPONSE; in scsi_probe_and_add_lun()
1179 return res; in scsi_probe_and_add_lun()
1430 int res; in scsi_report_lun_scan() local
1432 res in scsi_report_lun_scan()
1535 int res; __scsi_scan_target() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dpl2303.c226 int res; in pl2303_vendor_read() local
233 res = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0), in pl2303_vendor_read()
236 if (res != 1) { in pl2303_vendor_read()
238 value, res); in pl2303_vendor_read()
239 if (res >= 0) in pl2303_vendor_read()
240 res = -EIO; in pl2303_vendor_read()
242 return res; in pl2303_vendor_read()
255 int res; in pl2303_vendor_write() local
264 res = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0), in pl2303_vendor_write()
267 if (res) { in pl2303_vendor_write()
373 int res; pl2303_startup() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dimxfb.c867 struct resource *res; in imxfb_probe() local
883 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in imxfb_probe()
884 if (!res) in imxfb_probe()
944 res = request_mem_region(res->start, resource_size(res), in imxfb_probe()
946 if (!res) { in imxfb_probe()
984 fbi->regs = ioremap(res->start, resource_size(res)); in imxfb_probe()
1069 release_mem_region(res in imxfb_probe()
1083 struct resource *res; imxfb_remove() local
[all...]
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm1.c749 int res; in getoptions() local
775 res = hex2bin(opt->pcrinfo, args[0].from, in getoptions()
777 if (res < 0) in getoptions()
781 res = kstrtoul(args[0].from, 16, &handle); in getoptions()
782 if (res < 0) in getoptions()
790 res = hex2bin(opt->keyauth, args[0].from, in getoptions()
792 if (res < 0) in getoptions()
804 res = hex2bin(opt->blobauth, args[0].from, in getoptions()
806 if (res < 0) in getoptions()
830 res in getoptions()
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-messages.c449 struct skl_module_res *res = &module->resources[mconfig->res_idx]; in skl_set_base_module_format() local
469 base_cfg->cpc = res->cpc; in skl_set_base_module_format()
470 base_cfg->ibs = res->ibs; in skl_set_base_module_format()
471 base_cfg->obs = res->obs; in skl_set_base_module_format()
472 base_cfg->is_pages = res->is_pages; in skl_set_base_module_format()
560 struct skl_module_res *res; in skl_setup_cpr_gateway_cfg() local
571 res = &mconfig->module->resources[mconfig->res_idx]; in skl_setup_cpr_gateway_cfg()
572 cpr_mconfig->gtw_cfg.dma_buffer_size = res->dma_buffer_size; in skl_setup_cpr_gateway_cfg()
575 res = &mconfig->module->resources[res_idx]; in skl_setup_cpr_gateway_cfg()
581 dma_io_buf = res in skl_setup_cpr_gateway_cfg()
[all...]
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorchipset.c315 int res = 0; in chipset_init() local
319 res = -EIO; in chipset_init()
334 res = controlvm_respond_chipset_init(&inmsg->hdr, rc, features); in chipset_init()
336 return res; in chipset_init()
1114 int res; in chipset_ready_uevent() local
1116 res = kobject_uevent(&chipset_dev->acpi_device->dev.kobj, KOBJ_ONLINE); in chipset_ready_uevent()
1118 controlvm_respond(msg_hdr, res, NULL); in chipset_ready_uevent()
1119 return res; in chipset_ready_uevent()
1133 int res; in chipset_selftest_uevent() local
1136 res in chipset_selftest_uevent()
1152 int res = kobject_uevent(&chipset_dev->acpi_device->dev.kobj, chipset_notready_uevent() local
[all...]

Completed in 53 milliseconds

1...<<251252253254255256257258259260>>...581