Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/drivers/net/can/usb/
A Dgs_usb.c602 hf->echo_id); in gs_usb_receive_bulk_callback()
612 hf->echo_id); in gs_usb_receive_bulk_callback()
719 struct gs_host_frame *hf; in gs_can_start_xmit() local
740 if (!hf) { in gs_can_start_xmit()
752 hf->echo_id = idx; in gs_can_start_xmit()
754 hf->flags = 0; in gs_can_start_xmit()
755 hf->reserved = 0; in gs_can_start_xmit()
780 hf, dev->hf_size_tx, in gs_can_start_xmit()
817 kfree(hf); in gs_can_start_xmit()
835 struct gs_host_frame *hf; in gs_can_open() local
[all …]
/linux-6.3-rc2/tools/power/pm-graph/
A Dbootgraph.py632 hf = open(sysvals.htmlfile, 'w')
652 aslib.addCSS(hf, sysvals, 1, False, extra)
655 hf.write(devtl.html)
679 hf.write(html)
683 aslib.addCallgraphs(sysvals, hf, data)
690 hf.write('<div id="dmesglog" style="display:none;">\n')
693 hf.write(line)
694 hf.write('</div>\n')
697 aslib.addScriptCode(hf, [data])
698 hf.write('</body>\n</html>\n')
[all …]
A Dsleepgraph.py4454 hf.close()
4519 hf.close()
4563 hf.close()
4879 hf.write(devtl.html)
4899 hf.write('</div>\n')
4900 hf.write('</div>\n')
4919 hf.write(line)
4921 hf.write('</div>\n')
4927 hf.write(line)
4929 hf.write('</div>\n')
[all …]
/linux-6.3-rc2/drivers/gpu/ipu-v3/
A Dipu-common.c139 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local
143 vf = hf = r90 = 0; in ipu_degrees_to_rot_mode()
146 vf = hf = 0; in ipu_degrees_to_rot_mode()
150 vf = hf = 1; in ipu_degrees_to_rot_mode()
154 vf = hf = r90 = 1; in ipu_degrees_to_rot_mode()
160 hf ^= (u32)hflip; in ipu_degrees_to_rot_mode()
163 *mode = (enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf); in ipu_degrees_to_rot_mode()
171 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local
174 hf = ((u32)mode >> 1) & 0x1; in ipu_rot_mode_to_degrees()
176 hf ^= (u32)hflip; in ipu_rot_mode_to_degrees()
[all …]
/linux-6.3-rc2/drivers/char/
A Ddsp56k.c360 struct dsp56k_host_flags __user *hf = argp; in dsp56k_ioctl() local
362 if(get_user(dir, &hf->dir) < 0) in dsp56k_ioctl()
364 if(get_user(out, &hf->out) < 0) in dsp56k_ioctl()
383 return put_user(status, &hf->status); in dsp56k_ioctl()
/linux-6.3-rc2/drivers/video/fbdev/
A Dacornfb.h93 u_int hf; member
/linux-6.3-rc2/Documentation/devicetree/bindings/display/msm/
A Dqcom,sc7180-dpu.yaml30 - description: Display hf axi clock
A Dqcom,sm8150-dpu.yaml31 - description: Display hf axi clock
A Dqcom,sm8250-dpu.yaml31 - description: Display hf axi clock
A Dqcom,sc7280-dpu.yaml30 - description: Display hf axi clock
A Dqcom,sc8280xp-dpu.yaml33 - description: Display hf axi clock
A Dqcom,sm8350-dpu.yaml30 - description: Display hf axi clock
A Dqcom,sm8450-dpu.yaml30 - description: Display hf axi
A Dqcom,sm8350-mdss.yaml26 - description: Display hf axi clock
A Dqcom,sm8150-mdss.yaml27 - description: Display hf axi clock
A Dqcom,sm8250-mdss.yaml26 - description: Display hf axi clock
A Dqcom,sm8450-mdss.yaml25 - description: Display hf AXI
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dmain.c1092 u64 hf; in b43_dump_keymemory() local
1098 hf = b43_hf_read(dev); in b43_dump_keymemory()
4692 u64 hf; in b43_bluetooth_coext_enable() local
4701 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4705 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4706 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4815 u64 hf; in b43_wireless_core_init() local
4858 hf = b43_hf_read(dev); in b43_wireless_core_init()
4860 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4862 hf |= B43_HF_GDCW; in b43_wireless_core_init()
[all …]
/linux-6.3-rc2/scripts/package/
A Dmkdebian59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/
A Dmain.c3257 u32 hf; in b43legacy_wireless_core_init() local
3295 hf = b43legacy_hf_read(dev); in b43legacy_wireless_core_init()
3297 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()
3299 hf |= B43legacy_HF_GDCW; in b43legacy_wireless_core_init()
3301 hf |= B43legacy_HF_OFDMPABOOST; in b43legacy_wireless_core_init()
3303 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()
3305 hf &= ~B43legacy_HF_GDCW; in b43legacy_wireless_core_init()
3307 b43legacy_hf_write(dev, hf); in b43legacy_wireless_core_init()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c2208 unsigned int hf, vf; in calc_core_clk_34xx() local
2216 hf = 4; in calc_core_clk_34xx()
2218 hf = 3; in calc_core_clk_34xx()
2220 hf = 2; in calc_core_clk_34xx()
2222 hf = 1; in calc_core_clk_34xx()
2228 return pclk * vf * hf; in calc_core_clk_34xx()
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/addac/
A Dadi,ad74115.yaml118 adi,hf-buffer-low-power:
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c2245 unsigned int hf, vf; in calc_core_clk_34xx() local
2253 hf = 4; in calc_core_clk_34xx()
2255 hf = 3; in calc_core_clk_34xx()
2257 hf = 2; in calc_core_clk_34xx()
2259 hf = 1; in calc_core_clk_34xx()
2265 return pclk * vf * hf; in calc_core_clk_34xx()

Completed in 82 milliseconds