Searched refs:missing (Results 1 – 18 of 18) sorted by relevance
| /drivers/spi/ |
| A D | spidev.c | 171 unsigned long missing; in spidev_read() local 173 missing = copy_to_user(buf, spidev->rx_buffer, status); in spidev_read() 174 if (missing == status) in spidev_read() 177 status = status - missing; in spidev_read() 191 unsigned long missing; in spidev_write() local 200 missing = copy_from_user(spidev->tx_buffer, buf, count); in spidev_write() 201 if (missing == 0) in spidev_write()
|
| /drivers/rtc/ |
| A D | interface.c | 218 enum { none, day, month, year } missing = none; in __rtc_read_alarm() local 305 missing = day; in __rtc_read_alarm() 309 if (missing == none) in __rtc_read_alarm() 310 missing = month; in __rtc_read_alarm() 314 if (missing == none) in __rtc_read_alarm() 315 missing = year; in __rtc_read_alarm() 331 switch (missing) { in __rtc_read_alarm()
|
| /drivers/platform/x86/x86-android-tablets/ |
| A D | Kconfig | 23 are missing from the DSDT.
|
| /drivers/media/platform/mediatek/vcodec/ |
| A D | Kconfig | 16 # our dependencies, to avoid missing symbols during link.
|
| /drivers/vdpa/pds/ |
| A D | vdpa_dev.c | 305 u64 missing; in pds_vdpa_set_driver_features() local 314 missing = features & ~nego_features; in pds_vdpa_set_driver_features() 315 if (missing) { in pds_vdpa_set_driver_features() 317 features, missing); in pds_vdpa_set_driver_features()
|
| /drivers/vdpa/ |
| A D | vdpa.c | 632 u64 missing = 0x0ULL; in vdpa_nl_cmd_dev_add_set_doit() local 638 missing |= BIT_ULL(VIRTIO_NET_F_MAC); in vdpa_nl_cmd_dev_add_set_doit() 641 missing |= BIT_ULL(VIRTIO_NET_F_MTU); in vdpa_nl_cmd_dev_add_set_doit() 645 missing |= BIT_ULL(VIRTIO_NET_F_MQ); in vdpa_nl_cmd_dev_add_set_doit() 646 if (missing) { in vdpa_nl_cmd_dev_add_set_doit() 649 missing); in vdpa_nl_cmd_dev_add_set_doit()
|
| /drivers/platform/surface/ |
| A D | Kconfig | 98 and thus any functionality provided by them will be missing, even when 124 functionality provided by them will be missing, even when drivers for
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_rx.c | 519 u32 missing = ring->actual_size - (ring->prod - ring->cons); in mlx4_en_refill_rx_buffers() local 522 if (missing < 8) in mlx4_en_refill_rx_buffers() 530 } while (likely(--missing)); in mlx4_en_refill_rx_buffers()
|
| /drivers/gpu/drm/ |
| A D | Makefile | 24 subdir-ccflags-y += -Wno-missing-field-initializers
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_rx.c | 1086 u8 missing, i; in mlx5e_post_rx_mpwqes() local 1098 missing = mlx5_wq_ll_missing(wq) - rq->mpwqe.umr_in_progress; in mlx5e_post_rx_mpwqes() 1103 if (likely(missing < rq->mpwqe.min_wqe_bulk)) in mlx5e_post_rx_mpwqes() 1112 i = missing; in mlx5e_post_rx_mpwqes() 1127 rq->mpwqe.umr_last_bulk = missing - i; in mlx5e_post_rx_mpwqes()
|
| A D | en_main.c | 1351 u16 missing = mlx5_wq_cyc_missing(wq); in mlx5e_free_rx_descs() local 1362 while (missing--) { in mlx5e_free_rx_descs()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | README | 135 Value field specifies the number of consecutive missing beacons which
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig.debug | 244 is exceeded, even if there isn't an actual risk of missing
|
| /drivers/media/i2c/ |
| A D | ds90ub960.c | 1834 unsigned int missing; in ub960_rxport_wait_locks() local 1854 missing = 0; in ub960_rxport_wait_locks() 1877 missing++; in ub960_rxport_wait_locks() 1887 if (missing == 0) in ub960_rxport_wait_locks()
|
| /drivers/firmware/efi/ |
| A D | Kconfig | 165 Properties that would otherwise be missing include the
|
| /drivers/clocksource/ |
| A D | Kconfig | 342 hardware anomalies of missing events.
|
| /drivers/message/fusion/lsi/ |
| A D | mpi_history.txt | 682 * 11-15-02 01.02.08 Added missing MsgContext field to MSG_MAILBOX_REQUEST.
|
| /drivers/platform/x86/ |
| A D | Kconfig | 862 the OS-image for the device. This option supplies the missing info.
|
Completed in 56 milliseconds