Searched full:phandler (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | rtl871x_ioctl_linux.c | 1868 struct mp_ioctl_handler *phandler; in r871x_mp_ioctl_hdl() local 1890 phandler = mp_ioctl_hdl + poidparam->subcode; in r871x_mp_ioctl_hdl() 1891 if ((phandler->paramsize != 0) && in r871x_mp_ioctl_hdl() 1892 (poidparam->len < phandler->paramsize)) { in r871x_mp_ioctl_hdl() 1896 if (phandler->oid == 0 && phandler->handler) { in r871x_mp_ioctl_hdl() 1897 status = phandler->handler(&oid_par); in r871x_mp_ioctl_hdl() 1898 } else if (phandler->handler) { in r871x_mp_ioctl_hdl() 1900 oid_par.oid = phandler->oid; in r871x_mp_ioctl_hdl() 1915 status = phandler->handler(&oid_par); in r871x_mp_ioctl_hdl() 1919 __func__, poidparam->subcode, phandler->oid, in r871x_mp_ioctl_hdl() [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | rtl871x_ioctl_linux.c | 1866 struct mp_ioctl_handler *phandler; in r871x_mp_ioctl_hdl() local 1888 phandler = mp_ioctl_hdl + poidparam->subcode; in r871x_mp_ioctl_hdl() 1889 if ((phandler->paramsize != 0) && in r871x_mp_ioctl_hdl() 1890 (poidparam->len < phandler->paramsize)) { in r871x_mp_ioctl_hdl() 1894 if (phandler->oid == 0 && phandler->handler) { in r871x_mp_ioctl_hdl() 1895 status = phandler->handler(&oid_par); in r871x_mp_ioctl_hdl() 1896 } else if (phandler->handler) { in r871x_mp_ioctl_hdl() 1898 oid_par.oid = phandler->oid; in r871x_mp_ioctl_hdl() 1913 status = phandler->handler(&oid_par); in r871x_mp_ioctl_hdl() 1917 __func__, poidparam->subcode, phandler->oid, in r871x_mp_ioctl_hdl() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/thermal/ |
| D | brcm,sr-thermal.txt | 10 - #thermal-sensor-cells : Thermal sensor phandler
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
| D | brcm,sr-thermal.txt | 10 - #thermal-sensor-cells : Thermal sensor phandler
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | ci-hdrc-usb2.yaml | 229 Phandler of TCSR node with two argument that indicate register 242 Phandler of non-core register device, with one argument that
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | ci-hdrc-usb2.txt | 95 - fsl,usbmisc: phandler of non-core register device, with one
|
| /kernel/linux/linux-5.10/drivers/dma/ |
| D | at_xdmac.c | 519 dev_err(dev, "dma phandler args: bad number of args\n"); in at_xdmac_xlate()
|
| /kernel/linux/linux-6.6/drivers/dma/ |
| D | at_xdmac.c | 644 dev_err(dev, "dma phandler args: bad number of args\n"); in at_xdmac_xlate()
|