Home
last modified time | relevance | path

Searched defs:stdev (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/switch/
H A Dswitchtec.c51 struct switchtec_dev *stdev; member
69 static struct switchtec_user *stuser_create(struct switchtec_dev *stdev) in stuser_create()
126 static void flush_wc_buf(struct switchtec_dev *stdev) in flush_wc_buf()
139 static void mrpc_cmd_submit(struct switchtec_dev *stdev) in mrpc_cmd_submit()
174 struct switchtec_dev *stdev = stuser->stdev; in mrpc_queue_cmd() local
187 static void mrpc_complete_cmd(struct switchtec_dev *stdev) in mrpc_complete_cmd()
237 struct switchtec_dev *stdev; in mrpc_event_work() local
251 struct switchtec_dev *stdev; in mrpc_timeout_work() local
278 struct switchtec_dev *stdev = to_stdev(dev); in device_version_show() local
290 struct switchtec_dev *stdev = to_stdev(dev); in fw_version_show() local
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dspear_thermal.c34 struct spear_thermal_dev *stdev = thermal->devdata; in thermal_get_temp() local
51 struct spear_thermal_dev *stdev = spear_thermal->devdata; in spear_thermal_suspend() local
67 struct spear_thermal_dev *stdev = spear_thermal->devdata; in spear_thermal_resume() local
92 struct spear_thermal_dev *stdev; in spear_thermal_probe() local
159 struct spear_thermal_dev *stdev = spear_thermal->devdata; in spear_thermal_exit() local
/OK3568_Linux_fs/kernel/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c47 struct switchtec_dev *stdev; member
421 struct switchtec_dev *stdev = sndev->stdev; in switchtec_ntb_part_link_speed() local
550 static void switchtec_ntb_link_notification(struct switchtec_dev *stdev) in switchtec_ntb_link_notification()
1478 struct switchtec_dev *stdev = to_stdev(dev); in switchtec_ntb_add() local
1549 struct switchtec_dev *stdev = to_stdev(dev); in switchtec_ntb_remove() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dmotion_stabilizing.hpp104 float stdev() const { return stdev_; } in stdev() function in cv::videostab::GaussianMotionFilter
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py101 def stdev(self): member in Stats