/kernel/linux/linux-5.10/tools/laptop/dslm/ |
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()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 222 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/ |
D | pxa25x_udc.h | 151 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/ |
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()
|
D | ip_vs_proto_udp.c | 497 .state_name = udp_state_name,
|
D | ip_vs_proto_sctp.c | 590 .state_name = sctp_state_name,
|
D | ip_vs_proto_tcp.c | 741 .state_name = tcp_state_name,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci.c | 4590 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/ |
D | sysfs.c | 155 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/ |
D | lockdep.c | 2577 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/ |
D | sx8.c | 227 static const char *state_name[] = { variable 1109 DPRINTK("ENTER, state == %s\n", state_name[state]); in carm_fsm_task()
|
D | pktcdvd.c | 1088 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/ |
D | core.c | 3476 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/ |
D | ip_vs.h | 454 const char *(*state_name)(int state); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 6971 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()
|