| /linux-6.15/tools/laptop/dslm/ |
| H A D | dslm.c | 49 static char *state_name(int i) in state_name() function 85 printf(" System is in state %s\n\n", state_name(last_state)); in measure() 104 state_name(curr_state)); in measure()
|
| /linux-6.15/drivers/platform/surface/ |
| H A D | surface_aggregator_tabletsw.c | 30 const char *(*state_name)(struct ssam_tablet_sw *sw, member 56 const char *(*state_name)(struct ssam_tablet_sw *sw, member 73 const char *state = sw->ops.state_name(sw, &sw->state); in state_show() 136 sw->ops.state_name = desc->ops.state_name; in ssam_tablet_sw_probe() 309 .state_name = ssam_kip_cover_state_name, 608 .state_name = ssam_pos_state_name,
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | pxa25x_udc.h | 144 static const char *state_name[] = { variable 178 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0() 198 state_name[dev->ep0state], in dump_state()
|
| /linux-6.15/net/netfilter/ipvs/ |
| H A D | ip_vs_proto.c | 208 if (pp == NULL || pp->state_name == NULL) in ip_vs_state_name() 210 return pp->state_name(state); in ip_vs_state_name()
|
| H A D | ip_vs_proto_udp.c | 497 .state_name = udp_state_name,
|
| H A D | ip_vs_proto_sctp.c | 592 .state_name = sctp_state_name,
|
| H A D | ip_vs_proto_tcp.c | 741 .state_name = tcp_state_name,
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | sysfs.c | 415 static const char *const state_name[] = { in nvme_sysfs_show_state() local 425 if (state < ARRAY_SIZE(state_name) && state_name[state]) in nvme_sysfs_show_state() 426 return sysfs_emit(buf, "%s\n", state_name[state]); in nvme_sysfs_show_state()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_srp.c | 178 static const char *const state_name[] = { in show_srp_rport_state() local 188 (unsigned)state < ARRAY_SIZE(state_name) ? in show_srp_rport_state() 189 state_name[state] : "???"); in show_srp_rport_state()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci.c | 4645 char *state_name; in xhci_get_timeout_no_hub_lpm() local 4653 state_name = "U1"; in xhci_get_timeout_no_hub_lpm() 4659 state_name = "U2"; in xhci_get_timeout_no_hub_lpm() 4673 state_name, sel); in xhci_get_timeout_no_hub_lpm() 4677 state_name, pel); in xhci_get_timeout_no_hub_lpm() 4911 char *state_name; in xhci_calculate_lpm_timeout() local 4916 state_name = "U1"; in xhci_calculate_lpm_timeout() 4918 state_name = "U2"; in xhci_calculate_lpm_timeout() 4950 state_name, driver->name); in xhci_calculate_lpm_timeout()
|
| /linux-6.15/drivers/pmdomain/ |
| H A D | core.c | 3499 char state_name[15]; in idle_states_show() local 3512 snprintf(state_name, ARRAY_SIZE(state_name), "S%-13d", i); in idle_states_show() 3516 state->name ?: state_name, idle_time, in idle_states_show()
|
| /linux-6.15/kernel/locking/ |
| H A D | lockdep.c | 2671 static inline const char *state_name(enum lock_usage_bit bit) in state_name() function 2897 state_name(backward_bit)); in check_irq_usage() 4157 this, 1, state_name(bit)); in check_usage_forwards() 4160 this, 1, state_name(read_bit)); in check_usage_forwards() 4192 this, 0, state_name(bit)); in check_usage_backwards() 4195 this, 0, state_name(read_bit)); in check_usage_backwards()
|
| /linux-6.15/drivers/block/ |
| H A D | pktcdvd.c | 1111 static const char *state_name[] = { in pkt_set_state() local 1117 pkt->id, pkt->sector, state_name[old_state], state_name[state]); in pkt_set_state()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_pps.c | 1422 intel_pps_dump_state(struct intel_dp *intel_dp, const char *state_name, in intel_pps_dump_state() argument 1429 state_name, seq->power_up, seq->backlight_on, in intel_pps_dump_state()
|
| /linux-6.15/include/net/ |
| H A D | ip_vs.h | 515 const char *(*state_name)(int state); member
|