Home
last modified time | relevance | path

Searched refs:stc (Results 1 – 7 of 7) sorted by relevance

/drivers/thermal/tegra/
Dsoctherm.c515 struct soctherm_throt_cfg *stc, in throttrip_program() argument
523 if (!sg || !stc || !stc->init) in throttrip_program()
529 throt = stc->id; in throttrip_program()
617 struct soctherm_throt_cfg *stc; in tegra_thermctl_set_trip_temp() local
624 stc = find_throttle_cfg_by_name(ts, cdev->type); in tegra_thermctl_set_trip_temp()
628 return throttrip_program(dev, sg, stc, temp); in tegra_thermctl_set_trip_temp()
744 struct soctherm_throt_cfg *stc; in tegra_soctherm_set_hwtrips() local
777 stc = find_throttle_cfg_by_name(ts, cdev->type); in tegra_soctherm_set_hwtrips()
781 ret = throttrip_program(dev, sg, stc, temperature); in tegra_soctherm_set_hwtrips()
1585 struct soctherm_throt_cfg *stc) in soctherm_oc_cfg_parse() argument
[all …]
/drivers/usb/gadget/function/
Duvc_video.c48 u32 sof, stc; in uvc_video_encode_header() local
52 stc = ((u64)ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / NSEC_PER_USEC) * 48; in uvc_video_encode_header()
55 put_unaligned_le32(stc, &data[pos]); in uvc_video_encode_header()
/drivers/mfd/
Dsi476x-i2c.c415 atomic_set(&core->stc, 1); in si476x_core_pronounce_dead()
510 atomic_set(&core->stc, 1); in si476x_core_get_and_signal_status()
Dsi476x-cmd.c380 atomic_set(&core->stc, 0); in si476x_cmd_tune_seek_freq()
385 atomic_read(&core->stc)); in si476x_cmd_tune_seek_freq()
/drivers/staging/media/deprecated/saa7146/av7110/
Dav7110.c1100 uint64_t *stc, unsigned int *base) in dvb_get_stc() argument
1127 *stc = (((uint64_t) ((fwstc[3] & 0x8000) >> 15)) << 32) | in dvb_get_stc()
1131 dprintk(4, "stc = %lu\n", (unsigned long)*stc); in dvb_get_stc()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.c5922 u8 stc; in mac80211_wlc_set_nrate() local
5923 stc = 1; /* Nss for single stream is always 1 */ in mac80211_wlc_set_nrate()
5924 rspec |= (stc << RSPEC_STC_SHIFT); in mac80211_wlc_set_nrate()
6317 u8 stc; in brcms_c_d11hdrs_mac80211() local
6320 stc = 1; in brcms_c_d11hdrs_mac80211()
6323 (stc << RSPEC_STC_SHIFT); in brcms_c_d11hdrs_mac80211()
/drivers/media/dvb-core/
Ddmxdev.c1104 &((struct dmx_stc *)parg)->stc, in dvb_demux_do_ioctl()