Searched refs:hs (Results 51 - 75 of 90) sorted by relevance

1234

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S157 b.hs __host_exit
/linux-master/drivers/usb/gadget/
H A Dcomposite.c625 int hs = 0; local
627 hs = 1;
629 hs = !hs;
630 if (hs)
682 int hs = 0; local
688 hs = 1;
694 hs = !hs;
704 } else if (hs) {
[all...]
/linux-master/arch/arm/include/asm/
H A Dassembler.h206 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
545 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/linux-master/drivers/video/fbdev/
H A Dasiliantfb.c176 unsigned hs = (p->var.xres + p->var.right_margin) / 8; local
196 write_cr(0x04, hs);
H A Damifb.c2056 u_short hs, vs, ve; local
2073 hs = par->diwstrt_h + (mx << par->clk_shift) - 4;
2078 lofsprite[0] = spr2hw_pos(vs, hs);
2079 shfsprite[0] = spr2hw_pos(vs + 1, hs);
2081 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve);
2082 shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve + 1);
2085 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve + 1);
2086 shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve);
2089 lofsprite[0] = spr2hw_pos(vs, hs) | (IS_AGA && (par->fmode & FMODE_BSCAN2) ? 0x80 : 0);
2090 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, v
[all...]
H A Dtdfxfb.c550 u32 hd, hs, he, ht, hbs, hbe; local
581 hs = (hsyncsta >> 3) - 1;
646 reg.crt[0x04] = hs;
671 ((hs & 0x100) >> 2) |
/linux-master/arch/arm64/lib/
H A Dstrncmp.S182 b.hs L(try_misaligned_words)
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c769 DBG(data->dev, "config %s, bad hs length or type\n",
1312 int hs = 0; local
1319 hs = (dev->gadget->speed == USB_SPEED_HIGH);
1321 hs = !hs;
1323 if (hs) {
/linux-master/drivers/usb/host/
H A Dxhci-hub.c322 memset(desc->u.hs.DeviceRemovable, 0xff,
323 sizeof(desc->u.hs.DeviceRemovable));
324 memset(desc->u.hs.PortPwrCtrlMask, 0xff,
325 sizeof(desc->u.hs.PortPwrCtrlMask));
328 memset(&desc->u.hs.DeviceRemovable[i], port_removable[i],
H A Dehci-hub.c714 memset(&desc->u.hs.DeviceRemovable[0], 0, temp);
715 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp);
H A Dxen-hcd.c373 memset(&desc->u.hs.DeviceRemovable[0], 0, temp);
374 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp);
H A Disp116x-hcd.c958 desc->u.hs.DeviceRemovable[0] = 0;
959 desc->u.hs.DeviceRemovable[1] = ~0;
H A Dsl811-hcd.c1119 desc->u.hs.DeviceRemovable[0] = 0 << 1;
1120 desc->u.hs.DeviceRemovable[1] = ~0;
/linux-master/drivers/i2c/busses/
H A Di2c-mt65xx.c276 u16 hs; member in struct:mtk_i2c_ac_timing
612 mtk_i2c_writew(i2c, i2c->ac_timing.hs, OFFSET_HS);
752 i2c->ac_timing.hs = I2C_TIME_DEFAULT_VALUE |
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c28 #include <nvfw/hs.h>
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S316 cmp/hs k0, k1 ! test k1 (saved PC) >= k0 (saved r0)
475 cmp/hs r5, r4 ! is it a valid IRQ?
/linux-master/ipc/
H A Dshm.c740 struct hstate *hs; local
743 hs = hstate_sizelog((shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK);
744 if (!hs) {
748 hugesize = ALIGN(size, huge_page_size(hs));
/linux-master/include/linux/usb/
H A Dgadget.h883 struct usb_descriptor_header **hs,
/linux-master/drivers/pci/hotplug/
H A Dibmphp_core.c893 static int enable_slot(struct hotplug_slot *hs) argument
903 slot_cur = to_slot(hs);
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c139 .u.hs.DeviceRemovable[0] = 0,
140 .u.hs.DeviceRemovable[1] = 0xff,
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c1225 desc->u.hs.DeviceRemovable[0] = (roothub_id << 1);
1226 desc->u.hs.DeviceRemovable[1] = ~0;
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c212 struct usb_endpoint_descriptor *hs,
219 return hs;
210 ep_desc(struct usb_gadget *gadget, struct usb_endpoint_descriptor *fs, struct usb_endpoint_descriptor *hs, struct usb_endpoint_descriptor *ss) argument
/linux-master/drivers/usb/usbip/
H A Dvhci_hcd.c311 memset(&desc->u.hs.DeviceRemovable[0], 0, width);
312 memset(&desc->u.hs.DeviceRemovable[width], 0xff, width);
1365 pr_err("usb_add_hcd hs failed %d\n", ret);
/linux-master/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c225 static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs, argument
233 /* XXX: pipe, hs */
234 if (hs)
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c3028 bool onoff, rf, ipc, vs, hs, de; local
3053 hs = true;
3056 hs = false;
3102 FLD_VAL(hs, 13, 13) |

Completed in 273 milliseconds

1234