Loading drivers/soc/qcom/glink.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1600,6 +1600,10 @@ static void check_link_notifier_and_notify(struct glink_core_xprt_ctx *xprt_ptr, * @cfg_ptr: Open configuration structure (the structure is copied before * @cfg_ptr: Open configuration structure (the structure is copied before * glink_open returns). All unused fields should be zero-filled. * glink_open returns). All unused fields should be zero-filled. * * * This should not be called from link state callback context by clients. * It is recommended that client should invoke this function from their own * thread. * * Return: Pointer to channel on success, PTR_ERR() with standard Linux * Return: Pointer to channel on success, PTR_ERR() with standard Linux * error code on failure. * error code on failure. */ */ Loading include/soc/qcom/glink.h +5 −1 Original line number Original line Diff line number Diff line /* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -130,6 +130,10 @@ enum tx_flags { * @cfg_ptr: Open configuration structure (the structure is copied before * @cfg_ptr: Open configuration structure (the structure is copied before * glink_open returns). All unused fields should be zero-filled. * glink_open returns). All unused fields should be zero-filled. * * * This should not be called from link state callback context by clients. * It is recommended that client should invoke this function from their own * thread. * * Return: Pointer to channel on success, PTR_ERR() with standard Linux * Return: Pointer to channel on success, PTR_ERR() with standard Linux * error code on failure. * error code on failure. */ */ Loading Loading
drivers/soc/qcom/glink.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1600,6 +1600,10 @@ static void check_link_notifier_and_notify(struct glink_core_xprt_ctx *xprt_ptr, * @cfg_ptr: Open configuration structure (the structure is copied before * @cfg_ptr: Open configuration structure (the structure is copied before * glink_open returns). All unused fields should be zero-filled. * glink_open returns). All unused fields should be zero-filled. * * * This should not be called from link state callback context by clients. * It is recommended that client should invoke this function from their own * thread. * * Return: Pointer to channel on success, PTR_ERR() with standard Linux * Return: Pointer to channel on success, PTR_ERR() with standard Linux * error code on failure. * error code on failure. */ */ Loading
include/soc/qcom/glink.h +5 −1 Original line number Original line Diff line number Diff line /* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -130,6 +130,10 @@ enum tx_flags { * @cfg_ptr: Open configuration structure (the structure is copied before * @cfg_ptr: Open configuration structure (the structure is copied before * glink_open returns). All unused fields should be zero-filled. * glink_open returns). All unused fields should be zero-filled. * * * This should not be called from link state callback context by clients. * It is recommended that client should invoke this function from their own * thread. * * Return: Pointer to channel on success, PTR_ERR() with standard Linux * Return: Pointer to channel on success, PTR_ERR() with standard Linux * error code on failure. * error code on failure. */ */ Loading