Searched full:phandler (Results 1 – 5 of 5) sorted by relevance
1811 struct mp_ioctl_handler *phandler; in r871x_mp_ioctl_hdl() local1833 phandler = mp_ioctl_hdl + poidparam->subcode; in r871x_mp_ioctl_hdl()1834 if ((phandler->paramsize != 0) && in r871x_mp_ioctl_hdl()1835 (poidparam->len < phandler->paramsize)) { in r871x_mp_ioctl_hdl()1839 if (phandler->oid == 0 && phandler->handler) { in r871x_mp_ioctl_hdl()1840 status = phandler->handler(&oid_par); in r871x_mp_ioctl_hdl()1841 } else if (phandler->handler) { in r871x_mp_ioctl_hdl()1843 oid_par.oid = phandler->oid; in r871x_mp_ioctl_hdl()1858 status = phandler->handler(&oid_par); in r871x_mp_ioctl_hdl()1862 __func__, poidparam->subcode, phandler->oid, in r871x_mp_ioctl_hdl()[all …]
10 - #thermal-sensor-cells : Thermal sensor phandler
55 Phandler of TCSR node with two argument that indicate register
69 Phandler of non-core register device, with one argument that
644 dev_err(dev, "dma phandler args: bad number of args\n"); in at_xdmac_xlate()