Searched refs:heads (Results 26 - 50 of 120) sorted by relevance

12345

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h31 struct list_head heads; member in struct:nvkm_disp
/linux-master/tools/lib/perf/include/internal/
H A Devlist.h33 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE]; member in struct:perf_evlist
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c117 return (outp->heads << 8) | (outp->link << 6) | outp->or;
133 outp->heads = (conn & 0x00000f00) >> 8;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dtu102.c137 list_for_each_entry(head, &disp->heads, head) {
198 list_for_each_entry(head, &disp->heads, head) {
H A Dgf119.c1022 list_for_each_entry(head, &disp->heads, head) {
1030 list_for_each_entry(head, &disp->heads, head) {
1037 list_for_each_entry(head, &disp->heads, head) {
1042 list_for_each_entry(head, &disp->heads, head) {
1047 list_for_each_entry(head, &disp->heads, head) {
1054 list_for_each_entry(head, &disp->heads, head) {
1061 list_for_each_entry(head, &disp->heads, head)
1143 list_for_each_entry(head, &disp->heads, head) {
1178 list_for_each_entry(head, &disp->heads, head) {
1225 list_for_each_entry(head, &disp->heads, hea
[all...]
H A Dgv100.c847 list_for_each_entry(head, &disp->heads, head) {
855 list_for_each_entry(head, &disp->heads, head) {
862 list_for_each_entry(head, &disp->heads, head) {
867 list_for_each_entry(head, &disp->heads, head) {
872 list_for_each_entry(head, &disp->heads, head) {
879 list_for_each_entry(head, &disp->heads, head) {
886 list_for_each_entry(head, &disp->heads, head)
1154 list_for_each_entry(head, &disp->heads, head) {
1214 list_for_each_entry(head, &disp->heads, head) {
/linux-master/block/partitions/
H A Dibm.c36 /* decode cylinder and heads for large volumes */
41 return cyl * geo->heads * geo->sectors +
54 /* decode cylinder and heads for large volumes */
59 return cyl * geo->heads * geo->sectors +
256 geo_size = geo->cylinders * geo->heads
/linux-master/drivers/block/
H A Damiflop.c179 unsigned int heads; /* number of heads */ member in struct:fd_drive_type
1188 if (hdr.track != unit[drive].track/unit[drive].type->heads) {
1191 unit[drive].track/unit[drive].type->heads);
1195 if (hdr.side != unit[drive].track%unit[drive].type->heads) {
1198 unit[drive].track%unit[drive].type->heads);
1288 hdr.track=unit[drive].track/unit[drive].type->heads;
1289 hdr.side=unit[drive].track%unit[drive].type->heads;
1529 geo->heads = unit[drive].type->heads;
[all...]
/linux-master/include/uapi/linux/
H A Dmsdos_fs.h121 __le16 heads; /* number of heads */ member in struct:fat_boot_sector
H A Dhdreg.h325 unsigned char heads; member in struct:hd_geometry
403 unsigned short heads; /* Obsolete, "physical" heads */ member in struct:hd_driveid
439 unsigned short cur_heads; /* Obsolete, l heads */
/linux-master/drivers/vhost/
H A Dvhost.c426 kfree(vq->heads);
427 vq->heads = NULL;
443 vq->heads = kmalloc_array(dev->iov_limit, sizeof(*vq->heads),
445 if (!vq->indirect || !vq->log || !vq->heads)
535 vq->heads = NULL;
2646 struct vring_used_elem heads = { local
2651 return vhost_add_used_n(vq, &heads, 1);
2656 struct vring_used_elem *heads,
2665 if (vhost_put_used(vq, heads, star
2655 __vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, unsigned count) argument
2689 vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, unsigned count) argument
2781 vhost_add_used_and_signal_n(struct vhost_dev *dev, struct vhost_virtqueue *vq, struct vring_used_elem *heads, unsigned count) argument
[all...]
/linux-master/drivers/scsi/aacraid/
H A Dlinit.c281 * The default disk geometry is 64 heads, 32 sectors, and the appropriate
287 * geometry of 128 heads and 32 sectors, and drives above 2 GB inclusive
288 * are given a disk geometry of 255 heads and 63 sectors. However, if
308 param->heads = 255;
311 param->heads = 128;
315 param->heads = 64;
319 param->cylinders = cap_to_cyls(capacity, param->heads * param->sectors);
342 param->heads = 64;
346 param->heads = 128;
350 param->heads
[all...]
/linux-master/drivers/memstick/core/
H A Dmspro_block.c127 __be16 heads; member in struct:mspro_devinfo
145 unsigned short heads; member in struct:mspro_block_data
197 geo->heads = msb->heads;
411 rc += sysfs_emit_at(buffer, rc, "heads: %x\n", be16_to_cpu(x_devinfo->heads));
1131 msb->heads = be16_to_cpu(dev_info->heads);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1388 int heads, int or)
1394 entry->heads = heads;
1409 entry->heads = (conn >> 8) & 0xf;
1543 entry->hashm = (entry->heads << 8) | (link << 6) | entry->or;
1576 entry->heads = ((conn & 0x001c0000) >> 18) + 1;
1577 entry->or = entry->heads; /* same as heads, hopefully safe enough */
1623 /* merge heads field when all other fields the same */
1630 ient->heads |
1387 fabricate_dcb_output(struct dcb_table *dcb, int type, int i2c, int heads, int or) argument
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-async.c511 struct list_head *heads[] = { local
520 for (i = 0; i < ARRAY_SIZE(heads); i++) {
523 list_for_each_entry(asc, heads[i], asc_entry) {
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc37e.c350 enum drm_plane_type type, int index, s32 oclass, u32 heads,
361 wndwc37e_format, heads, NV50_DISP_INTERLOCK_WNDW,
349 wndwc37e_new_(const struct nv50_wndw_func *func, struct nouveau_drm *drm, enum drm_plane_type type, int index, s32 oclass, u32 heads, struct nv50_wndw **pwndw) argument
/linux-master/drivers/block/aoe/
H A Daoeblk.c282 geo->heads = d->geo.heads;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv04.c232 encoder->possible_crtcs = entry->heads;
/linux-master/drivers/mtd/
H A Dsm_ftl.c646 ftl->heads = chs_table[i].head;
654 ftl->heads = 33;
1125 geo->heads = ftl->heads;
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0012.h20 __u8 heads; member in struct:nvif_outp_args::nvif_outp_v0
/linux-master/arch/m68k/emu/
H A Dnfblock.c85 geo->heads = 4;
/linux-master/include/net/
H A Dxsk_buff_pool.h70 struct xdp_buff_xsk *heads; member in struct:xsk_buff_pool
/linux-master/drivers/scsi/
H A D3w-xxxx.c1342 /* This funciton returns unit geometry in cylinders/heads/sectors */
1346 int heads, sectors, cylinders; local
1350 heads = 64;
1352 cylinders = sector_div(capacity, heads * sectors);
1355 heads = 255;
1357 cylinders = sector_div(capacity, heads * sectors);
1360 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_biosparam(): heads = %d, sectors = %d, cylinders = %d\n", heads, sectors, cylinders);
1361 geom[0] = heads;
H A DBusLogic.c3226 Parameters for Disk. The default disk geometry is 64 heads, 32 sectors, and
3234 heads and 32 sectors, and drives above 2 GB inclusive are given a disk
3235 geometry of 255 heads and 63 sectors. However, if the BIOS detects that the
3251 diskparam->heads = 255;
3254 diskparam->heads = 128;
3258 diskparam->heads = 64;
3261 diskparam->cylinders = (unsigned long) capacity / (diskparam->heads * diskparam->sectors);
3281 diskparam->heads = 64;
3285 diskparam->heads = 128;
3289 diskparam->heads
[all...]
/linux-master/kernel/time/
H A Dtimer.c1852 struct hlist_head *heads)
1864 hlist_move_list(vec, heads++);
2389 struct hlist_head heads[LVL_DEPTH]; local
2399 levels = collect_expired_timers(base, heads);
2417 expire_timers(base, heads + levels);
1851 collect_expired_timers(struct timer_base *base, struct hlist_head *heads) argument

Completed in 221 milliseconds

12345