Home
last modified time | relevance | path

Searched refs:setup (Results 1526 - 1550 of 4522) sorted by relevance

1...<<61626364656667686970>>...181

/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_lpss.c87 void (*setup)(struct lpss_private_data *pdata); member
259 .setup = lpss_uart_setup,
272 .setup = byt_pwm_setup,
278 .setup = bsw_pwm_setup,
292 .setup = lpss_uart_setup,
301 .setup = lpss_uart_setup,
323 .setup = byt_i2c_setup,
330 .setup = byt_i2c_setup,
343 .setup = lpss_deassert_reset,
694 if (dev_desc->setup) in acpi_lpss_create_device()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_via.c235 * @set_ast: Set to program address setup
277 /* Address setup is programmable but breaks on UDMA133 setups */ in via_do_set_mode()
279 u8 setup; /* 2 bits per drive */ in via_do_set_mode() local
282 pci_read_config_byte(pdev, 0x4C, &setup); in via_do_set_mode()
283 setup &= ~(3 << shift); in via_do_set_mode()
284 setup |= (clamp_val(t.setup, 1, 4) - 1) << shift; in via_do_set_mode()
285 pci_write_config_byte(pdev, 0x4C, setup); in via_do_set_mode()
669 * reconfigure the fifo and other setup we may have altered. In
H A Dpata_cypress.c49 * Called to do the PIO mode setup.
74 addr |= clamp_val(t.setup - 1, 0, 15); in cy82c693_set_piomode()
84 addr |= (clamp_val(t.setup - 1, 0, 15) << 4); in cy82c693_set_piomode()
98 * Called to do the DMA mode setup.
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c748 struct antenna_setup setup; in rt2x00mac_set_antenna() local
777 setup.tx = tx_ant; in rt2x00mac_set_antenna()
778 setup.rx = rx_ant; in rt2x00mac_set_antenna()
779 setup.rx_chain_num = 0; in rt2x00mac_set_antenna()
780 setup.tx_chain_num = 0; in rt2x00mac_set_antenna()
782 rt2x00lib_config_antenna(rt2x00dev, setup); in rt2x00mac_set_antenna()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_via.c235 * @set_ast: Set to program address setup
277 /* Address setup is programmable but breaks on UDMA133 setups */ in via_do_set_mode()
279 u8 setup; /* 2 bits per drive */ in via_do_set_mode() local
282 pci_read_config_byte(pdev, 0x4C, &setup); in via_do_set_mode()
283 setup &= ~(3 << shift); in via_do_set_mode()
284 setup |= (clamp_val(t.setup, 1, 4) - 1) << shift; in via_do_set_mode()
285 pci_write_config_byte(pdev, 0x4C, setup); in via_do_set_mode()
657 * reconfigure the fifo and other setup we may have altered. In
H A Dpata_cypress.c53 * Called to do the PIO mode setup.
78 addr |= clamp_val(t.setup - 1, 0, 15); in cy82c693_set_piomode()
88 addr |= (clamp_val(t.setup - 1, 0, 15) << 4); in cy82c693_set_piomode()
102 * Called to do the DMA mode setup.
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c84 ret = pdev->gadget_driver->setup(&pdev->gadget, &pdev->setup); in cdns2_ep0_delegate_req()
329 struct usb_ctrlrequest *ctrl = &pdev->setup; in cdns2_ep0_std_request()
380 struct usb_ctrlrequest *ctrl = &pdev->setup; in cdns2_handle_setup_packet()
391 ((u8 *)&pdev->setup)[i] = readb(&pdev->ep0_regs->setupdat[i]); in cdns2_handle_setup_packet()
438 if (pdev->setup.bRequest != USB_REQ_SET_ADDRESS && in cdns2_handle_setup_packet()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c748 struct antenna_setup setup; in rt2x00mac_set_antenna() local
777 setup.tx = tx_ant; in rt2x00mac_set_antenna()
778 setup.rx = rx_ant; in rt2x00mac_set_antenna()
779 setup.rx_chain_num = 0; in rt2x00mac_set_antenna()
780 setup.tx_chain_num = 0; in rt2x00mac_set_antenna()
782 rt2x00lib_config_antenna(rt2x00dev, setup); in rt2x00mac_set_antenna()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devxfregn.c28 * setup - Address of the setup function
46 acpi_adr_space_setup setup, void *context) in acpi_install_address_space_handler()
75 acpi_ev_install_space_handler(node, space_id, handler, setup, in acpi_install_address_space_handler()
43 acpi_install_address_space_handler(acpi_handle device, acpi_adr_space_type space_id, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *context) acpi_install_address_space_handler() argument
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H A Dcs.c67 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing()
81 val |= setup << MPI_CSCTL_SETUP_SHIFT; in bcm63xx_set_cs_timing()
66 bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, unsigned int setup, unsigned int hold) bcm63xx_set_cs_timing() argument
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dvmlinux.lds.S111 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dvmlinux.lds.S110 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Dcs.c67 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing()
81 val |= setup << MPI_CSCTL_SETUP_SHIFT; in bcm63xx_set_cs_timing()
66 bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, unsigned int setup, unsigned int hold) bcm63xx_set_cs_timing() argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dip_defrag.sh13 setup() { function
38 setup
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_xdp_redirect.sh15 setup() function
47 setup
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py31 from distutils.core import setup, Extension namespace
81 setup(name='perf',
/kernel/linux/linux-5.10/drivers/oprofile/
H A Doprof.c50 if (oprofile_ops.setup && (err = oprofile_ops.setup())) in oprofile_setup()
248 /* always init architecture to setup backtrace support */ in oprofile_init()
257 /* setup timer mode: */ in oprofile_init()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dbind_bhash.c6 * In the setup(), we populate the port's bhash table with
72 static void *setup(void *arg) in setup() function
114 pthread_create(&tid[i], NULL, setup, fd_array[i]); in main()
H A Dfib_nexthop_nongw.sh65 setup() function
112 setup
H A Dip_defrag.sh13 setup() { function
38 setup
H A Dtest_vxlan_nolocalbypass.sh99 setup() function
232 setup; $t; cleanup;
H A Dtoeplitz.sh146 setup() { function
163 setup
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsetup.py44 from setuptools import setup, Extension namespace
106 setup(name='perf',
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_strncmp.c140 .setup = strncmp_no_helper_setup,
151 .setup = strncmp_helper_setup,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_xdp_redirect.sh17 setup() function
49 setup

Completed in 16 milliseconds

1...<<61626364656667686970>>...181