Home
last modified time | relevance | path

Searched refs:pw_data (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py68 pw_data = pwd.getpwuid(os.getuid())
69 full_name = pw_data.pw_gecos.split(',')[0]
71 '{}@{}'.format(pw_data.pw_name, socket.getfqdn()))
/openbmc/linux/kernel/
H A Dpadata.c31 void *pw_data; member
101 pw->pw_data = data; in padata_work_init()
149 struct padata_priv *padata = pw->pw_data; in padata_parallel_worker()
445 struct padata_mt_job_state *ps = pw->pw_data; in padata_mt_helper()
/openbmc/linux/sound/pci/asihpi/
H A Dhpi.h1490 u16 hpi_aesebu_receiver_get_user_data(u32 h_control, u16 index, u16 *pw_data);
1493 u16 *pw_data);
1508 u16 *pw_data);
H A Dhpifunc.c1504 u16 hpi_aesebu_receiver_get_user_data(u32 h_control, u16 index, u16 *pw_data) in hpi_aesebu_receiver_get_user_data() argument
1517 if (pw_data) in hpi_aesebu_receiver_get_user_data()
1518 *pw_data = (u16)hr.u.c.param2; in hpi_aesebu_receiver_get_user_data()
1523 u16 *pw_data) in hpi_aesebu_receiver_get_channel_status() argument
1536 if (pw_data) in hpi_aesebu_receiver_get_channel_status()
1537 *pw_data = (u16)hr.u.c.param2; in hpi_aesebu_receiver_get_channel_status()
1573 u16 *pw_data) in hpi_aesebu_transmitter_get_channel_status() argument