Home
last modified time | relevance | path

Searched refs:state_name (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/laptop/dslm/
Ddslm.c49 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()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-isp1301-omap.c222 static inline const char *state_name(struct isp1301 *isp) in state_name() function
345 pr_debug(" --> %s/%s\n", state_name(isp), tag); in a_idle()
369 pr_debug(" --> %s/%s\n", state_name(isp), tag); in b_idle()
380 omap_readl(OTG_CTRL), label, state_name(isp), in dump_regs()
467 usb_otg_state_string(state), fsm, state_name(isp), in check_state()
672 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
690 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
718 state_name(isp), otg_ctrl); in omap_otg_irq()
733 state_name(isp), otg_irq, otg_ctrl); in omap_otg_irq()
751 state_name(isp), in omap_otg_irq()
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dpxa25x_udc.h151 static const char *state_name[] = { variable
185 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
205 state_name[dev->ep0state], in dump_state()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_proto.c208 if (pp == NULL || pp->state_name == NULL) in ip_vs_state_name()
210 return pp->state_name(state); in ip_vs_state_name()
Dip_vs_proto_udp.c497 .state_name = udp_state_name,
Dip_vs_proto_sctp.c590 .state_name = sctp_state_name,
Dip_vs_proto_tcp.c741 .state_name = tcp_state_name,
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_srp.c178 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()
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.c4590 char *state_name; in xhci_get_timeout_no_hub_lpm() local
4598 state_name = "U1"; in xhci_get_timeout_no_hub_lpm()
4604 state_name = "U2"; in xhci_get_timeout_no_hub_lpm()
4618 state_name, sel); in xhci_get_timeout_no_hub_lpm()
4622 state_name, pel); in xhci_get_timeout_no_hub_lpm()
4867 char *state_name; in xhci_calculate_lpm_timeout() local
4872 state_name = "U1"; in xhci_calculate_lpm_timeout()
4874 state_name = "U2"; in xhci_calculate_lpm_timeout()
4909 state_name, driver->name); in xhci_calculate_lpm_timeout()
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dsysfs.c155 static const char *state_name[] = { in state_show() local
169 attr.state >= 0 && attr.state < ARRAY_SIZE(state_name) ? in state_show()
170 state_name[attr.state] : "UNKNOWN"); in state_show()
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c2577 static inline const char *state_name(enum lock_usage_bit bit) in state_name() function
2803 state_name(backward_bit)); in check_irq_usage()
3966 this, 1, state_name(bit)); in check_usage_forwards()
3969 this, 1, state_name(read_bit)); in check_usage_forwards()
4001 this, 0, state_name(bit)); in check_usage_backwards()
4004 this, 0, state_name(read_bit)); in check_usage_backwards()
/kernel/linux/linux-5.10/drivers/block/
Dsx8.c227 static const char *state_name[] = { variable
1109 DPRINTK("ENTER, state == %s\n", state_name[state]); in carm_fsm_task()
Dpktcdvd.c1088 static const char *state_name[] = { in pkt_set_state() local
1094 state_name[old_state], state_name[state]); in pkt_set_state()
/kernel/linux/linux-5.10/drivers/nvme/host/
Dcore.c3476 static const char *const state_name[] = { in nvme_sysfs_show_state() local
3486 if ((unsigned)ctrl->state < ARRAY_SIZE(state_name) && in nvme_sysfs_show_state()
3487 state_name[ctrl->state]) in nvme_sysfs_show_state()
3488 return sprintf(buf, "%s\n", state_name[ctrl->state]); in nvme_sysfs_show_state()
/kernel/linux/linux-5.10/include/net/
Dip_vs.h454 const char *(*state_name)(int state); member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_dp.c6971 intel_pps_dump_state(const char *state_name, const struct edp_power_seq *seq) in intel_pps_dump_state() argument
6974 state_name, in intel_pps_dump_state()