| /linux/drivers/net/can/usb/ |
| A D | gs_usb.c | 647 hf->echo_id); in gs_usb_receive_bulk_callback() 657 hf->echo_id); in gs_usb_receive_bulk_callback() 764 struct gs_host_frame *hf; in gs_can_start_xmit() local 785 if (!hf) in gs_can_start_xmit() 795 hf->echo_id = idx; in gs_can_start_xmit() 797 hf->flags = 0; in gs_can_start_xmit() 798 hf->reserved = 0; in gs_can_start_xmit() 823 hf, dev->hf_size_tx, in gs_can_start_xmit() 860 kfree(hf); in gs_can_start_xmit() 878 struct gs_host_frame *hf; in gs_can_open() local [all …]
|
| /linux/tools/power/pm-graph/ |
| A D | bootgraph.py | 632 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 D | sleepgraph.py | 4477 hf.close() 4542 hf.close() 4586 hf.close() 4902 hf.write(devtl.html) 4922 hf.write('</div>\n') 4923 hf.write('</div>\n') 4942 hf.write(line) 4944 hf.write('</div>\n') 4950 hf.write(line) 4957 hf.close() [all …]
|
| /linux/drivers/gpu/ipu-v3/ |
| A D | ipu-common.c | 139 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 D | dsp56k.c | 362 struct dsp56k_host_flags __user *hf = argp; in dsp56k_ioctl() local 364 if(get_user(dir, &hf->dir) < 0) in dsp56k_ioctl() 366 if(get_user(out, &hf->out) < 0) in dsp56k_ioctl() 385 return put_user(status, &hf->status); in dsp56k_ioctl()
|
| /linux/drivers/video/fbdev/ |
| A D | acornfb.h | 93 u_int hf; member
|
| /linux/Documentation/devicetree/bindings/display/msm/ |
| A D | qcom,sc7280-dpu.yaml | 30 - description: Display hf axi clock
|
| A D | qcom,sm8150-dpu.yaml | 31 - description: Display hf axi clock
|
| A D | qcom,sm8250-dpu.yaml | 31 - description: Display hf axi clock
|
| A D | qcom,sm8650-dpu.yaml | 32 - description: Display hf axi
|
| A D | qcom,sc7180-dpu.yaml | 35 - description: Display hf axi clock
|
| A D | qcom,sc8280xp-dpu.yaml | 33 - description: Display hf axi clock
|
| A D | qcom,sm7150-dpu.yaml | 30 - description: Display hf axi clock
|
| A D | qcom,sm8350-dpu.yaml | 30 - description: Display hf axi clock
|
| A D | qcom,sm8550-dpu.yaml | 31 - description: Display hf axi
|
| A D | qcom,sm8450-dpu.yaml | 30 - description: Display hf axi
|
| A D | qcom,x1e80100-mdss.yaml | 25 - description: Display hf AXI
|
| A D | qcom,sm8350-mdss.yaml | 26 - description: Display hf axi clock
|
| A D | qcom,sm8650-mdss.yaml | 25 - description: Display hf AXI
|
| A D | qcom,sm8550-mdss.yaml | 26 - description: Display hf AXI
|
| A D | qcom,sm8150-mdss.yaml | 27 - description: Display hf axi clock
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| A D | main.c | 1092 u64 hf; in b43_dump_keymemory() local 1098 hf = b43_hf_read(dev); in b43_dump_keymemory() 4694 u64 hf; in b43_bluetooth_coext_enable() local 4703 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable() 4707 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable() 4708 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable() 4817 u64 hf; in b43_wireless_core_init() local 4860 hf = b43_hf_read(dev); in b43_wireless_core_init() 4862 hf |= B43_HF_SYMW; in b43_wireless_core_init() 4864 hf |= B43_HF_GDCW; in b43_wireless_core_init() [all …]
|
| /linux/scripts/package/ |
| A D | mkdebian | 59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8qm.dtsi | 493 clk_esai1_rx_hf_clk: clock-esai1-rx-hf { 507 clk_esai1_tx_hf_clk: clock-esai1-tx-hf {
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| A D | main.c | 3257 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()
|