Lines Matching defs:data
106 * @buf: message data
609 * ishtp_set_drvdata() - set client driver data
611 * @data: driver data need to be set
613 * Set client driver data to cl_device->driver_data.
615 void ishtp_set_drvdata(struct ishtp_cl_device *cl_device, void *data)
617 cl_device->driver_data = data;
622 * ishtp_get_drvdata() - get client driver data
625 * Get client driver data from cl_device->driver_data.
627 * Return: pointer of driver data