Searched refs:install (Results 126 - 150 of 159) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3634 #define MSG_INTEGRITY_ERR "PKG install error : Data integrity on NVM"
3635 #define MSG_INVALID_PKG "PKG install error : Invalid package"
3636 #define MSG_AUTHENTICATION_ERR "PKG install error : Authentication error"
3637 #define MSG_INVALID_DEV "PKG install error : Invalid device"
3638 #define MSG_INTERNAL_ERR "PKG install error : Internal error"
3721 struct hwrm_nvm_install_update_input *install; local
3762 rc = hwrm_req_init(bp, install, HWRM_NVM_INSTALL_UPDATE);
3769 hwrm_req_timeout(bp, install, bp->hwrm_cmd_max_timeout);
3774 resp = hwrm_req_hold(bp, install);
3777 install
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S5 | need to be modified to install the FPSP.
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c286 .install = dbc_tty_install,
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c889 .install = hvc_install,
H A Dhvcs.c1381 .install = hvcs_install,
/linux-master/tools/testing/ktest/
H A Dktest.pl240 # set when a test is something other that just building or install
473 the syslinux install (defaults to /boot/extlinux). But you have to specify
754 # options required for install and more
855 if ($prvalue ne "install") {
858 # install still limits some mandatory options.
1264 print " (build, install or boot)\n";
2326 dodie "Failed to run post install";
2337 sub install { subroutine
2346 dodie "Failed to run pre install";
2380 dodie "Failed to install module
[all...]
/linux-master/drivers/misc/ti-st/
H A Dst_kim.c476 NULL, "install");
512 * (b) upon failure to either install ldisc or download firmware.
537 sysfs_notify(&kim_gdata->kim_pdev->dev.kobj, NULL, "install");
632 __ATTR(install, 0444, (void *)show_install, NULL);
/linux-master/tools/testing/selftests/bpf/
H A DMakefile323 prefix= DESTDIR=$(HOST_SCRATCH_DIR)/ install-bin
334 prefix= DESTDIR=$(SCRATCH_DIR)/ install-bin
/linux-master/drivers/staging/greybus/
H A Duart.c775 .install = gb_tty_install,
/linux-master/drivers/tty/
H A Dvcc.c966 pr_err("VCC: install: Failed to find VCC port\n");
1014 .install = vcc_install,
H A Dmips_ejtag_fdc.c871 .install = mips_ejtag_fdc_tty_install,
1016 dev_err(priv->dev, "Couldn't install tty driver (%d)\n", ret);
H A Dtty_io.c1279 * tty_standard_install - usual tty->ops->install
1283 * If the @driver overrides @tty->ops->install, it still can call this function
1284 * to perform the standard install operations.
1297 * tty_driver_install_tty() - install a tty entry in the driver
1310 return driver->ops->install ? driver->ops->install(driver, tty) :
H A Dnozomi.c1792 .install = ntty_install,
/linux-master/drivers/ipack/devices/
H A Dipoctal.c673 .install = ipoctal_install,
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c682 /* do the reverse of install, clearing the tty fields and releasing the
705 * by setting the termios. We also populate the driver_data field and install
726 /* install the tty_port */
1123 .install = rfcomm_tty_install,
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c700 * sdio_uart_install - install method
1011 .install = sdio_uart_install,
/linux-master/kernel/
H A Duser_namespace.c1401 .install = userns_install,
/linux-master/drivers/s390/char/
H A Dcon3215.c1117 .install = tty3215_install,
H A Dcon3270.c1960 .install = tty3270_install,
/linux-master/samples/bpf/
H A DMakefile222 $(warning WARNING: Please install kernel headers locally (make headers_install).)
/linux-master/drivers/isdn/capi/
H A Dcapi.c1255 .install = capinc_tty_install,
/linux-master/net/core/
H A Dnet_namespace.c1483 .install = netns_install,
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c2252 goto install;
2257 goto install;
2262 install:
2359 "failed to install firmware: %d\n", ret);
/linux-master/drivers/usb/serial/
H A Dusb-serial.c201 * serial_install - install tty
1314 .install = serial_install,
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthops.sh2418 -N Use new style to install routes in DUT

Completed in 289 milliseconds

1234567