start_id           65 arch/c6x/platforms/dscr.c 	u8  start_id;		/* start id of this range */
start_id           84 arch/c6x/platforms/dscr.c 	u8  start_id;		/* start id of this range */
start_id          209 arch/c6x/platforms/dscr.c 	ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id);
start_id          238 arch/c6x/platforms/dscr.c 	ctl_shift = stat->shift + stat->nbits * (id - stat->start_id);
start_id          483 arch/c6x/platforms/dscr.c 			r->start_id = be32_to_cpup(p++);
start_id          493 arch/c6x/platforms/dscr.c 			for (j = r->start_id;
start_id          494 arch/c6x/platforms/dscr.c 			     j < (r->start_id + r->num_ids);
start_id          539 arch/c6x/platforms/dscr.c 			r->start_id = be32_to_cpup(p++);
start_id          547 arch/c6x/platforms/dscr.c 			for (j = r->start_id;
start_id          548 arch/c6x/platforms/dscr.c 			     j < (r->start_id + r->num_ids);
start_id         1395 drivers/message/fusion/mptsas.c 	enclosure->start_id = buffer->StartTargetID;
start_id          185 drivers/message/fusion/mptsas.h 	u8	start_id;		/* starting logical target id */
start_id          656 drivers/net/ethernet/broadcom/cnic.c static int cnic_init_id_tbl(struct cnic_id_tbl *id_tbl, u32 size, u32 start_id,
start_id          659 drivers/net/ethernet/broadcom/cnic.c 	id_tbl->start = start_id;
start_id          523 drivers/scsi/qedi/qedi_main.c 			    u16 start_id, u16 next)
start_id          525 drivers/scsi/qedi/qedi_main.c 	id_tbl->start = start_id;
start_id          138 include/sound/hdaudio.h 			   hda_nid_t *start_id);
start_id          461 include/uapi/linux/bpf.h 			__u32		start_id;
start_id         2135 kernel/bpf/syscall.c 	u32 next_id = attr->start_id;
start_id          351 sound/hda/hdac_device.c 			   hda_nid_t *start_id)
start_id          357 sound/hda/hdac_device.c 		*start_id = 0;
start_id          360 sound/hda/hdac_device.c 	*start_id = (parm >> 16) & 0x7fff;
start_id          461 tools/include/uapi/linux/bpf.h 			__u32		start_id;
start_id          571 tools/lib/bpf/bpf.c static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd)
start_id          577 tools/lib/bpf/bpf.c 	attr.start_id = start_id;
start_id          586 tools/lib/bpf/bpf.c int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id)
start_id          588 tools/lib/bpf/bpf.c 	return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID);
start_id          591 tools/lib/bpf/bpf.c int bpf_map_get_next_id(__u32 start_id, __u32 *next_id)
start_id          593 tools/lib/bpf/bpf.c 	return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID);
start_id          596 tools/lib/bpf/bpf.c int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id)
start_id          598 tools/lib/bpf/bpf.c 	return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID);
start_id          157 tools/lib/bpf/bpf.h LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id);
start_id          158 tools/lib/bpf/bpf.h LIBBPF_API int bpf_map_get_next_id(__u32 start_id, __u32 *next_id);
start_id          159 tools/lib/bpf/bpf.h LIBBPF_API int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id);
start_id         2080 virt/kvm/arm/vgic/vgic-its.c 			  int start_id, entry_fn_t fn, void *opaque)
start_id         2084 virt/kvm/arm/vgic/vgic-its.c 	int id = start_id;