Home
last modified time | relevance | path

Searched refs:hf (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/can/usb/
H A Dgs_usb.c515 const struct gs_host_frame *hf) in gs_usb_set_timestamp()
519 if (hf->flags & GS_CAN_FLAG_FD) in gs_usb_set_timestamp()
520 timestamp = le32_to_cpu(hf->canfd_ts->timestamp_us); in gs_usb_set_timestamp()
522 timestamp = le32_to_cpu(hf->classic_can_ts->timestamp_us); in gs_usb_set_timestamp()
531 const struct gs_host_frame *hf) in gs_usb_rx_offload()
537 const u32 ts = gs_usb_set_timestamp(dev, skb, hf); in gs_usb_rx_offload()
550 const struct gs_host_frame *hf) in gs_usb_get_echo_skb()
553 const u32 echo_id = hf->echo_id; in gs_usb_get_echo_skb()
557 const u32 ts = gs_usb_set_timestamp(dev, skb, hf); in gs_usb_get_echo_skb()
576 struct gs_host_frame *hf in gs_usb_receive_bulk_callback() local
514 gs_usb_set_timestamp(struct gs_can *dev, struct sk_buff *skb, const struct gs_host_frame *hf) gs_usb_set_timestamp() argument
530 gs_usb_rx_offload(struct gs_can *dev, struct sk_buff *skb, const struct gs_host_frame *hf) gs_usb_rx_offload() argument
549 gs_usb_get_echo_skb(struct gs_can *dev, struct sk_buff *skb, const struct gs_host_frame *hf) gs_usb_get_echo_skb() argument
761 struct gs_host_frame *hf; gs_can_start_xmit() local
875 struct gs_host_frame *hf; gs_can_open() local
1413 struct gs_host_frame *hf; gs_usb_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/net/can/usb/
H A Dgs_usb.c305 struct gs_host_frame *hf = urb->transfer_buffer; in gs_usb_receive_bulk_callback() local
324 if (hf->channel >= GS_MAX_INTF) in gs_usb_receive_bulk_callback()
327 dev = usbcan->canch[hf->channel]; in gs_usb_receive_bulk_callback()
335 if (hf->echo_id == -1) { /* normal rx */ in gs_usb_receive_bulk_callback()
340 cf->can_id = le32_to_cpu(hf->can_id); in gs_usb_receive_bulk_callback()
342 cf->can_dlc = get_can_dlc(hf->can_dlc); in gs_usb_receive_bulk_callback()
343 memcpy(cf->data, hf->data, 8); in gs_usb_receive_bulk_callback()
346 if (le32_to_cpu(hf->can_id) & CAN_ERR_FLAG) in gs_usb_receive_bulk_callback()
350 netdev->stats.rx_bytes += hf->can_dlc; in gs_usb_receive_bulk_callback()
353 } else { /* echo_id == hf in gs_usb_receive_bulk_callback()
478 struct gs_host_frame *hf; gs_can_start_xmit() local
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H 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)
685 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
688 hf.write('<div id="dmesglog" style="display:none;">\n')
691 hf.write(line)
692 hf.write('</div>\n')
695 aslib.addScriptCode(hf, [dat
[all...]
H A Dsleepgraph.py3957 def callgraphHTML(sv, hf, num, cg, title, color, devid):
3972 hf.write(html_func_top.format(cgid, color, num, title, flen))
3981 hf.write(html_func_leaf.format(line.name, flen))
3983 hf.write(html_func_end)
3985 hf.write(html_func_start.format(num, line.name, flen))
3987 hf.write(html_func_end)
3990 def addCallgraphs(sv, hf, data):
3991 hf.write('<section id="callgraphs" class="callgraph">\n')
4018 num = callgraphHTML(sv, hf, num, cg,
4022 num = callgraphHTML(sv, hf, nu
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H 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)
687 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
690 hf.write('<div id="dmesglog" style="display:none;">\n')
693 hf.write(line)
694 hf.write('</div>\n')
697 aslib.addScriptCode(hf, [dat
[all...]
H A Dsleepgraph.py4212 def callgraphHTML(sv, hf, num, cg, title, color, devid):
4227 hf.write(html_func_top.format(cgid, color, num, title, flen))
4238 hf.write(html_func_leaf.format(line.name, flen))
4240 hf.write(html_func_end)
4242 hf.write(html_func_start.format(num, line.name, flen))
4244 hf.write(html_func_end)
4247 def addCallgraphs(sv, hf, data):
4248 hf.write('<section id="callgraphs" class="callgraph">\n')
4275 num = callgraphHTML(sv, hf, num, cg,
4279 num = callgraphHTML(sv, hf, nu
[all...]
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H 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 in ipu_rot_mode_to_degrees()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H 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 in ipu_rot_mode_to_degrees()
[all...]
/kernel/linux/linux-5.10/drivers/char/
H 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()
/kernel/linux/linux-6.6/drivers/char/
H A Ddsp56k.c362 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dacornfb.h93 u_int hf; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dacornfb.h93 u_int hf; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dmain.c1092 u64 hf; in b43_dump_keymemory() local
1098 hf = b43_hf_read(dev); in b43_dump_keymemory()
1100 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4691 u64 hf; in b43_bluetooth_coext_enable() local
4700 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4702 hf |= B43_HF_BTCOEXALT; 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 in b43_wireless_core_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.c1092 u64 hf; in b43_dump_keymemory() local
1098 hf = b43_hf_read(dev); in b43_dump_keymemory()
1100 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory()
4694 u64 hf; in b43_bluetooth_coext_enable() local
4703 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable()
4705 hf |= B43_HF_BTCOEXALT; 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 in b43_wireless_core_init()
[all...]
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c2236 unsigned int hf, vf; in calc_core_clk_34xx() local
2244 hf = 4; in calc_core_clk_34xx()
2246 hf = 3; in calc_core_clk_34xx()
2248 hf = 2; in calc_core_clk_34xx()
2250 hf = 1; in calc_core_clk_34xx()
2256 return pclk * vf * hf; in calc_core_clk_34xx()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H 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 87 milliseconds