Lines Matching defs:cgbc
59 static int cgbc_wait_device(struct cgbc_device_data *cgbc) in cgbc_wait_device()
73 static int cgbc_session_command(struct cgbc_device_data *cgbc, u8 cmd) in cgbc_session_command()
97 static int cgbc_session_request(struct cgbc_device_data *cgbc) in cgbc_session_request()
116 static void cgbc_session_release(struct cgbc_device_data *cgbc) in cgbc_session_release()
122 static bool cgbc_command_lock(struct cgbc_device_data *cgbc) in cgbc_command_lock()
129 static void cgbc_command_unlock(struct cgbc_device_data *cgbc) in cgbc_command_unlock()
134 int cgbc_command(struct cgbc_device_data *cgbc, void *cmd, unsigned int cmd_size, void *data, in cgbc_command()
241 static int cgbc_map(struct cgbc_device_data *cgbc) in cgbc_map()
282 struct cgbc_device_data *cgbc = dev_get_drvdata(dev); in cgbc_version_show() local
297 static int cgbc_get_version(struct cgbc_device_data *cgbc) in cgbc_get_version()
314 static int cgbc_init_device(struct cgbc_device_data *cgbc) in cgbc_init_device()
341 struct cgbc_device_data *cgbc; in cgbc_probe() local
363 struct cgbc_device_data *cgbc = platform_get_drvdata(pdev); in cgbc_remove() local