Lines Matching refs:rmi_function
38 struct rmi_function *fn, *tmp; in rmi_free_function_list()
61 static int reset_one_function(struct rmi_function *fn) in reset_one_function()
80 static int configure_one_function(struct rmi_function *fn) in configure_one_function()
102 struct rmi_function *entry; in rmi_driver_process_reset_requests()
117 struct rmi_function *entry; in rmi_driver_process_config_requests()
244 struct rmi_function *rmi_find_function(struct rmi_device *rmi_dev, u8 number) in rmi_find_function()
247 struct rmi_function *entry; in rmi_find_function()
257 static int suspend_one_function(struct rmi_function *fn) in suspend_one_function()
279 struct rmi_function *entry; in rmi_suspend_functions()
291 static int resume_one_function(struct rmi_function *fn) in resume_one_function()
313 struct rmi_function *entry; in rmi_resume_functions()
835 struct rmi_function *fn; in rmi_create_function()
842 fn = kzalloc(sizeof(struct rmi_function) + in rmi_create_function()