Lines Matching refs:rmi_function
37 struct rmi_function *fn, *tmp; in rmi_free_function_list()
60 static int reset_one_function(struct rmi_function *fn) in reset_one_function()
79 static int configure_one_function(struct rmi_function *fn) in configure_one_function()
101 struct rmi_function *entry; in rmi_driver_process_reset_requests()
116 struct rmi_function *entry; in rmi_driver_process_config_requests()
243 struct rmi_function *rmi_find_function(struct rmi_device *rmi_dev, u8 number) in rmi_find_function()
246 struct rmi_function *entry; in rmi_find_function()
256 static int suspend_one_function(struct rmi_function *fn) in suspend_one_function()
278 struct rmi_function *entry; in rmi_suspend_functions()
290 static int resume_one_function(struct rmi_function *fn) in resume_one_function()
312 struct rmi_function *entry; in rmi_resume_functions()
834 struct rmi_function *fn; in rmi_create_function()
841 fn = kzalloc(sizeof(struct rmi_function) + in rmi_create_function()