Lines Matching refs:rmi_function
40 struct rmi_function *fn, *tmp; in rmi_free_function_list()
63 static int reset_one_function(struct rmi_function *fn) in reset_one_function()
82 static int configure_one_function(struct rmi_function *fn) in configure_one_function()
104 struct rmi_function *entry; in rmi_driver_process_reset_requests()
119 struct rmi_function *entry; in rmi_driver_process_config_requests()
246 struct rmi_function *rmi_find_function(struct rmi_device *rmi_dev, u8 number) in rmi_find_function()
249 struct rmi_function *entry; in rmi_find_function()
259 static int suspend_one_function(struct rmi_function *fn) in suspend_one_function()
281 struct rmi_function *entry; in rmi_suspend_functions()
293 static int resume_one_function(struct rmi_function *fn) in resume_one_function()
315 struct rmi_function *entry; in rmi_resume_functions()
833 struct rmi_function *fn; in rmi_create_function()
840 fn = kzalloc(sizeof(struct rmi_function) + in rmi_create_function()