Home
last modified time | relevance | path

Searched refs:start_id (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/c6x/platforms/
Ddscr.c68 u8 start_id; /* start id of this range */ member
87 u8 start_id; /* start id of this range */ member
212 ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id); in dscr_set_devstate()
241 ctl_shift = stat->shift + stat->nbits * (id - stat->start_id); in dscr_set_devstate()
486 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
496 for (j = r->start_id; in dscr_parse_devstate_ctl_regs()
497 j < (r->start_id + r->num_ids); in dscr_parse_devstate_ctl_regs()
542 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_stat_regs()
550 for (j = r->start_id; in dscr_parse_devstate_stat_regs()
551 j < (r->start_id + r->num_ids); in dscr_parse_devstate_stat_regs()
/Linux-v4.19/tools/lib/bpf/
Dbpf.h100 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id);
101 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id);
Dbpf.c414 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() argument
420 attr.start_id = start_id; in bpf_prog_get_next_id()
429 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() argument
435 attr.start_id = start_id; in bpf_map_get_next_id()
/Linux-v4.19/Documentation/devicetree/bindings/c6x/
Ddscr.txt68 start_id num_ids reg enable disable start_bit nbits
71 start_id is device id for the first device control in the range
85 start_id num_ids reg enable disable start_bit nbits
88 start_id is device id for the first device status in the range
/Linux-v4.19/drivers/message/fusion/
Dmptsas.h185 u8 start_id; /* starting logical target id */ member
Dmptsas.c1395 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
/Linux-v4.19/sound/hda/
Dhdac_device.c346 hda_nid_t *start_id) in snd_hdac_get_sub_nodes() argument
352 *start_id = 0; in snd_hdac_get_sub_nodes()
355 *start_id = (parm >> 16) & 0x7fff; in snd_hdac_get_sub_nodes()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h360 __u32 start_id; member
/Linux-v4.19/include/uapi/linux/
Dbpf.h360 __u32 start_id; member
/Linux-v4.19/include/sound/
Dhdaudio.h134 hda_nid_t *start_id);
/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-its.c1892 int start_id, entry_fn_t fn, void *opaque) in scan_its_table() argument
1896 int id = start_id; in scan_its_table()
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_main.c521 u16 start_id, u16 next) in qedi_init_id_tbl() argument
523 id_tbl->start = start_id; in qedi_init_id_tbl()
/Linux-v4.19/kernel/bpf/
Dsyscall.c1766 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dcnic.c656 static int cnic_init_id_tbl(struct cnic_id_tbl *id_tbl, u32 size, u32 start_id, in cnic_init_id_tbl() argument
659 id_tbl->start = start_id; in cnic_init_id_tbl()