/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 210 cfs_hash_lock_setup(struct cfs_hash *hs) in cfs_hash_lock_setup() argument 212 if (cfs_hash_with_no_lock(hs)) { in cfs_hash_lock_setup() 213 hs->hs_lops = &cfs_hash_nl_lops; in cfs_hash_lock_setup() 215 } else if (cfs_hash_with_no_bktlock(hs)) { in cfs_hash_lock_setup() 216 hs->hs_lops = &cfs_hash_nbl_lops; in cfs_hash_lock_setup() 217 spin_lock_init(&hs->hs_lock.spin); in cfs_hash_lock_setup() 219 } else if (cfs_hash_with_rehash(hs)) { in cfs_hash_lock_setup() 220 rwlock_init(&hs->hs_lock.rw); in cfs_hash_lock_setup() 222 if (cfs_hash_with_rw_bktlock(hs)) in cfs_hash_lock_setup() 223 hs->hs_lops = &cfs_hash_bkt_rw_lops; in cfs_hash_lock_setup() [all …]
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 288 struct hlist_head *(*hop_hhead)(struct cfs_hash *hs, struct cfs_hash_bd *bd); 290 int (*hop_hhead_size)(struct cfs_hash *hs); 292 int (*hop_hnode_add)(struct cfs_hash *hs, 295 int (*hop_hnode_del)(struct cfs_hash *hs, 301 unsigned (*hs_hash)(struct cfs_hash *hs, const void *key, unsigned mask); 314 void (*hs_get)(struct cfs_hash *hs, struct hlist_node *hnode); 316 void (*hs_put)(struct cfs_hash *hs, struct hlist_node *hnode); 318 void (*hs_put_locked)(struct cfs_hash *hs, struct hlist_node *hnode); 320 void (*hs_exit)(struct cfs_hash *hs, struct hlist_node *hnode); 324 #define CFS_HASH_NBKT(hs) \ argument [all …]
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | security.c | 370 struct usb_handshake *hs; in wusb_dev_4way_handshake() local 376 hs = kcalloc(3, sizeof(hs[0]), GFP_KERNEL); in wusb_dev_4way_handshake() 377 if (hs == NULL) { in wusb_dev_4way_handshake() 391 hs[0].bMessageNumber = 1; in wusb_dev_4way_handshake() 392 hs[0].bStatus = 0; in wusb_dev_4way_handshake() 393 memcpy(hs[0].tTKID, &tkid_le, sizeof(hs[0].tTKID)); in wusb_dev_4way_handshake() 394 hs[0].bReserved = 0; in wusb_dev_4way_handshake() 395 memcpy(hs[0].CDID, &wusb_dev->cdid, sizeof(hs[0].CDID)); in wusb_dev_4way_handshake() 396 get_random_bytes(&hs[0].nonce, sizeof(hs[0].nonce)); in wusb_dev_4way_handshake() 397 memset(hs[0].MIC, 0, sizeof(hs[0].MIC)); /* Per WUSB1.0[T7-22] */ in wusb_dev_4way_handshake() [all …]
|
D | rh.c | 196 memset(&descr->u.hs.DeviceRemovable[0], 0, temp); in wusbhc_rh_get_hub_descr() 197 memset(&descr->u.hs.DeviceRemovable[temp], 0xff, temp); in wusbhc_rh_get_hub_descr()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 216 u8 cmd, u8 param, bool hs) in send_short_pkg() argument 223 if (hs) { in send_short_pkg() 242 u8 *data, int len, bool hs) in send_long_pkg() argument 253 if (hs) { in send_long_pkg() 371 u8 *data, u16 len, bool hs) in send_pkg() argument 404 ret = send_short_pkg(sender, data_type, data[0], data[1], hs); in send_pkg() 408 ret = send_long_pkg(sender, data_type, data, len, hs); in send_pkg() 420 u32 len, bool hs) in mdfld_dsi_send_mcs_long() argument 430 send_pkg(sender, MIPI_DSI_DCS_LONG_WRITE, data, len, hs); in mdfld_dsi_send_mcs_long() 437 u8 param, u8 param_num, bool hs) in mdfld_dsi_send_mcs_short() argument [all …]
|
D | mdfld_dsi_pkg_sender.h | 69 u8 param, u8 param_num, bool hs); 71 u32 len, bool hs); 73 u8 param1, u8 param_num, bool hs); 75 u32 len, bool hs); 78 u32 *data, u16 len, bool hs);
|
D | mdfld_dsi_output.c | 187 u8 dcs, u32 *data, bool hs) in mdfld_dsi_get_panel_status() argument 197 return mdfld_dsi_read_mcs(sender, dcs, data, 1, hs); in mdfld_dsi_get_panel_status() 201 bool hs) in mdfld_dsi_get_power_mode() argument 208 return mdfld_dsi_get_panel_status(dsi_config, 0x0a, mode, hs); in mdfld_dsi_get_power_mode()
|
D | mdfld_dsi_output.h | 374 u32 *mode, bool hs);
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 59 struct hcall_stats *hs = m->private; in hc_show() local 61 if (hs[h_num].num_calls) { in hc_show() 64 hs[h_num].num_calls, in hc_show() 65 hs[h_num].tb_total, in hc_show() 66 hs[h_num].purr_total); in hc_show() 69 hs[h_num].num_calls, in hc_show() 70 hs[h_num].tb_total); in hc_show()
|
/linux-4.1.27/drivers/block/paride/ |
D | pg.c | 572 int hs = sizeof (hdr); in pg_write() local 576 if (count < hs) in pg_write() 579 if (copy_from_user(&hdr, buf, hs)) in pg_write() 586 if ((count - hs) > PG_MAX_DATA) in pg_write() 590 if (count != hs) in pg_write() 611 if (copy_from_user(dev->bufptr, buf + hs, count - hs)) in pg_write() 620 int hs = sizeof (hdr); in pg_read() local 625 if (count < hs) in pg_read() 642 if (copy > (count - hs)) in pg_read() 643 copy = count - hs; in pg_read() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 600 struct cfs_hash *hs; in lu_object_new() local 608 hs = dev->ld_site->ls_obj_hash; in lu_object_new() 609 cfs_hash_bd_get_and_lock(hs, (void *)f, &bd, 1); in lu_object_new() 610 bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_object_new() 611 cfs_hash_bd_add_locked(hs, &bd, &o->lo_header->loh_hash); in lu_object_new() 613 cfs_hash_bd_unlock(hs, &bd, 1); in lu_object_new() 629 struct cfs_hash *hs; in lu_object_find_try() local 657 hs = s->ls_obj_hash; in lu_object_find_try() 658 cfs_hash_bd_get_and_lock(hs, (void *)f, &bd, 1); in lu_object_find_try() 660 cfs_hash_bd_unlock(hs, &bd, 1); in lu_object_find_try() [all …]
|
D | obd_config.c | 1766 uuid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in uuid_hash() argument 1805 uuid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_get() argument 1814 uuid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_put_locked() argument 1837 nid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in nid_hash() argument 1875 nid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in nid_export_get() argument 1884 nid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in nid_export_put_locked() argument 1929 nidstats_get(struct cfs_hash *hs, struct hlist_node *hnode) in nidstats_get() argument 1938 nidstats_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in nidstats_put_locked() argument
|
D | lprocfs_status.c | 1546 int lprocfs_exp_print_uuid(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lprocfs_exp_print_uuid() argument 1550 struct obd_export *exp = cfs_hash_object(hs, hnode); in lprocfs_exp_print_uuid() 1577 int lprocfs_exp_print_hash(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lprocfs_exp_print_hash() argument 1582 struct obd_export *exp = cfs_hash_object(hs, hnode); in lprocfs_exp_print_hash() 1589 cfs_hash_debug_str(hs, data->m); in lprocfs_exp_print_hash()
|
D | cl_object.c | 608 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) in cl_env_hops_noop() argument
|
/linux-4.1.27/arch/arm/mach-imx/devices/ |
D | platform-mxc-ehci.c | 14 #define imx_mxc_ehci_data_entry_single(soc, _id, hs) \ argument 17 .iobase = soc ## _USB_ ## hs ## _BASE_ADDR, \ 18 .irq = soc ## _INT_USB_ ## hs, \
|
/linux-4.1.27/arch/arm64/boot/dts/exynos/ |
D | exynos7-pinctrl.dtsi | 176 hs_i2c10_bus: hs-i2c10-bus { 183 hs_i2c11_bus: hs-i2c11-bus { 190 hs_i2c2_bus: hs-i2c2-bus { 218 hs_i2c3_bus: hs-i2c3-bus { 239 hs_i2c0_bus: hs-i2c0-bus { 246 hs_i2c1_bus: hs-i2c1-bus { 253 hs_i2c9_bus: hs-i2c9-bus { 288 hs_i2c8_bus: hs-i2c8-bus { 323 hs_i2c4_bus: hs-i2c4-bus { 330 hs_i2c5_bus: hs-i2c5-bus { [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen.txt | 70 clock-output-names = "clk-s-a0-pll0-hs", 85 clk_s_a0_hs: clk-s-a0-hs { 87 compatible = "st,clkgena-divmux-c65-hs", 91 <&clk-s_a0_pll 0>, /* pll0 hs */
|
D | st,clkgen-divmux.txt | 12 "st,clkgena-divmux-c65-hs", "st,clkgena-divmux"
|
D | st,clkgen-pll.txt | 47 clock-output-names = "clk-s-a0-pll0-hs",
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 164 conn_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in conn_hashfn() argument 199 conn_get(struct cfs_hash *hs, struct hlist_node *hnode) in conn_get() argument 208 conn_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in conn_put_locked() argument 217 conn_exit(struct cfs_hash *hs, struct hlist_node *hnode) in conn_exit() argument
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget-sourcesink | 9 isoc_maxpacket - 0 - 1023 (fs), 0 - 1024 (hs/ss) 10 isoc_mult - 0..2 (hs/ss only)
|
D | configfs-usb-gadget-uvc | 7 streaming_maxpacket - 1..1023 (fs), 1..3072 (hs/ss) 122 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class/hs
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | sossi.c | 398 int hs, vs; in sossi_setup_tearsync() local 404 hs = ps_to_sossi_ticks(hs_pulse_time, div); in sossi_setup_tearsync() 406 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync() 410 if (hs > 8) in sossi_setup_tearsync() 411 hs = 8; in sossi_setup_tearsync() 412 if (hs) in sossi_setup_tearsync() 413 hs--; in sossi_setup_tearsync() 417 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync() 423 l |= hs; in sossi_setup_tearsync()
|
D | hwa742.c | 793 int hs, vs; in setup_tearsync() local 850 hs = hndp; in setup_tearsync() 858 hs = hsw; in setup_tearsync() 866 hs = hs * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync() 867 hs *= 1000; in setup_tearsync() 872 if (vs <= hs) in setup_tearsync() 875 vs = hs * 12 / 10; in setup_tearsync() 877 hs = 10000; in setup_tearsync() 892 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync() 894 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | config.c | 164 struct usb_descriptor_header **hs, in usb_assign_descriptors() argument 174 if (hs && gadget_is_dualspeed(g)) { in usb_assign_descriptors() 175 f->hs_descriptors = usb_copy_descriptors(hs); in usb_assign_descriptors()
|
D | composite.c | 450 int hs = 0; in config_desc() local 452 hs = 1; in config_desc() 454 hs = !hs; in config_desc() 455 if (hs) in config_desc() 503 int hs = 0; in count_configs() local 508 hs = 1; in count_configs() 512 hs = !hs; in count_configs() 519 } else if (hs) { in count_configs()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 394 static unsigned ldlm_res_hop_hash(struct cfs_hash *hs, in ldlm_res_hop_hash() argument 406 static unsigned ldlm_res_hop_fid_hash(struct cfs_hash *hs, in ldlm_res_hop_fid_hash() argument 426 hash = hash_long(hash, hs->hs_bkt_bits); in ldlm_res_hop_fid_hash() 428 hash -= hash_long((unsigned long)hs, val % 11 + 3); in ldlm_res_hop_fid_hash() 430 hash <<= hs->hs_cur_bits - hs->hs_bkt_bits; in ldlm_res_hop_fid_hash() 431 hash |= ldlm_res_hop_hash(hs, key, CFS_HASH_NBKT(hs) - 1); in ldlm_res_hop_fid_hash() 458 static void ldlm_res_hop_get_locked(struct cfs_hash *hs, in ldlm_res_hop_get_locked() argument 467 static void ldlm_res_hop_put_locked(struct cfs_hash *hs, in ldlm_res_hop_put_locked() argument 477 static void ldlm_res_hop_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_res_hop_put() argument 748 static int ldlm_resource_clean(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_clean() argument [all …]
|
D | ldlm_flock.c | 763 ldlm_export_flock_hash(struct cfs_hash *hs, const void *key, unsigned mask) in ldlm_export_flock_hash() argument 790 ldlm_export_flock_get(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_flock_get() argument 805 ldlm_export_flock_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_flock_put() argument
|
D | ldlm_lockd.c | 904 ldlm_export_lock_hash(struct cfs_hash *hs, const void *key, unsigned mask) in ldlm_export_lock_hash() argument 940 ldlm_export_lock_get(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_lock_get() argument 949 ldlm_export_lock_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_lock_put() argument
|
D | ldlm_lock.c | 1870 static int ldlm_reprocess_res(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_reprocess_res() argument 1873 struct ldlm_resource *res = cfs_hash_object(hs, hnode); in ldlm_reprocess_res() 2018 int ldlm_cancel_locks_for_export_cb(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_cancel_locks_for_export_cb() argument 2024 struct ldlm_lock *lock = cfs_hash_object(hs, hnode); in ldlm_cancel_locks_for_export_cb() 2042 atomic_read(&hs->hs_count)); in ldlm_cancel_locks_for_export_cb()
|
D | ldlm_request.c | 1919 static int ldlm_cli_hash_cancel_unused(struct cfs_hash *hs, in ldlm_cli_hash_cancel_unused() argument 1923 struct ldlm_resource *res = cfs_hash_object(hs, hnode); in ldlm_cli_hash_cancel_unused() 2020 static int ldlm_res_iter_helper(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_iter_helper() argument 2024 struct ldlm_resource *res = cfs_hash_object(hs, hnode); in ldlm_res_iter_helper()
|
/linux-4.1.27/include/linux/usb/ |
D | wusb.h | 370 const struct usb_handshake *hs) in wusb_oob_mic() argument 374 hs, sizeof(*hs) - sizeof(hs->MIC)); in wusb_oob_mic()
|
D | gadget.h | 1001 struct usb_descriptor_header **hs,
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 56 int hs = 0, stat = 0; in sas_end_task() local 60 hs = DID_NO_CONNECT; in sas_end_task() 69 hs = DID_NO_CONNECT; in sas_end_task() 74 hs = DID_ERROR; in sas_end_task() 77 hs = DID_ERROR; in sas_end_task() 80 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task() 83 hs = DID_BAD_TARGET; in sas_end_task() 86 hs = DID_PARITY; in sas_end_task() 90 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task() 92 hs = DID_ERROR; in sas_end_task() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 139 oqi_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in oqi_hashfn() argument 172 oqi_get(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_get() argument 177 oqi_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_put_locked() argument 182 oqi_exit(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_exit() argument
|
/linux-4.1.27/drivers/video/fbdev/ |
D | acornfb.c | 419 unsigned long hs, vs; in acornfb_validate_timing() local 428 hs = 1953125000 / var->pixclock; in acornfb_validate_timing() 429 hs = hs * 512 / in acornfb_validate_timing() 431 vs = hs / in acornfb_validate_timing() 435 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing() 991 unsigned long hs; in acornfb_probe() local 993 hs = modedb[i].refresh * in acornfb_probe() 1000 hs >= fb_info.monspecs.hfmin && in acornfb_probe() 1001 hs <= fb_info.monspecs.hfmax) { in acornfb_probe()
|
D | s3c2410fb.c | 257 int hs = var->xres >> 2; in s3c2410fb_calculate_stn_lcd_regs() local 262 hs >>= 1; in s3c2410fb_calculate_stn_lcd_regs() 276 hs *= 3; in s3c2410fb_calculate_stn_lcd_regs() 280 hs *= 3; in s3c2410fb_calculate_stn_lcd_regs() 302 S3C2410_LCDCON3_HOZVAL(hs - 1); in s3c2410fb_calculate_stn_lcd_regs()
|
D | asiliantfb.c | 177 unsigned hs = (p->var.xres + p->var.right_margin) / 8; in asiliant_set_timing() local 197 write_cr(0x04, hs); in asiliant_set_timing()
|
D | amifb.c | 2054 u_short hs, vs, ve; in ami_set_sprite() local 2071 hs = par->diwstrt_h + (mx << par->clk_shift) - 4; in ami_set_sprite() 2076 lofsprite[0] = spr2hw_pos(vs, hs); in ami_set_sprite() 2077 shfsprite[0] = spr2hw_pos(vs + 1, hs); in ami_set_sprite() 2079 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve); in ami_set_sprite() 2080 shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve + 1); in ami_set_sprite() 2083 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve + 1); in ami_set_sprite() 2084 shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve); in ami_set_sprite() 2087 lofsprite[0] = spr2hw_pos(vs, hs) | (IS_AGA && (par->fmode & FMODE_BSCAN2) ? 0x80 : 0); in ami_set_sprite() 2088 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve); in ami_set_sprite()
|
D | tdfxfb.c | 568 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local 599 hs = (hsyncsta >> 3) - 1; in tdfxfb_set_par() 664 reg.crt[0x04] = hs; in tdfxfb_set_par() 689 ((hs & 0x100) >> 2) | in tdfxfb_set_par()
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | qcom-dwc3-usb-phy.txt | 9 - "qcom,dwc3-hs-usb-phy" for High Speed Synopsis PHY controller 22 compatible = "qcom,dwc3-hs-usb-phy";
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local 240 hs = m->HSyncStart >> 3; in matroxfb_vgaHWinit() 249 hs >>= 1; in matroxfb_vgaHWinit() 258 hs <<= 1; in matroxfb_vgaHWinit() 264 hs = hs - 1; in matroxfb_vgaHWinit() 282 hw->CRTCEXT[5] = (hs + he - ht) >> 1; in matroxfb_vgaHWinit() 290 ((hs & 0x100) >> 6) | /* sync start */ in matroxfb_vgaHWinit() 307 hw->CRTC[4] = hs; in matroxfb_vgaHWinit()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5420-pinctrl.dtsi | 567 i2c4_hs_bus: i2c4-hs-bus { 574 i2c5_hs_bus: i2c5-hs-bus { 627 i2c6_hs_bus: i2c6-hs-bus { 662 i2c7_hs_bus: i2c7-hs-bus { 683 i2c8_hs_bus: i2c8-hs-bus { 690 i2c9_hs_bus: i2c9-hs-bus { 697 i2c10_hs_bus: i2c10-hs-bus {
|
D | stih415-clock.dtsi | 38 clock-output-names = "clk-s-a0-pll0-hs", 53 clk_s_a0_hs: clk-s-a0-hs { 55 compatible = "st,clkgena-divmux-c65-hs", 96 clock-output-names = "clk-s-a1-pll0-hs", 111 clk_s_a1_hs: clk-s-a1-hs { 113 compatible = "st,clkgena-divmux-c65-hs",
|
D | da850-enbw-cmc.dts | 5 * Heiko Schocher <hs@denx.de>
|
D | imx6dl-aristainetos_7.dts | 4 * Copyright (C) 2014 Heiko Schocher <hs@denx.de>
|
D | exynos5260-pinctrl.dtsi | 274 i2c0_hs_bus: i2c0-hs-bus { 281 i2c1_hs_bus: i2c1-hs-bus { 288 i2c2_hs_bus: i2c2-hs-bus { 295 i2c3_hs_bus: i2c3-hs-bus {
|
D | stih416-clock.dtsi | 39 clock-output-names = "clk-s-a0-pll0-hs", 54 clk_s_a0_hs: clk-s-a0-hs { 56 compatible = "st,clkgena-divmux-c65-hs", 97 clock-output-names = "clk-s-a1-pll0-hs", 112 clk_s_a1_hs: clk-s-a1-hs { 114 compatible = "st,clkgena-divmux-c65-hs",
|
D | imx6dl-aristainetos_4.dts | 4 * Copyright (C) 2014 Heiko Schocher <hs@denx.de>
|
D | exynos5250-pinctrl.dtsi | 223 i2c2_hs_bus: i2c2-hs-bus { 251 i2c3_hs_bus: i2c3-hs-bus { 403 i2c0_hs_bus: i2c0-hs-bus { 410 i2c1_hs_bus: i2c1-hs-bus {
|
D | da850.dtsi | 3 * Heiko Schocher <hs@denx.de>
|
D | imx6qdl-aristainetos.dtsi | 4 * Copyright (C) 2014 Heiko Schocher <hs@denx.de>
|
D | exynos4412-trats2.dts | 819 samsung,csis-hs-settle = <12>; 839 samsung,csis-hs-settle = <18>;
|
D | am33xx.dtsi | 307 ti,needs-special-hs-handling;
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 5325 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() local 5366 memset(hs, 0, sizeof (struct fc_host_statistics)); in lpfc_get_stats() 5368 hs->tx_frames = pmb->un.varRdStatus.xmitFrameCnt; in lpfc_get_stats() 5373 hs->tx_words = (uint64_t) in lpfc_get_stats() 5376 hs->rx_frames = pmb->un.varRdStatus.rcvFrameCnt; in lpfc_get_stats() 5377 hs->rx_words = (uint64_t) in lpfc_get_stats() 5398 hs->link_failure_count = pmb->un.varRdLnk.linkFailureCnt; in lpfc_get_stats() 5399 hs->loss_of_sync_count = pmb->un.varRdLnk.lossSyncCnt; in lpfc_get_stats() 5400 hs->loss_of_signal_count = pmb->un.varRdLnk.lossSignalCnt; in lpfc_get_stats() 5401 hs->prim_seq_protocol_err_count = pmb->un.varRdLnk.primSeqErrCnt; in lpfc_get_stats() [all …]
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 787 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_queue() local 791 dev_dbg(hs->dev, "%s: req %p: %d@%p, noi=%d, zero=%d, snok=%d\n", in s3c_hsotg_ep_queue() 800 ret = s3c_hsotg_handle_unaligned_buf_start(hs, hs_ep, hs_req); in s3c_hsotg_ep_queue() 805 if (using_dma(hs)) { in s3c_hsotg_ep_queue() 806 ret = s3c_hsotg_map_dma(hs, hs_ep, req); in s3c_hsotg_ep_queue() 815 s3c_hsotg_start_req(hs, hs_ep, hs_req, false); in s3c_hsotg_ep_queue() 824 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_queue_lock() local 828 spin_lock_irqsave(&hs->lock, flags); in s3c_hsotg_ep_queue_lock() 830 spin_unlock_irqrestore(&hs->lock, flags); in s3c_hsotg_ep_queue_lock() 2821 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_dequeue() local [all …]
|
D | hcd.c | 1626 hub_desc->u.hs.DeviceRemovable[0] = 0; in dwc2_hcd_hub_control() 1627 hub_desc->u.hs.DeviceRemovable[1] = 0xff; in dwc2_hcd_hub_control()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-hub.c | 560 memset(desc->u.hs.DeviceRemovable, 0xff, in ohci_hub_descriptor() 561 sizeof(desc->u.hs.DeviceRemovable)); in ohci_hub_descriptor() 562 desc->u.hs.DeviceRemovable[0] = rh & RH_B_DR; in ohci_hub_descriptor() 564 desc->u.hs.DeviceRemovable[1] = (rh & RH_B_DR) >> 8; in ohci_hub_descriptor() 565 desc->u.hs.DeviceRemovable[2] = 0xff; in ohci_hub_descriptor() 567 desc->u.hs.DeviceRemovable[1] = 0xff; in ohci_hub_descriptor()
|
D | xhci-hub.c | 119 memset(desc->u.hs.DeviceRemovable, 0xff, in xhci_usb2_hub_descriptor() 120 sizeof(desc->u.hs.DeviceRemovable)); in xhci_usb2_hub_descriptor() 121 memset(desc->u.hs.PortPwrCtrlMask, 0xff, in xhci_usb2_hub_descriptor() 122 sizeof(desc->u.hs.PortPwrCtrlMask)); in xhci_usb2_hub_descriptor() 125 memset(&desc->u.hs.DeviceRemovable[i], port_removable[i], in xhci_usb2_hub_descriptor()
|
D | u132-hcd.c | 2606 memset(desc->u.hs.DeviceRemovable, 0xff, in u132_roothub_descriptor() 2607 sizeof(desc->u.hs.DeviceRemovable)); in u132_roothub_descriptor() 2608 desc->u.hs.DeviceRemovable[0] = rh_b & RH_B_DR; in u132_roothub_descriptor() 2610 desc->u.hs.DeviceRemovable[1] = (rh_b & RH_B_DR) >> 8; in u132_roothub_descriptor() 2611 desc->u.hs.DeviceRemovable[2] = 0xff; in u132_roothub_descriptor() 2613 desc->u.hs.DeviceRemovable[1] = 0xff; in u132_roothub_descriptor()
|
D | ehci-hub.c | 703 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in ehci_hub_descriptor() 704 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in ehci_hub_descriptor()
|
D | isp116x-hcd.c | 957 desc->u.hs.DeviceRemovable[0] = 0; in isp116x_hub_descriptor() 958 desc->u.hs.DeviceRemovable[1] = ~0; in isp116x_hub_descriptor()
|
D | sl811-hcd.c | 1116 desc->u.hs.DeviceRemovable[0] = 0 << 1; in sl811h_hub_descriptor() 1117 desc->u.hs.DeviceRemovable[1] = ~0; in sl811h_hub_descriptor()
|
D | imx21-hcd.c | 1488 desc->u.hs.DeviceRemovable[0] = 1 << 1; in get_hub_descriptor() 1489 desc->u.hs.DeviceRemovable[1] = ~0; in get_hub_descriptor()
|
D | r8a66597-hcd.c | 2146 desc->u.hs.DeviceRemovable[0] = in r8a66597_hub_descriptor() 2148 desc->u.hs.DeviceRemovable[1] = ~0; in r8a66597_hub_descriptor()
|
D | isp1362-hcd.c | 1554 desc->u.hs.DeviceRemovable[0] = desc->bNbrPorts == 1 ? 1 << 1 : 3 << 1; in isp1362_hub_descriptor() 1555 desc->u.hs.DeviceRemovable[1] = ~0; in isp1362_hub_descriptor()
|
D | oxu210hp-hcd.c | 457 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in ehci_hub_descriptor() 458 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in ehci_hub_descriptor()
|
D | fusbh200-hcd.c | 1479 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in fusbh200_hub_descriptor() 1480 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in fusbh200_hub_descriptor()
|
D | fotg210-hcd.c | 1521 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in fotg210_hub_descriptor() 1522 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in fotg210_hub_descriptor()
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 46 - samsung,csis-hs-settle : (optional) differential receiver (HS-RX) settle time; 78 samsung,csis-hs-settle = <12>;
|
D | samsung-fimc.txt | 205 samsung,csis-hs-settle = <12>;
|
/linux-4.1.27/arch/sh/lib/ |
D | div64.S | 16 cmp/hs r6, r1
|
D | mcount.S | 70 cmp/hs r1, r15; \ 75 cmp/hs r1, r15; \
|
D | udiv_qrnnd.S | 60 cmp/hs r2,r0
|
D | __clear_user.S | 78 cmp/hs r3, r2
|
D | checksum.S | 145 cmp/hs r1, r5 357 cmp/hs r1,r6
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 575 int hs, vs; in rfbi_setup_te() local 579 hs = ps_to_rfbi_ticks(hs_pulse_time, 1); in rfbi_setup_te() 581 if (hs < 2) in rfbi_setup_te() 589 if (vs == hs) in rfbi_setup_te() 593 mode, hs, vs, hs_pol_inv, vs_pol_inv); in rfbi_setup_te() 595 rfbi_write_reg(RFBI_HSYNC_WIDTH, hs); in rfbi_setup_te()
|
D | dispc.c | 3007 bool onoff, rf, ipc, vs, hs, de; in _dispc_mgr_set_lcd_timings() local 3032 hs = true; in _dispc_mgr_set_lcd_timings() 3035 hs = false; in _dispc_mgr_set_lcd_timings() 3081 FLD_VAL(hs, 13, 13) | in _dispc_mgr_set_lcd_timings()
|
/linux-4.1.27/sound/soc/omap/ |
D | rx51.c | 64 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local 72 hs = 1; in rx51_ext_control() 92 if (hs) in rx51_ext_control()
|
/linux-4.1.27/Documentation/hwmon/ |
D | tmp103 | 11 Heiko Schocher <hs@denx.de>
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 302 static int vvp_pgcache_obj_get(struct cfs_hash *hs, struct cfs_hash_bd *bd, in vvp_pgcache_obj_get() argument 306 struct lu_object_header *hdr = cfs_hash_object(hs, hnode); in vvp_pgcache_obj_get() 314 cfs_hash_get(hs, hnode); in vvp_pgcache_obj_get()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_dsi.h | 51 bool hs; member
|
D | intel_uncore.c | 1281 struct i915_ctx_hang_stats *hs; in i915_get_reset_stats_ioctl() local 1300 hs = &ctx->hang_stats; in i915_get_reset_stats_ioctl() 1307 args->batch_active = hs->batch_active; in i915_get_reset_stats_ioctl() 1308 args->batch_pending = hs->batch_pending; in i915_get_reset_stats_ioctl()
|
D | i915_gem_execbuffer.c | 989 struct i915_ctx_hang_stats *hs; in i915_gem_validate_context() local 998 hs = &ctx->hang_stats; in i915_gem_validate_context() 999 if (hs->banned) { in i915_gem_validate_context()
|
D | intel_dsi.c | 210 static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs, in dpi_send_cmd() argument 219 if (hs) in dpi_send_cmd()
|
D | i915_gem.c | 2477 struct i915_ctx_hang_stats *hs; in i915_set_reset_status() local 2482 hs = &ctx->hang_stats; in i915_set_reset_status() 2485 hs->banned = i915_context_is_banned(dev_priv, ctx); in i915_set_reset_status() 2486 hs->batch_active++; in i915_set_reset_status() 2487 hs->guilty_ts = get_seconds(); in i915_set_reset_status() 2489 hs->batch_pending++; in i915_set_reset_status()
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | ch11.h | 246 } __attribute__ ((packed)) hs; member
|
/linux-4.1.27/fs/adfs/ |
D | Kconfig | 13 /dev/[hs]d?1) on each of your drives. Please read the file
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_virthub.c | 356 desc->u.hs.DeviceRemovable[0] = 0x02; /* port 1 */ in musb_hub_control() 357 desc->u.hs.DeviceRemovable[1] = 0xff; in musb_hub_control()
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.txt | 26 compatible = "qcom,dwc3-hs-usb-phy";
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 110 cmp/hs r8,r9 113 cmp/hs r8,r9
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | heartbeat.c | 2304 struct o2hb_heartbeat_group *hs = NULL; in o2hb_alloc_hb_set() local 2307 hs = kzalloc(sizeof(struct o2hb_heartbeat_group), GFP_KERNEL); in o2hb_alloc_hb_set() 2308 if (hs == NULL) in o2hb_alloc_hb_set() 2311 config_group_init_type_name(&hs->hs_group, "heartbeat", in o2hb_alloc_hb_set() 2314 ret = &hs->hs_group; in o2hb_alloc_hb_set() 2317 kfree(hs); in o2hb_alloc_hb_set() 2323 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); in o2hb_free_hb_set() local 2324 kfree(hs); in o2hb_free_hb_set()
|
/linux-4.1.27/drivers/net/ppp/ |
D | bsd_comp.c | 130 } hs; member 1025 *--p = dictp->f.hs.suffix; in bsd_decompress() 1026 finchar = dictp->f.hs.prefix; in bsd_decompress()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | uc101.dts | 5 * Heiko Schocher <hs@denx.de>
|
D | a3m071.dts | 7 * Heiko Schocher <hs@denx.de>
|
D | a4m072.dts | 5 * Heiko Schocher <hs@denx.de>
|
D | mucmc52.dts | 5 * Heiko Schocher <hs@denx.de>
|
D | tqm8xx.dts | 4 * Heiko Schocher <hs@denx.de>
|
D | charon.dts | 8 * Heiko Schocher <hs@denx.de>
|
D | mgcoge.dts | 5 * Heiko Schocher <hs@denx.de>
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 1066 hs = &hw->hsync_b; in intelfbhw_mode_to_hw() 1078 hs = &hw->hsync_a; in intelfbhw_mode_to_hw() 1242 *hs = (hsync_start << HSYNCSTART_SHIFT) | (hsync_end << HSYNCEND_SHIFT); in intelfbhw_mode_to_hw() 1285 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local 1310 hs = &hw->hsync_b; in intelfbhw_program_mode() 1334 hs = &hw->hsync_a; in intelfbhw_program_mode() 1424 OUTREG(hsync_reg, *hs); in intelfbhw_program_mode()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufs-qcom.c | 308 ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, u32 hs, u32 rate) in ufs_qcom_cfg_timers() argument 354 switch (hs) { in ufs_qcom_cfg_timers() 394 dev_err(hba->dev, "%s: invalid mode = %d\n", __func__, hs); in ufs_qcom_cfg_timers()
|
/linux-4.1.27/arch/arm64/lib/ |
D | memmove.S | 65 b.hs memcpy /* No overlap. */
|
/linux-4.1.27/arch/sh/kernel/ |
D | entry-common.S | 207 cmp/hs r10, r3
|
D | head_32.S | 310 9: cmp/hs r2, r1
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 281 or.hs r2, r2, _PAGE_GLOBAL 322 or.hs r2, r2, _PAGE_GLOBAL ; kernel PTE only
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 145 cmp/hs r8,r9 148 cmp/hs r8,r9
|
/linux-4.1.27/ipc/ |
D | shm.c | 557 struct hstate *hs; in newseg() local 560 hs = hstate_sizelog((shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK); in newseg() 561 if (!hs) { in newseg() 565 hugesize = ALIGN(size, huge_page_size(hs)); in newseg()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 128 static void pool_hashrefcount_get(struct cfs_hash *hs, struct hlist_node *hnode) in pool_hashrefcount_get() argument 136 static void pool_hashrefcount_put_locked(struct cfs_hash *hs, in pool_hashrefcount_put_locked() argument
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | inode.c | 1278 int hs = 0; in config_buf() local 1285 hs = (dev->gadget->speed == USB_SPEED_HIGH); in config_buf() 1287 hs = !hs; in config_buf() 1289 if (hs) { in config_buf()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | entry.S | 678 b.hs ni_sys 705 b.hs __ni_sys_trace
|
D | head.S | 481 b.hs 2f
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 24 ti,needs-special-hs-handling: HSMMC IP needs special setting for handling High Speed
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci_hcd.c | 224 desc->u.hs.DeviceRemovable[0] = 0xff; in hub_descriptor() 225 desc->u.hs.DeviceRemovable[1] = 0xff; in hub_descriptor()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 40 compatible = "ti,hs"
|
/linux-4.1.27/Documentation/usb/ |
D | gadget-testing.txt | 580 isoc_maxpacket - 0 - 1023 (fs), 0 - 1024 (hs/ss) 581 isoc_mult - 0..2 (hs/ss only) 680 streaming/class/fs and/or streaming/class/hs and/or 707 # cd ../../class/hs
|
/linux-4.1.27/arch/arm/include/asm/ |
D | assembler.h | 433 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 320 cmp/hs k0, k1 ! test k1 (saved PC) >= k0 (saved r0)
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_core.c | 1016 static int enable_slot(struct hotplug_slot *hs) in enable_slot() argument 1026 slot_cur = hs->private; in enable_slot()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1239 desc->u.hs.DeviceRemovable[0] = (roothub_id << 1); in __usbhsh_hub_get_status() 1240 desc->u.hs.DeviceRemovable[1] = ~0; in __usbhsh_hub_get_status()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_printer.c | 219 struct usb_endpoint_descriptor *hs, in ep_desc() argument 226 return hs; in ep_desc()
|
/linux-4.1.27/mm/ |
D | mmap.c | 1422 struct hstate *hs; in SYSCALL_DEFINE6() local 1424 hs = hstate_sizelog((flags >> MAP_HUGE_SHIFT) & SHM_HUGE_MASK); in SYSCALL_DEFINE6() 1425 if (!hs) in SYSCALL_DEFINE6() 1428 len = ALIGN(len, huge_page_size(hs)); in SYSCALL_DEFINE6()
|
D | hugetlb.c | 744 #define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \ argument 747 ((node = hstate_next_node_to_alloc(hs, mask)) || 1); \ 750 #define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \ argument 753 ((node = hstate_next_node_to_free(hs, mask)) || 1); \
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1771 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in isp1760_hub_descriptor() 1772 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in isp1760_hub_descriptor()
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 1430 portstr[i] = hub->descriptor->u.hs.DeviceRemovable in hub_configure() 2383 if (hub->descriptor->u.hs.DeviceRemovable[port / 8] & (1 << (port % 8))) in set_usb_port_removable() 5647 if (!(desc->u.hs.DeviceRemovable[i/8] & mask)) { in usb_hub_adjust_deviceremovable() 5649 desc->u.hs.DeviceRemovable[i/8] |= mask; in usb_hub_adjust_deviceremovable()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1945 desc->u.hs.DeviceRemovable[0] = 0xff; in hub_descriptor() 1946 desc->u.hs.DeviceRemovable[1] = 0xff; in hub_descriptor()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3443 desc->u.hs.DeviceRemovable[0] = 0; in octeon_usb_hub_control() 3444 desc->u.hs.DeviceRemovable[1] = 0xff; in octeon_usb_hub_control()
|