Home
last modified time | relevance | path

Searched refs:tvpm_req (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iapsta.c4481 wl_tvpm_req_t* tvpm_req = NULL; in wl_tvpm_dump() local
4492 tvpm_req = kmalloc(reqlen, GFP_KERNEL); in wl_tvpm_dump()
4493 if (tvpm_req == NULL) { in wl_tvpm_dump()
4497 memset(tvpm_req, 0, reqlen); in wl_tvpm_dump()
4499 tvpm_req->version = TVPM_REQ_VERSION_1; in wl_tvpm_dump()
4500 tvpm_req->length = reqlen; in wl_tvpm_dump()
4501 tvpm_req->req_type = WL_TVPM_REQ_STATUS; in wl_tvpm_dump()
4502 ret = wldev_iovar_getbuf(dev, "tvpm", tvpm_req, reqlen, outbuf, outlen, NULL); in wl_tvpm_dump()
4525 if (tvpm_req) in wl_tvpm_dump()
4526 kfree(tvpm_req); in wl_tvpm_dump()