Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
A Dgs_usb.c356 hf->echo_id); in gs_usb_receive_bulk_callback()
399 hf, in gs_usb_receive_bulk_callback()
494 hf = usb_alloc_coherent(dev->udev, sizeof(*hf), GFP_ATOMIC, in gs_can_start_xmit()
496 if (!hf) { in gs_can_start_xmit()
508 hf->echo_id = idx; in gs_can_start_xmit()
520 hf, in gs_can_start_xmit()
521 sizeof(*hf), in gs_can_start_xmit()
541 sizeof(*hf), in gs_can_start_xmit()
542 hf, in gs_can_start_xmit()
564 sizeof(*hf), in gs_can_start_xmit()
[all …]
/linux/tools/power/pm-graph/
A Dbootgraph.py630 hf = open(sysvals.htmlfile, 'w')
650 aslib.addCSS(hf, sysvals, 1, False, extra)
653 hf.write(devtl.html)
677 hf.write(html)
681 aslib.addCallgraphs(sysvals, hf, data)
688 hf.write('<div id="dmesglog" style="display:none;">\n')
691 hf.write(line)
692 hf.write('</div>\n')
695 aslib.addScriptCode(hf, [data])
696 hf.write('</body>\n</html>\n')
[all …]
A Dsleepgraph.py4302 hf.close()
4367 hf.close()
4411 hf.close()
4730 hf.write(devtl.html)
4750 hf.write('</div>\n')
4751 hf.write('</div>\n')
4770 hf.write(line)
4772 hf.write('</div>\n')
4778 hf.write(line)
4780 hf.write('</div>\n')
[all …]
/linux/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/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/drivers/video/fbdev/
A Dacornfb.h93 u_int hf; member
/linux/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()
4691 u64 hf; in b43_bluetooth_coext_enable() local
4700 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4704 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable()
4705 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable()
4814 u64 hf; in b43_wireless_core_init() local
4857 hf = b43_hf_read(dev); in b43_wireless_core_init()
4859 hf |= B43_HF_SYMW; in b43_wireless_core_init()
4861 hf |= B43_HF_GDCW; in b43_wireless_core_init()
[all …]
/linux/scripts/package/
A Dmkdebian59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
/linux/Documentation/devicetree/bindings/display/msm/
A Ddpu-sc7180.yaml90 - description: Display hf axi clock
A Ddpu-sc7280.yaml88 - description: Display hf axi clock
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dmain.c3256 u32 hf; in b43legacy_wireless_core_init() local
3294 hf = b43legacy_hf_read(dev); in b43legacy_wireless_core_init()
3296 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()
3298 hf |= B43legacy_HF_GDCW; in b43legacy_wireless_core_init()
3300 hf |= B43legacy_HF_OFDMPABOOST; in b43legacy_wireless_core_init()
3302 hf |= B43legacy_HF_SYMW; in b43legacy_wireless_core_init()
3304 hf &= ~B43legacy_HF_GDCW; in b43legacy_wireless_core_init()
3306 b43legacy_hf_write(dev, hf); in b43legacy_wireless_core_init()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c2210 unsigned int hf, vf; in calc_core_clk_34xx() local
2218 hf = 4; in calc_core_clk_34xx()
2220 hf = 3; in calc_core_clk_34xx()
2222 hf = 2; in calc_core_clk_34xx()
2224 hf = 1; in calc_core_clk_34xx()
2230 return pclk * vf * hf; in calc_core_clk_34xx()
/linux/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c2248 unsigned int hf, vf; in calc_core_clk_34xx() local
2256 hf = 4; in calc_core_clk_34xx()
2258 hf = 3; in calc_core_clk_34xx()
2260 hf = 2; in calc_core_clk_34xx()
2262 hf = 1; in calc_core_clk_34xx()
2268 return pclk * vf * hf; in calc_core_clk_34xx()

Completed in 60 milliseconds