Searched refs:start_id (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/c6x/platforms/ |
D | dscr.c | 68 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/ |
D | bpf.h | 100 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);
|
D | bpf.c | 414 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/ |
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-v4.19/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-v4.19/sound/hda/ |
D | hdac_device.c | 346 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/ |
D | bpf.h | 360 __u32 start_id; member
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 360 __u32 start_id; member
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 134 hda_nid_t *start_id);
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-its.c | 1892 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/ |
D | qedi_main.c | 521 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/ |
D | syscall.c | 1766 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
|
/Linux-v4.19/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()
|