__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2022, Linaro Ltd
*/
#ifndef __SOC_QCOM_PMIC_GLINK_H__
#define __SOC_QCOM_PMIC_GLINK_H__
struct pmic_glink;
struct pmic_glink_client;
#define PMIC_GLINK_OWNER_BATTMGR 32778
#define PMIC_GLINK_OWNER_USBC 32779
#define PMIC_GLINK_OWNER_USBC_PAN 32780
#define PMIC_GLINK_REQ_RESP 1
#define PMIC_GLINK_NOTIFY 2
struct pmic_glink_hdr {
__le32 owner;
__le32 type;
__le32 opcode;
};
int pmic_glink_send(struct pmic_glink_client *client, void *data, size_t len);
struct pmic_glink_client *devm_pmic_glink_client_alloc(struct device *dev,
unsigned int id,
void (*cb)(const void *, size_t, void *),
void (*pdr)(void *, int),
void *priv);
void pmic_glink_client_register(struct pmic_glink_client *client);
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| apr.h | File | 4.89 KB | 0644 |
|
| geni-se.h | File | 15.62 KB | 0644 |
|
| irq.h | File | 1.08 KB | 0644 |
|
| llcc-qcom.h | File | 5.6 KB | 0644 |
|
| mdt_loader.h | File | 2.13 KB | 0644 |
|
| pdr.h | File | 814 B | 0644 |
|
| pmic_glink.h | File | 831 B | 0644 |
|
| qcom-pbs.h | File | 640 B | 0644 |
|
| qcom_aoss.h | File | 638 B | 0644 |
|
| qmi.h | File | 7.85 KB | 0644 |
|
| smd-rpm.h | File | 2.06 KB | 0644 |
|
| smem.h | File | 522 B | 0644 |
|
| smem_state.h | File | 1.57 KB | 0644 |
|
| socinfo.h | File | 2.38 KB | 0644 |
|
| wcnss_ctrl.h | File | 494 B | 0644 |
|