| /Linux-v5.4/arch/c6x/platforms/ |
| D | dscr.c | 65 u8 start_id; /* start id of this range */ member 84 u8 start_id; /* start id of this range */ member 209 ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id); in dscr_set_devstate() 238 ctl_shift = stat->shift + stat->nbits * (id - stat->start_id); in dscr_set_devstate() 483 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs() 493 for (j = r->start_id; in dscr_parse_devstate_ctl_regs() 494 j < (r->start_id + r->num_ids); in dscr_parse_devstate_ctl_regs() 539 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_stat_regs() 547 for (j = r->start_id; in dscr_parse_devstate_stat_regs() 548 j < (r->start_id + r->num_ids); in dscr_parse_devstate_stat_regs()
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | bpf.c | 571 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id() argument 577 attr.start_id = start_id; in bpf_obj_get_next_id() 586 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() argument 588 return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID); in bpf_prog_get_next_id() 591 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() argument 593 return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID); in bpf_map_get_next_id() 596 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id() argument 598 return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID); in bpf_btf_get_next_id()
|
| D | bpf.h | 157 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id); 158 LIBBPF_API int bpf_map_get_next_id(__u32 start_id, __u32 *next_id); 159 LIBBPF_API int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id);
|
| /Linux-v5.4/Documentation/devicetree/bindings/c6x/ |
| D | dscr.txt | 68 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-v5.4/drivers/message/fusion/ |
| D | mptsas.h | 185 u8 start_id; /* starting logical target id */ member
|
| D | mptsas.c | 1395 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
|
| /Linux-v5.4/sound/hda/ |
| D | hdac_device.c | 350 hda_nid_t *start_id) in snd_hdac_get_sub_nodes() argument 356 *start_id = 0; in snd_hdac_get_sub_nodes() 359 *start_id = (parm >> 16) & 0x7fff; in snd_hdac_get_sub_nodes()
|
| /Linux-v5.4/include/sound/ |
| D | hdaudio.h | 136 hda_nid_t *start_id);
|
| /Linux-v5.4/include/uapi/linux/ |
| D | bpf.h | 461 __u32 start_id; member
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | bpf.h | 461 __u32 start_id; member
|
| /Linux-v5.4/virt/kvm/arm/vgic/ |
| D | vgic-its.c | 2080 int start_id, entry_fn_t fn, void *opaque) in scan_its_table() argument 2084 int id = start_id; in scan_its_table()
|
| /Linux-v5.4/drivers/scsi/qedi/ |
| D | qedi_main.c | 523 u16 start_id, u16 next) in qedi_init_id_tbl() argument 525 id_tbl->start = start_id; in qedi_init_id_tbl()
|
| /Linux-v5.4/kernel/bpf/ |
| D | syscall.c | 2133 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | cnic.c | 656 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()
|