Home
last modified time | relevance | path

Searched +full:no +full:- +full:sd (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.h16 * substantially similar to the "NO WARRANTY" disclaimer below
20 * 3. Neither the names of the above-listed copyright holders nor the names
28 * NO WARRANTY
32 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
68 * This function will read count 16-bit words from the serial EEPROM and
73 * CS - Chip select
74 * CK - Clock
75 * DO - Data out
76 * DI - Data in
77 * RDY - SEEPROM ready
[all …]
H A Daic7xxx_proc.c2 * Copyright (c) 2000-2001 Adaptec Inc.
12 * substantially similar to the "NO WARRANTY" disclaimer below
16 * 3. Neither the names of the above-listed copyright holders nor the names
24 * NO WARRANTY
28 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37 * String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
61 { 0x08, 625 }, /* FAST-160 */
62 { 0x09, 1250 }, /* FAST-80 */
63 { 0x0a, 2500 }, /* FAST-40 40MHz */
64 { 0x0b, 3030 }, /* FAST-40 33MHz */
[all …]
/linux/arch/arm64/boot/dts/sprd/
H A Dums512-1h10.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Unisoc UMS512-1h10 boards DTS file
8 /dts-v1/;
13 model = "Unisoc UMS512-1H10 Board";
15 compatible = "sprd,ums512-1h10", "sprd,ums512";
28 stdout-path = "serial1:115200n8";
40 /* SD card */
42 bus-width = <4>;
43 no-sdio;
44 no-mmc;
[all …]
/linux/drivers/staging/media/imx/
H A Dimx-media-dev-common.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <media/v4l2-ctrls.h>
10 #include <media/v4l2-event.h>
11 #include <media/v4l2-ioctl.h>
12 #include <media/v4l2-mc.h>
13 #include "imx-media.h"
21 * Create the missing media links from the CSI-2 receiver.
26 struct v4l2_subdev *sd, *csi2 = NULL; in imx_media_create_csi2_links() local
28 list_for_each_entry(sd, &imxmd->v4l2_dev.subdevs, list) { in imx_media_create_csi2_links()
29 if (sd->grp_id == IMX_MEDIA_GRP_ID_CSI2) { in imx_media_create_csi2_links()
[all …]
H A Dimx-media-fim.c1 // SPDX-License-Identifier: GPL-2.0+
13 #include <media/v4l2-ctrls.h>
14 #include <media/v4l2-subdev.h>
16 #include "imx-media.h"
37 #define FIM_CL_TOLERANCE_MAX_DEF 0 /* no max tolerance (unbounded) */
41 struct v4l2_subdev *sd; member
73 return fim->icap_flags != IRQ_TYPE_NONE; in icap_enabled()
79 if (fi->denominator == 0) { in update_fim_nominal()
80 dev_dbg(fim->sd->dev, "no frame interval, FIM disabled\n"); in update_fim_nominal()
81 fim->enabled = false; in update_fim_nominal()
[all …]
/linux/drivers/media/pci/cx23885/
H A Dcx23888-ir.c1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include "cx23888-ir.h"
16 #include <media/v4l2-device.h>
17 #include <media/rc-core.h>
117 struct v4l2_subdev sd; member
133 static inline struct cx23888_ir_state *to_state(struct v4l2_subdev *sd) in to_state() argument
135 return v4l2_get_subdevdata(sd); in to_state()
174 d--; in count_to_clock_divider()
306 count--; in pulse_clocks_to_clock_divider()
384 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) { in control_rx_s_carrier_window()
[all …]
/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller-common.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-controller-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
14 possible slots or ports for multi-slot controllers.
17 "#address-cells":
22 "#size-cells":
29 broken-cd:
32 There is no card detection available; polling must be used.
[all …]
H A Dmarvell,xenon-sdhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/marvell,xenon-sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 mmc-controller.yaml and the properties used by the Xenon implementation.
20 - Ulf Hansson <ulf.hansson@linaro.org>
25 - enum:
26 - marvell,armada-cp110-sdhci
27 - marvell,armada-ap806-sdhci
29 - items:
[all …]
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * st6422 stv06xx alike bridge, as its integrated there are no i2c writes
9 * Strongly based on qc-usb-messenger, which is:
10 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher
11 * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland
20 static int st6422_probe(struct sd *sd);
21 static int st6422_start(struct sd *sd);
22 static int st6422_init(struct sd *sd);
23 static int st6422_init_controls(struct sd *sd);
24 static int st6422_stop(struct sd *sd);
[all …]
H A Dstv06xx.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2001 Jean-Fredric Clere, Nikolas Zimmermann, Georg Acher
4 * Mark Cave-Ayland, Carlo E Prelz, Dick Streefland
9 * P/N 861050-0010: Sensor HDCS1000 ASIC STV0600
10 * P/N 861050-0020: Sensor Photobit PB100 ASIC STV0600-1 - QuickCam Express
11 * P/N 861055: Sensor ST VV6410 ASIC STV0610 - LEGO cam
12 * P/N 861075-0040: Sensor HDCS1000 ASIC
13 * P/N 961179-0700: Sensor ST VV6410 ASIC STV0602 - Dexxa WebCam USB
14 * P/N 861040-0000: Sensor ST VV6410 ASIC STV0610 - QuickCam Web
73 struct sd { struct
[all …]
/linux/block/
H A Dbfq-wf2q.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Hierarchical Budget Worst-case Fair Weighted Fair Queueing
4 * (B-WF2Q+): hierarchical scheduling algorithm by which the BFQ I/O
9 #include "bfq-iosched.h"
12 * bfq_gt - compare two timestamps.
20 return (s64)(a - b) > 0; in bfq_gt()
25 struct rb_node *node = tree->rb_node; in bfq_root_active_entity()
34 return bfqq ? bfqq->ioprio_class - 1 : in bfq_class_idx()
35 BFQ_DEFAULT_GRP_CLASS - 1; in bfq_class_idx()
40 return bfqd->busy_queues[0] + bfqd->busy_queues[1] + in bfq_tot_busy_queues()
[all …]
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <media/drv-intf/cx25840.h>
14 #include <media/rc-core.h>
16 #include "cx25840-core.h"
114 static inline struct cx25840_ir_state *to_ir_state(struct v4l2_subdev *sd) in to_ir_state() argument
116 struct cx25840_state *state = to_state(sd); in to_ir_state()
117 return state ? state->ir_state : NULL; in to_ir_state()
135 d--; in count_to_clock_divider()
293 count--; in pulse_clocks_to_clock_divider()
371 if (*carrier_range_high > DIV_ROUND_CLOSEST(c16, 16 - 3)) { in control_rx_s_carrier_window()
[all …]
/linux/drivers/media/i2c/
H A Dtvp514x.c1 // SPDX-License-Identifier: GPL-2.0-only
15 * Karicheri Muralidharan <m-karicheri2@ti.com>
25 #include <linux/v4l2-mediabus.h>
29 #include <media/media-entity.h>
30 #include <media/v4l2-async.h>
31 #include <media/v4l2-common.h>
32 #include <media/v4l2-ctrls.h>
33 #include <media/v4l2-device.h>
34 #include <media/v4l2-fwnode.h>
35 #include <media/v4l2-mediabus.h>
[all …]
/linux/arch/arm64/boot/dts/amlogic/
H A Damlogic-t7-a311d2-khadas-vim4.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "amlogic-t7.dtsi"
9 #include <dt-bindings/gpio/amlogic,t7-periphs-pinctrl.h>
10 #include <dt-bindings/gpio/gpio.h>
30 reserved-memory {
31 #address-cells = <2>;
32 #size-cells = <2>;
38 no-map;
44 no-map;
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-spi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * v4l2-spi - SPI helpers for Video4Linux2
8 #include <media/v4l2-common.h>
9 #include <media/v4l2-device.h>
11 void v4l2_spi_subdev_unregister(struct v4l2_subdev *sd) in v4l2_spi_subdev_unregister() argument
13 struct spi_device *spi = v4l2_get_subdevdata(sd); in v4l2_spi_subdev_unregister()
15 if (spi && !spi->dev.of_node && !spi->dev.fwnode) in v4l2_spi_subdev_unregister()
19 void v4l2_spi_subdev_init(struct v4l2_subdev *sd, struct spi_device *spi, in v4l2_spi_subdev_init() argument
22 v4l2_subdev_init(sd, ops); in v4l2_spi_subdev_init()
23 sd->flags |= V4L2_SUBDEV_FL_IS_SPI; in v4l2_spi_subdev_init()
[all …]
H A Dv4l2-flash-led-class.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * V4L2 flash LED sub-device registration helpers.
9 #include <linux/led-class-flash.h>
15 #include <media/v4l2-flash-led-class.h>
18 (v4l2_flash && v4l2_flash->ops && v4l2_flash->ops->op)
22 v4l2_flash->ops->op(v4l2_flash, arg) : \
23 -EINVAL)
46 intensity -= ctrl->minimum; in __intensity_to_led_brightness()
47 intensity /= (u32) ctrl->step; in __intensity_to_led_brightness()
55 if (ctrl->minimum) in __intensity_to_led_brightness()
[all …]
H A Dv4l2-device.c1 // SPDX-License-Identifier: GPL-2.0-or-later
14 #include <media/v4l2-device.h>
15 #include <media/v4l2-ctrls.h>
20 return -EINVAL; in v4l2_device_register()
22 INIT_LIST_HEAD(&v4l2_dev->subdevs); in v4l2_device_register()
23 spin_lock_init(&v4l2_dev->lock); in v4l2_device_register()
24 v4l2_prio_init(&v4l2_dev->prio); in v4l2_device_register()
25 kref_init(&v4l2_dev->ref); in v4l2_device_register()
27 v4l2_dev->dev = dev; in v4l2_device_register()
30 if (WARN_ON(!v4l2_dev->name[0])) in v4l2_device_register()
[all …]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-rock-5b.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include "rk3588-rock-5b.dtsi"
9 compatible = "radxa,rock-5b", "rockchip,rk3588";
13 max-frequency = <200000000>;
14 no-sd;
15 no-mmc;
16 non-removable;
17 bus-width = <4>;
18 cap-sdio-irq;
[all …]
H A Drk3566-radxa-zero-3w.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 /dts-v1/;
5 #include "rk3566-radxa-zero-3.dtsi"
9 compatible = "radxa,zero-3w", "rockchip,rk3566";
17 sdio_pwrseq: sdio-pwrseq {
18 compatible = "mmc-pwrseq-simple";
20 clock-names = "ext_clock";
21 pinctrl-names = "default";
22 pinctrl-0 = <&wifi_reg_on_h>;
23 post-power-on-delay-ms = <100>;
[all …]
/linux/kernel/sched/
H A Dtopology.c1 // SPDX-License-Identifier: GPL-2.0
46 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, in sched_domain_debug_one() argument
49 struct sched_group *group = sd->groups; in sched_domain_debug_one()
50 unsigned long flags = sd->flags; in sched_domain_debug_one()
55 printk(KERN_DEBUG "%*s domain-%d: ", level, "", level); in sched_domain_debug_one()
57 cpumask_pr_args(sched_domain_span(sd)), sd->name); in sched_domain_debug_one()
59 if (!cpumask_test_cpu(cpu, sched_domain_span(sd))) { in sched_domain_debug_one()
60 printk(KERN_ERR "ERROR: domain->span does not contain CPU%d\n", cpu); in sched_domain_debug_one()
63 printk(KERN_ERR "ERROR: domain->groups does not contain CPU%d\n", cpu); in sched_domain_debug_one()
70 if ((meta_flags & SDF_SHARED_CHILD) && sd->child && in sched_domain_debug_one()
[all …]
/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c1 // SPDX-License-Identifier: GPL-2.0
21 #include <media/v4l2-device.h>
36 if (!client->adapter) { in ov2722_read_reg()
37 dev_err(&client->dev, "%s error, no client->adapter\n", in ov2722_read_reg()
39 return -ENODEV; in ov2722_read_reg()
44 dev_err(&client->dev, "%s error, invalid data length\n", in ov2722_read_reg()
46 return -EINVAL; in ov2722_read_reg()
51 msg[0].addr = client->addr; in ov2722_read_reg()
60 msg[1].addr = client->addr; in ov2722_read_reg()
65 err = i2c_transfer(client->adapter, msg, 2); in ov2722_read_reg()
[all …]
/linux/drivers/media/spi/
H A Dgs1662.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2015-2016 Nexvision
6 * Author: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
19 #include <media/v4l2-common.h>
20 #include <media/v4l2-ctrls.h>
21 #include <media/v4l2-device.h>
22 #include <media/v4l2-subdev.h>
23 #include <media/v4l2-dv-timings.h>
24 #include <linux/v4l2-dv-timings.h>
48 struct v4l2_subdev sd; member
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c1 // SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
4 #include "lib/sd.h"
16 dev_info((__dev)->device, "Socket-Direct: " format, ##__VA_ARGS__)
18 dev_warn((__dev)->device, "Socket-Direct: " format, ##__VA_ARGS__)
30 struct mlx5_core_dev *secondaries[MLX5_SD_MAX_GROUP_SZ - 1];
51 struct mlx5_sd *sd = mlx5_get_sd(dev); in mlx5_sd_get_group_size() local
53 if (!sd) in mlx5_sd_get_group_size()
56 return sd->group_size; in mlx5_sd_get_group_size()
61 struct mlx5_sd *sd = mlx5_get_sd(dev); in mlx5_sd_get_primary() local
63 if (!sd) in mlx5_sd_get_primary()
[all …]
/linux/drivers/hid/
H A Dhid-steelseries-arctis.c1 // SPDX-License-Identifier: GPL-2.0-or-later
19 #include "hid-ids.h"
32 void (*parse_status)(struct steelseries_device *sd, u8 *data, int size);
55 struct steelseries_device *sd = in steelseries_device_release() local
58 kfree(sd); in steelseries_device_release()
73 return -ENOME in steelseries_send_report()
144 steelseries_arctis_1_parse_status(struct steelseries_device * sd,u8 * data,int size) steelseries_arctis_1_parse_status() argument
155 steelseries_arctis_9_parse_status(struct steelseries_device * sd,u8 * data,int size) steelseries_arctis_9_parse_status() argument
172 steelseries_arctis_nova_parse_status(struct steelseries_device * sd,u8 * data,int size) steelseries_arctis_nova_parse_status() argument
198 steelseries_arctis_nova_7_parse_status(struct steelseries_device * sd,u8 * data,int size) steelseries_arctis_nova_7_parse_status() argument
285 struct steelseries_device *sd = power_supply_get_drvdata(psy); steelseries_battery_get_property() local
343 struct steelseries_device *sd = container_of( steelseries_status_timer_work_handler() local
357 steelseries_battery_register(struct steelseries_device * sd) steelseries_battery_register() argument
407 struct steelseries_device *sd = NULL; steelseries_get_sibling_sd() local
450 struct steelseries_device *sd; steelseries_arctis_probe() local
547 struct steelseries_device *sd; steelseries_arctis_remove() local
589 struct steelseries_device *sd = hid_get_drvdata(hdev); steelseries_arctis_raw_event() local
[all...]
/linux/drivers/media/usb/gspca/
H A Dpac7302.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2008-2012 Jean-Francois Moine <http://moinejf.free.fr>
6 * Copyright (C) 2005 Thomas Kaiser thomas@kaiser-linux.li
10 * Copyright (C) 2009-2010 Márton Németh <nm127@freemail.hu>
23 * the settable values (0-200) on register values:
25 * 0x0f-0x20 Color and saturation control
26 * 0xa2-0xab Brightness, contrast and gamma control
27 * 0xb6 Sharpness control (bits 0-4)
39 * as the quality gain is small and the generated JPG-s are
40 * only understood by v4l-utils >= 0.8.9
[all …]

12345678910>>...20