Searched refs:MPP_DEVICE_BUTT (Results 1 – 3 of 3) sorted by relevance
298 for (i = 0; i < MPP_DEVICE_BUTT; i++) { in mpp_show_support_device()303 mpp = srv->sub_devices[array_index_nospec(i, MPP_DEVICE_BUTT)]; in mpp_show_support_device()376 if (srv->taskqueue_cnt > MPP_DEVICE_BUTT) { in mpp_service_probe()378 srv->taskqueue_cnt, MPP_DEVICE_BUTT); in mpp_service_probe()395 if (srv->reset_group_cnt > MPP_DEVICE_BUTT) { in mpp_service_probe()397 srv->reset_group_cnt, MPP_DEVICE_BUTT); in mpp_service_probe()
71 MPP_DEVICE_BUTT, enumerator574 struct mpp_dev *sub_devices[MPP_DEVICE_BUTT];576 struct mpp_taskqueue *task_queues[MPP_DEVICE_BUTT];578 struct mpp_reset_group *reset_groups[MPP_DEVICE_BUTT];883 extern const char *mpp_device_name[MPP_DEVICE_BUTT];
65 const char *mpp_device_name[MPP_DEVICE_BUTT] = {1206 client_type = array_index_nospec(client_type, MPP_DEVICE_BUTT); in mpp_process_request()1235 if (client_type >= MPP_DEVICE_BUTT) { in mpp_process_request()1237 MPP_DEVICE_BUTT); in mpp_process_request()1240 client_type = array_index_nospec(client_type, MPP_DEVICE_BUTT); in mpp_process_request()