| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-q.c | 293 int last_status; in qh_completions() local 314 last_status = -EINPROGRESS; in qh_completions() 333 ehci_urb_done(ehci, last->urb, last_status); in qh_completions() 334 last_status = -EINPROGRESS; in qh_completions() 424 last_status = -ESHUTDOWN; in qh_completions() 431 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions() 464 if (last_status == -EINPROGRESS) { in qh_completions() 465 last_status = qtd_copy_status(ehci, urb, in qh_completions() 467 if (last_status == -EREMOTEIO in qh_completions() 470 last_status = -EINPROGRESS; in qh_completions() [all …]
|
| H A D | fotg210-hcd.c | 2247 int last_status; in qh_completions() local 2272 last_status = -EINPROGRESS; in qh_completions() 2290 last_status); in qh_completions() 2292 last_status = -EINPROGRESS; in qh_completions() 2380 last_status = -ESHUTDOWN; in qh_completions() 2385 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions() 2410 if (last_status == -EINPROGRESS) { in qh_completions() 2411 last_status = qtd_copy_status(fotg210, urb, in qh_completions() 2413 if (last_status == -EREMOTEIO && in qh_completions() 2416 last_status = -EINPROGRESS; in qh_completions() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | ushc.c | 109 u8 last_status; member 166 u8 status, last_status; in int_callback() local 172 last_status = ushc->last_status; in int_callback() 173 ushc->last_status = status; in int_callback() 189 if ((status ^ last_status) & USHC_INT_STATUS_CARD_PRESENT) in int_callback() 384 return !!(ushc->last_status & USHC_INT_STATUS_CARD_PRESENT); in ushc_get_cd()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | devfreq.h | 26 __entry->busy_time = devfreq->last_status.busy_time; 27 __entry->total_time = devfreq->last_status.total_time;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_devfreq.c | 115 mdev->devfreq->last_status.current_frequency = freq; in mali_devfreq_target() 161 memcpy(&mdev->devfreq->last_status, stat, sizeof(*stat)); in mali_devfreq_status() 290 mdev->devfreq->last_status.current_frequency = opp_rate; in mali_devfreq_init() 304 mdev->devfreq->last_status.current_frequency = mdev->current_freq; in mali_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-raw.c | 33 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw() 35 raw->last_status = ir_status; in img_ir_refresh_raw()
|
| H A D | img-ir-raw.h | 24 u32 last_status; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nand.c | 159 int last_status = -1; in do_nand_status() local 172 if (s != last_status && off != 0) { in do_nand_status() 174 last_status); in do_nand_status() 177 last_status = s; in do_nand_status() 180 print_status(block_start, off, mtd->erasesize, last_status); in do_nand_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/atm/ |
| H A D | speedtch.c | 129 unsigned char last_status; member 509 if ((status != instance->last_status) || !status) { in speedtch_check_status() 515 if (instance->last_status) in speedtch_check_status() 556 instance->last_status = status; in speedtch_check_status() 866 instance->last_status = 0xff; in speedtch_bind()
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | governor.h | 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
| H A D | governor_simpleondemand.c | 32 stat = &df->last_status; in devfreq_simple_ondemand_func()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max17040_battery.c | 306 int last_soc, last_status; in max17040_work() local 312 last_status = chip->status; in max17040_work() 316 if (last_soc != chip->soc || last_status != chip->status) in max17040_work()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-mcp2221.c | 200 struct i2c_msg *msg, int type, u8 last_status) in mcp_i2c_write() argument 225 if (last_status) { in mcp_i2c_write() 364 u8 last_status) in mcp_smbus_write() argument 399 if (last_status) { in mcp_smbus_write()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_drv.c | 1041 rknpu_dev->devfreq->last_status.current_frequency = in npu_devfreq_target() 1118 rknpu_dev->devfreq->last_status.current_frequency = freq; in npu_devfreq_target() 1371 rknpu_dev->devfreq->last_status.current_frequency = dp->initial_freq; in rknpu_devfreq_init() 1372 rknpu_dev->devfreq->last_status.total_time = 1; in rknpu_devfreq_init() 1373 rknpu_dev->devfreq->last_status.busy_time = 1; in rknpu_devfreq_init() 1509 rknpu_dev->devfreq->last_status.current_frequency = dp->initial_freq; in rknpu_devfreq_init() 1510 rknpu_dev->devfreq->last_status.total_time = 1; in rknpu_devfreq_init() 1511 rknpu_dev->devfreq->last_status.busy_time = 1; in rknpu_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | devfreq_cooling.c | 236 struct devfreq_dev_status *status = &df->last_status; in devfreq_cooling_get_requested_power() 313 struct devfreq_dev_status *status = &df->last_status; in devfreq_cooling_power2state()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 152 kbdev->devfreq->last_status.current_frequency = freq; in kbase_devfreq_target() 400 kbdev->devfreq->last_status.current_frequency = opp_rate; in kbase_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | sht15.c | 163 unsigned long last_status; member 459 if (time_after(jiffies, data->last_status + timeout) in sht15_update_status() 504 data->last_status = jiffies; in sht15_update_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/c_can/ |
| H A D | c_can.h | 203 int last_status; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | devfreq.h | 184 struct devfreq_dev_status last_status; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_cmd.h | 74 enum hclgevf_cmd_status last_status; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec.c | 335 struct devfreq_dev_status *stat = &devfreq->last_status; in devfreq_target() 412 memcpy(stat, &devfreq->last_status, sizeof(*stat)); in devfreq_get_dev_status() 1381 stat = &dec->devfreq->last_status; in rkvdec_devfreq_init() 1634 stat = &dec->devfreq->last_status; in rkvdec_3328_set_freq() 1677 stat = &dec->devfreq->last_status; in rkvdec_3328_reduce_freq()
|
| H A D | mpp_rkvenc.c | 858 struct devfreq_dev_status *stat = &devfreq->last_status; in rkvenc_devfreq_target() 1065 enc->devfreq->last_status.total_time = 1; in rkvenc_devfreq_init() 1066 enc->devfreq->last_status.busy_time = 1; in rkvenc_devfreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline.c | 177 cur_freq = devfreq->last_status.current_frequency; in kbase_tlstream_current_devfreq_target()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/ |
| H A D | vxge-main.h | 293 enum vxge_hw_status last_status; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/ |
| H A D | mali_kbase_ipa.c | 559 struct devfreq_dev_status *status = &df->last_status; in kbase_get_real_power()
|