/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | san.rst | 12 SAM controller. Specifically, ACPI code can execute requests and handle 19 does not handle them.
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | TODO | 4 ql_build_rx_skb(). That function is now used exclusively to handle packets 5 that underwent header splitting but it still contains code to handle non
|
/openbmc/linux/scripts/ |
H A D | generate_rust_target.rs | 114 let mut handle = stdin.lock(); in from_stdin() localVariable 120 if handle.read_line(&mut line).unwrap() == 0 { in from_stdin()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | pedit_ip.sh | 124 tc filter add $pedit_locus handle 101 pref 1 \ 126 tc filter add dev $h2 ingress handle 101 pref 1 prot $match_prot \
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.h | 65 typedef void (*hinic_vf_mbox_cb)(void *handle, u8 cmd, void *buf_in, 67 typedef int (*hinic_pf_mbox_cb)(void *handle, u16 vf_id, u8 cmd, void *buf_in,
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | brcm,sdhci-brcmstb.yaml | 44 - description: handle to core clock for the sdhci controller 45 - description: handle to improved 150Mhz clock for sdhci controller (Optional clock)
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-gateway-7001.dts | 83 phy-handle = <&phy1>; 100 phy-handle = <&phy2>;
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc907d.c | 64 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx->ntfy.handle); in crc907d_set_src() 84 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx ? ctx->ntfy.handle : 0); in crc907d_set_ctx()
|
H A D | wndwc37e.c | 80 SET_CONTEXT_DMA_INPUT_LUT, asyw->xlut.handle); in wndwc37e_ilut_set() 192 PUSH_MTHD(push, NVC37E, SET_CONTEXT_DMA_ISO(0), asyw->image.handle, 1); in wndwc37e_image_set() 231 PUSH_MTHD(push, NVC37E, SET_CONTEXT_DMA_NOTIFIER, asyw->ntfy.handle, in wndwc37e_ntfy_set() 264 SET_CONTEXT_DMA_SEMAPHORE, asyw->sema.handle); in wndwc37e_sema_set()
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-wbd222.dts | 138 phy-handle = <&phy0>; 142 phy-handle = <&phy1>;
|
/openbmc/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-icicle-kit.dts | 118 phy-handle = <&phy0>; 124 phy-handle = <&phy1>;
|
/openbmc/linux/drivers/pps/clients/ |
H A D | pps_parport.c | 53 static void parport_irq(void *handle) in parport_irq() argument 56 struct pps_client_pp *dev = handle; in parport_irq()
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1021rdb-pc.dtsi | 246 phy-handle = <&phy0>; 247 tbi-handle = <&tbi1>; 252 phy-handle = <&phy1>; 253 tbi-handle = <&tbi2>;
|
H A D | p1020mbg-pc.dtsi | 127 phy-handle = <&phy0>; 128 tbi-handle = <&tbi1>; 133 phy-handle = <&phy1>;
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | FileContent.pm | 898 my $handle=shift @_; 903 $result=print $handle @_; 906 ($handle) = "$handle" =~ /[^:]+::[^:]+::([^:]+)/;
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-tqmls1021a-mbls1021a.dts | 181 phy-handle = <&rgmii_phy0c>; 188 tbi-handle = <&tbi1>; 189 phy-handle = <&sgmii_phy03>; 196 phy-handle = <&rgmii_phy04>;
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-7040-mochabin.dts | 324 phy-handle = <&swphy1>; 330 phy-handle = <&swphy2>; 336 phy-handle = <&swphy3>; 342 phy-handle = <&swphy4>;
|
/openbmc/linux/drivers/acpi/ |
H A D | video_detect.c | 62 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video() argument 64 struct acpi_device *acpi_dev = acpi_fetch_acpi_dev(handle); in find_video() 74 dev = acpi_get_pci_dev(handle); in find_video() 78 *cap |= acpi_is_video_device(handle); in find_video()
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_sg.h | 17 dma_addr_t handle; member
|
/openbmc/linux/include/acpi/ |
H A D | actbl2.h | 761 u8 handle; member 1839 u32 handle; member 1867 #define ACPI_NFIT_GET_DIMM_NUMBER(handle) \ argument 1868 ((handle) & ACPI_NFIT_DIMM_NUMBER_MASK) 1870 #define ACPI_NFIT_GET_CHANNEL_NUMBER(handle) \ argument 1873 #define ACPI_NFIT_GET_MEMORY_ID(handle) \ argument 1874 (((handle) & ACPI_NFIT_MEMORY_ID_MASK) >> ACPI_NFIT_MEMORY_ID_OFFSET) 1876 #define ACPI_NFIT_GET_SOCKET_ID(handle) \ argument 1877 (((handle) & ACPI_NFIT_SOCKET_ID_MASK) >> ACPI_NFIT_SOCKET_ID_OFFSET) 1879 #define ACPI_NFIT_GET_NODE_ID(handle) \ argument [all …]
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfs-idmapper.rst | 46 You can handle any of these individually, rather than using the generic upcall 58 this case, /some/other/program will handle all uid lookups and 59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc885ads.dts | 104 phy-handle = <&PHY0>; 116 phy-handle = <&PHY1>; 207 phy-handle = <&PHY2>;
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jobdesc.c | 259 void inline_cnstr_jobdesc_rng_instantiation(uint32_t *desc, int handle) in inline_cnstr_jobdesc_rng_instantiation() argument 267 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT); in inline_cnstr_jobdesc_rng_instantiation() 270 if (handle == 0) { in inline_cnstr_jobdesc_rng_instantiation()
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-input.c | 40 bool handle = false; in cx23885_input_process_measurements() local 53 handle = true; in cx23885_input_process_measurements() 59 else if (handle) in cx23885_input_process_measurements()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | acnamesp.h | 181 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level); 184 acpi_ns_dump_pathname(acpi_handle handle, 398 struct acpi_namespace_node *acpi_ns_validate_handle(acpi_handle handle);
|