Home
last modified time | relevance | path

Searched refs:socket_state (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/include/trace/events/
Dsunrpc.h314 __field(unsigned int, socket_state)
325 __entry->socket_state = socket->state;
338 __entry->socket_state,
339 rpc_show_socket_state(__entry->socket_state),
364 __field(unsigned int, socket_state)
375 __entry->socket_state = socket->state;
390 __entry->socket_state,
391 rpc_show_socket_state(__entry->socket_state),
/Linux-v4.19/include/uapi/linux/
Dnet.h54 } socket_state; typedef
/Linux-v4.19/drivers/pcmcia/
Dpxa2xx_cm_x270.c74 .socket_state = cmx270_pcmcia_socket_state,
Dpxa2xx_palmld.c73 .socket_state = palmld_pcmcia_socket_state,
Dpxa2xx_palmtx.c75 .socket_state = palmtx_pcmcia_socket_state,
Dsa1100_simpad.c102 .socket_state = simpad_pcmcia_socket_state,
Dpxa2xx_hx4700.c88 .socket_state = hx4700_pcmcia_socket_state,
Dpxa2xx_stargate2.c89 .socket_state = sg2_pcmcia_socket_state,
Dpxa2xx_e740.c89 .socket_state = e740_pcmcia_socket_state,
Dpxa2xx_balloon3.c98 .socket_state = balloon3_pcmcia_socket_state,
Dpxa2xx_cm_x255.c95 .socket_state = cmx255_pcmcia_socket_state,
Dpxa2xx_palmtc.c125 .socket_state = palmtc_pcmcia_socket_state,
Dpxa2xx_vpac270.c101 .socket_state = vpac270_pcmcia_socket_state,
Dpxa2xx_viper.c116 .socket_state = viper_pcmcia_socket_state,
Dsoc_common.h115 void (*socket_state)(struct soc_pcmcia_socket *, struct pcmcia_state *); member
Dsa1100_h3600.c148 .socket_state = h3600_pcmcia_socket_state,
Dpxa2xx_trizeps4.c156 .socket_state = trizeps_pcmcia_socket_state,
Dpxa2xx_mainstone.c132 .socket_state = mst_pcmcia_socket_state,
Dpxa2xx_colibri.c111 .socket_state = colibri_pcmcia_socket_state,
Dsa1100_generic.c94 .socket_state = soc_common_cf_socket_state,
Dpxa2xx_sharpsl.c200 .socket_state = sharpsl_pcmcia_socket_state,
Dsa1111_generic.c153 ops->socket_state = sa1111_pcmcia_socket_state; in sa1111_pcmcia_add()
Dsoc_common.c307 skt->ops->socket_state(skt, &state); in soc_common_pcmcia_skt_state()
/Linux-v4.19/include/linux/
Dnet.h111 socket_state state;