Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/switch/
H A Dswitchtec.c52 struct switchtec_dev *stdev; member
76 static int is_firmware_running(struct switchtec_dev *stdev) in is_firmware_running()
83 static struct switchtec_user *stuser_create(struct switchtec_dev *stdev) in stuser_create()
141 static void flush_wc_buf(struct switchtec_dev *stdev) in flush_wc_buf()
154 static void mrpc_cmd_submit(struct switchtec_dev *stdev) in mrpc_cmd_submit()
189 struct switchtec_dev *stdev = stuser->stdev; in mrpc_queue_cmd() local
202 static void mrpc_cleanup_cmd(struct switchtec_dev *stdev) in mrpc_cleanup_cmd()
218 static void mrpc_complete_cmd(struct switchtec_dev *stdev) in mrpc_complete_cmd()
264 struct switchtec_dev *stdev; in mrpc_event_work() local
276 static void mrpc_error_complete_cmd(struct switchtec_dev *stdev) in mrpc_error_complete_cmd()
[all …]
/openbmc/linux/drivers/thermal/
H A Dspear_thermal.c34 struct spear_thermal_dev *stdev = thermal_zone_device_priv(thermal); in thermal_get_temp() local
51 struct spear_thermal_dev *stdev = thermal_zone_device_priv(spear_thermal); in spear_thermal_suspend() local
67 struct spear_thermal_dev *stdev = thermal_zone_device_priv(spear_thermal); in spear_thermal_resume() local
92 struct spear_thermal_dev *stdev; in spear_thermal_probe() local
157 struct spear_thermal_dev *stdev = thermal_zone_device_priv(spear_thermal); in spear_thermal_exit() local
/openbmc/qemu/scripts/simplebench/
H A Dresults_to_text.py28 def format_value(x, stdev): argument
/openbmc/linux/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
552 static void switchtec_ntb_link_notification(struct switchtec_dev *stdev) in switchtec_ntb_link_notification()
1475 struct switchtec_dev *stdev = to_stdev(dev); in switchtec_ntb_add() local
1545 struct switchtec_dev *stdev = to_stdev(dev); in switchtec_ntb_remove() local
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py134 def stdev(self): member in Stats