/linux/drivers/usb/phy/ |
A D | phy-isp1301-omap.c | 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() 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() 1055 state_name(isp)); in isp_update_otg() 1139 state_name(isp)); in isp1301_work() [all …]
|
/linux/tools/laptop/dslm/ |
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/drivers/usb/gadget/udc/ |
A D | pxa25x_udc.h | 147 static const char *state_name[] = { variable 181 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0() 201 state_name[dev->ep0state], in dump_state()
|
/linux/net/netfilter/ipvs/ |
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()
|
A D | ip_vs_proto_udp.c | 497 .state_name = udp_state_name,
|
A D | ip_vs_proto_sctp.c | 590 .state_name = sctp_state_name,
|
A D | ip_vs_proto_tcp.c | 741 .state_name = tcp_state_name,
|
/linux/drivers/scsi/ |
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/drivers/usb/host/ |
A D | xhci.c | 4631 char *state_name; in xhci_get_timeout_no_hub_lpm() local 4639 state_name = "U1"; in xhci_get_timeout_no_hub_lpm() 4645 state_name = "U2"; in xhci_get_timeout_no_hub_lpm() 4659 state_name, sel); in xhci_get_timeout_no_hub_lpm() 4663 state_name, pel); in xhci_get_timeout_no_hub_lpm() 4907 char *state_name; in xhci_calculate_lpm_timeout() local 4912 state_name = "U1"; in xhci_calculate_lpm_timeout() 4914 state_name = "U2"; in xhci_calculate_lpm_timeout() 4949 state_name, driver->name); in xhci_calculate_lpm_timeout()
|
/linux/drivers/infiniband/core/ |
A D | sysfs.c | 219 static const char *state_name[] = { in state_show() local 234 attr.state < ARRAY_SIZE(state_name) ? in state_show() 235 state_name[attr.state] : in state_show()
|
/linux/kernel/locking/ |
A D | lockdep.c | 2594 static inline const char *state_name(enum lock_usage_bit bit) in state_name() function 2820 state_name(backward_bit)); in check_irq_usage() 4041 this, 1, state_name(bit)); in check_usage_forwards() 4044 this, 1, state_name(read_bit)); in check_usage_forwards() 4076 this, 0, state_name(bit)); in check_usage_backwards() 4079 this, 0, state_name(read_bit)); in check_usage_backwards()
|
/linux/drivers/block/ |
A D | sx8.c | 227 static const char *state_name[] = { variable 1110 DPRINTK("ENTER, state == %s\n", state_name[state]); in carm_fsm_task()
|
A 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()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_pps.c | 1134 intel_pps_dump_state(const char *state_name, const struct edp_power_seq *seq) in intel_pps_dump_state() argument 1137 state_name, in intel_pps_dump_state()
|
/linux/drivers/nvme/host/ |
A D | core.c | 3384 static const char *const state_name[] = { in nvme_sysfs_show_state() local 3394 if ((unsigned)ctrl->state < ARRAY_SIZE(state_name) && in nvme_sysfs_show_state() 3395 state_name[ctrl->state]) in nvme_sysfs_show_state() 3396 return sysfs_emit(buf, "%s\n", state_name[ctrl->state]); in nvme_sysfs_show_state()
|
/linux/include/net/ |
A D | ip_vs.h | 454 const char *(*state_name)(int state); member
|