Searched refs:hs (Results 1 - 25 of 90) sorted by last modified time

1234

/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/drivers/usb/core/
H A Dhub.c1522 portstr[i] = hub->descriptor->u.hs.DeviceRemovable
2567 if (hub->descriptor->u.hs.DeviceRemovable[port / 8] & (1 << (port % 8)))
6427 if (!(desc->u.hs.DeviceRemovable[i/8] & mask)) {
6429 desc->u.hs.DeviceRemovable[i/8] |= mask;
/linux-master/drivers/spi/
H A Dspi-hisi-kunpeng.c161 static int hisi_spi_debugfs_init(struct hisi_spi *hs) argument
167 host = container_of(hs->dev, struct spi_controller, dev);
169 hs->debugfs = debugfs_create_dir(name, NULL);
170 if (IS_ERR(hs->debugfs))
173 hs->regset.regs = hisi_spi_regs;
174 hs->regset.nregs = ARRAY_SIZE(hisi_spi_regs);
175 hs->regset.base = hs->regs;
176 debugfs_create_regset32("registers", 0400, hs->debugfs, &hs
181 hisi_spi_busy(struct hisi_spi *hs) argument
186 hisi_spi_rx_not_empty(struct hisi_spi *hs) argument
191 hisi_spi_tx_not_full(struct hisi_spi *hs) argument
196 hisi_spi_flush_fifo(struct hisi_spi *hs) argument
207 hisi_spi_disable(struct hisi_spi *hs) argument
224 hisi_spi_reader(struct hisi_spi *hs) argument
250 hisi_spi_writer(struct hisi_spi *hs) argument
323 hisi_spi_hw_init(struct hisi_spi *hs) argument
338 struct hisi_spi *hs = spi_controller_get_devdata(host); local
377 struct hisi_spi *hs = spi_controller_get_devdata(host); local
413 struct hisi_spi *hs = spi_controller_get_devdata(host); local
454 struct hisi_spi *hs; local
527 struct hisi_spi *hs = spi_controller_get_devdata(host); local
[all...]
/linux-master/mm/
H A Dhugetlb.c1505 #define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \
1508 ((node = hstate_next_node_to_free(hs, mask)) || 1); \
H A Dmmap.c1412 struct hstate *hs; local
1414 hs = hstate_sizelog((flags >> MAP_HUGE_SHIFT) & MAP_HUGE_MASK);
1415 if (!hs)
1418 len = ALIGN(len, huge_page_size(hs));
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c9065 void __iomem *hs; local
9074 hs = bp->bar0 + BNXT_FW_HEALTH_WIN_OFF(HCOMM_STATUS_STRUCT_LOC);
9076 sig = readl(hs + offsetof(struct hcomm_status, sig_ver));
9090 status_loc = readl(hs + offsetof(struct hcomm_status,
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c459 * @hs: current power mode
466 u32 hs, u32 rate, bool update_link_startup_timer,
465 ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, u32 hs, u32 rate, bool update_link_startup_timer, bool is_pre_scale_up) argument
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1244 bool hs; local
1251 hs = idpf_vport_get_hsplit(vport) == ETHTOOL_TCP_DATA_SPLIT_ENABLED;
1306 if (hs) {
1350 if (hs) {
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c144 u32 hs; member in struct:pxa_reg_layout
164 .hs = ICR_HS,
173 .hs = ICR_HS,
182 .hs = ICR_HS,
193 .hs = ICR_HS,
202 .hs = ICR_A3700_HS,
1474 i2c->hs_mask = pxa_reg_layout[i2c_type].hs;
/linux-master/drivers/usb/dwc2/
H A Dhcd.c3517 hub_desc->u.hs.DeviceRemovable[0] = 0;
3518 hub_desc->u.hs.DeviceRemovable[1] = 0xff;
5282 "unable to create dwc2 hs isoc desc cache\n");
H A Dgadget.c1407 struct dwc2_hsotg *hs = hs_ep->parent; local
1414 dev_dbg(hs->dev, "%s: req %p: %d@%p, noi=%d, zero=%d, snok=%d\n",
1418 if (hs->lx_state == DWC2_L1) {
1419 dwc2_wakeup_from_lpm_l1(hs, true);
1423 if (hs->lx_state != DWC2_L0) {
1424 dev_dbg(hs->dev, "%s: submit request only in active state\n",
1437 dev_err(hs->dev, "req length > maxpacket*mc\n");
1444 if (using_desc_dma(hs) && hs_ep->isochronous) {
1447 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n",
1453 dev_err(hs
1530 struct dwc2_hsotg *hs = hs_ep->parent; local
4331 struct dwc2_hsotg *hs = hs_ep->parent; local
4361 struct dwc2_hsotg *hs = hs_ep->parent; local
4387 struct dwc2_hsotg *hs = hs_ep->parent; local
4466 struct dwc2_hsotg *hs = hs_ep->parent; local
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c6605 struct fc_host_statistics *hs = &phba->link_stats; local
6649 memset(hs, 0, sizeof (struct fc_host_statistics));
6651 hs->tx_frames = pmb->un.varRdStatus.xmitFrameCnt;
6652 hs->rx_frames = pmb->un.varRdStatus.rcvFrameCnt;
6662 hs->tx_words = (u64)
6667 hs->rx_words = (u64)
6673 hs->tx_words = (uint64_t)
6676 hs->rx_words = (uint64_t)
6702 hs->link_failure_count = pmb->un.varRdLnk.linkFailureCnt;
6703 hs
[all...]
/linux-master/include/linux/usb/
H A Dgadget.h883 struct usb_descriptor_header **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 Dsl811-hcd.c1119 desc->u.hs.DeviceRemovable[0] = 0 << 1;
1120 desc->u.hs.DeviceRemovable[1] = ~0;
/linux-master/drivers/phy/qualcomm/
H A DMakefile20 obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o
22 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S157 b.hs __host_exit
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c2211 struct o2hb_heartbeat_group *hs = NULL; local
2214 hs = kzalloc(sizeof(struct o2hb_heartbeat_group), GFP_KERNEL);
2215 if (hs == NULL)
2218 config_group_init_type_name(&hs->hs_group, "heartbeat",
2221 ret = &hs->hs_group;
2224 kfree(hs);
2230 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); local
2231 kfree(hs);
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c2156 memset(&desc->u.hs.DeviceRemovable[0], 0, temp);
2157 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp);
/linux-master/arch/arm/boot/dts/microchip/
H A DMakefile65 at91-kizbox3-hs.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/microchip/
H A DMakefile65 at91-kizbox3-hs.dtb \
/linux-master/drivers/net/ppp/
H A Dbsd_comp.c130 } hs; member in union:bsd_dict::__anon46
1025 *--p = dictp->f.hs.suffix;
1026 finchar = dictp->f.hs.prefix;
/linux-master/drivers/video/fbdev/
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) |
H A Dacornfb.c415 unsigned long hs, vs; local
418 * hs(Hz) = 10^12 / (pixclock * xtotal)
419 * vs(Hz) = hs(Hz) / ytotal
424 hs = 1953125000 / var->pixclock;
425 hs = hs * 512 /
427 vs = hs /
431 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL;
952 unsigned long hs; local
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1444 memset(&desc->u.hs.DeviceRemovable[0], 0, temp);
1445 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp);

Completed in 709 milliseconds

1234