Searched refs:self_id (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 46 int (*get_count_percent)(unsigned int self_id, double *percent, 48 int (*get_count)(unsigned int self_id, unsigned long long *count,
|
D | snb_idle.c | 26 static int snb_get_count_percent(unsigned int self_id, double *percent,
|
D | hsw_ext_idle.c | 28 static int hsw_ext_get_count_percent(unsigned int self_id, double *percent,
|
D | nhm_idle.c | 29 static int nhm_get_count_percent(unsigned int self_id, double *percent,
|
D | amd_fam14h_idle.c | 45 static int fam14h_get_count_percent(unsigned int self_id, double *percent,
|
D | mperf_monitor.c | 32 static int mperf_get_count_percent(unsigned int self_id, double *percent,
|
/linux-6.12.1/tools/firewire/ |
D | nosy-dump.c | 783 if (pp->self_id.extended) { in print_packet() 791 pp->self_id.phy_id, in print_packet() 792 (pp->self_id.link_active ? "active" : "not active"), in print_packet() 793 pp->self_id.gap_count, in print_packet() 794 speed_names[pp->self_id.phy_speed], in print_packet() 795 (pp->self_id.contender ? ", irm contender" : ""), in print_packet() 796 (pp->self_id.initiated_reset ? ", initiator" : "")); in print_packet()
|
D | nosy-dump.h | 47 } self_id; member
|
/linux-6.12.1/drivers/firewire/ |
D | ohci.c | 226 __le32 *self_id; member 1918 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id, in get_self_id_pos() argument 1921 unsigned int left_phy_id = phy_packet_self_id_get_phy_id(self_id); in get_self_id_pos() 1977 u32 self_id = 0; in find_and_insert_self_id() local 1980 phy_packet_set_packet_identifier(&self_id, PHY_PACKET_PACKET_IDENTIFIER_SELF_ID); in find_and_insert_self_id() 1981 phy_packet_self_id_zero_set_link_active(&self_id, true); in find_and_insert_self_id() 1982 phy_packet_self_id_zero_set_scode(&self_id, SCODE_800); in find_and_insert_self_id() 1983 phy_packet_self_id_zero_set_contender(&self_id, true); in find_and_insert_self_id() 1991 phy_packet_self_id_set_phy_id(&self_id, reg & 0x3f); in find_and_insert_self_id() 1996 phy_packet_self_id_zero_set_power_class(&self_id, reg & 0x07); in find_and_insert_self_id() [all …]
|